From professional translators, enterprises, web pages and freely available translation repositories.
vlookup
vlookup
Last Update: 2020-04-20
Usage Frequency: 1
Quality:
vlookup(lookup value; data source; column; sorted)
vlookup( τιμή αναζήτησης; πηγή δεδομένων; στήλη; ταξινόμηση)
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
vlookup returns #ref! if @{column} falls outside @{range}.
Η συνάρτηση vlookup επιστρέφει #ΑΝΑΦ! αν το @{column} είναι έξω από του @{range}.
Last Update: 2020-04-20
Usage Frequency: 1
Quality:
address, areas, choose, column, columns, hlookup, index, indirect, lookup, multiple. operations row, rows, vlookup
address, areas, choose, column, columns, hlookup, index, indirect, lookup, row, rows, vlookupname
Last Update: 2011-10-23
Usage Frequency: 1
Quality:
vlookup function finds the row in @{range} that has a first cell similar to @{value}. if @{approximate} is not true it finds the row with an exact equality. if @{approximate} is true, it finds the last row with first value less than or equal to @{value}. if @{as_index} is true the 0-based row offset is returned.
Η συνάρτηση vlookup αναζητεί τη γραμμή μέσα στη @{range} που το πρώτο της κελί είναι παρόμοιο με το @{value}. Αν το @{approximate} δεν είναι αληθές, αναζητεί τη γραμμή με την ακριβή ισότητα. Αν το @{approximate} είναι αληθές, αναζητεί την τελευταία γραμμή με πρώτη τιμή ίση ή μικρότερη από την @{value}. Αν το @{as_index} είναι αληθές επιστρέφεται η αντιστάθμιση γραμμής με βάση 0.
Last Update: 2020-04-20
Usage Frequency: 1
Quality: