Home |
Search |
Today's Posts |
#6
![]() |
|||
|
|||
![]()
VLOOKUP returns #N/A if the value does not match. ISNA is just a function
that tests for #N/A. So in logical terms the formula is saying Do the VLOOKUP and if the result is no match (ISNA) then show "", else do the VLOOKUP again and show the result. -- HTH RP (remove nothere from the email address if mailing direct) "Lisa" wrote in message ... Brilliant! Could someone just explain to me how it works? - I haven't used Vlookup before, and what does ISNA stand for? Thanks "JE McGimpsey" wrote: You're missing a paren. Try =IF(ISNA(VLOOKUP(C4,'Other Committees schedules'!C4:D3500,2,FALSE)), "", VLOOKUP(C4,'Other Committees schedules'!C4:D3500,2,FALSE)) In article , "Lisa" wrote: That doesn't seem to work - it;'s bringing up 'error' and highlighting the " " section in the formula. I typed in: =IF(ISNA(VLOOKUP(C4,'Other Committees schedules'!C4:D3500,2,FALSE)," ",VLOOKUP(C4,'Other Committees schedules'!C4:D3500,2,FALSE)) With C4 being the 1st reference number in column C and D3500 being the last price refernce number... Any suggestions? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trim function doesn't clean out ASCII Code 160 (Space) | Excel Worksheet Functions | |||
Columns in Excel will not allow user to click in them | Excel Discussion (Misc queries) | |||
Formula to list unique values | Excel Worksheet Functions | |||
Find a Function to use accross different worksheets | Excel Worksheet Functions | |||
SUMIF(AND) FUNCTION | Excel Worksheet Functions |