excel - Spreadsheet Formula, return the row whose range matches a value -
excel - Spreadsheet Formula, return the row whose range matches a value -
i have info table below, , want given value 'x' in 'a' , lower value in 'b'.
for instance 10.000 should homecoming 0, 38.000 should homecoming 7,8 , 900.000 should homecoming 20. in locale '.' means one thousand separator , ',' decimals.
if possible formula works in excel , gdocs. thanks.
b 0 0 37.500,01 7,8 45.000,01 9,1 58.345,62 11,4 120.206,02 13,6 208.075,91 15,7 295.242,83 17,2 382.409,77 18,2 600.000,01 20
i don't know gdocs in excel seek following.
=vlookup(value ; $a$1:$b$9 ; 2 ; 1)
where value
value searching for.
the prerequisite column a
must sorted in ascending order, have in example.
excel google-spreadsheet excel-formula
Comments
Post a Comment