Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am using VLookup and the value I am looking for in the look up table is a
calculated percentage. The field has been formated as a percentage to 1 position past the decimal. (i.e.: 99.9%) The table has approximately 400 sets of values in it. The look up column in the table is formated as percentage to 1 position past the decimal, however these fields have been manually entered. One of the values within the table is 99.9%; however the result is #N/A. If I change the format of the calculated value to General, it shows 0.998888889. Is this the reason the VLookup won't return the result I am looking for? If so, what can I do to fix it. My formula is: =IF(H61,10,IF(H6<0.6,1,IF(H6=0,"",VLOOKUP(H6,$C$4 5:$D$445,2,FALSE)))) -- Thank you, "Ladysearcher" looking for knowledge |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
VLOOKUP to return first hit | Excel Worksheet Functions | |||
VlookUp that does not return #N/A | Excel Worksheet Functions | |||
Vlookup that does not return #N/A | Excel Worksheet Functions | |||
Vlookup - return row no. instead of value | Excel Discussion (Misc queries) | |||
VLookup Return Value | Excel Worksheet Functions |