Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a IF function that if a box is marked with an "x" then do a VLOOKUP
against a separate worksheet to get a shipment total. If there is no "x" then that item isn't carried so it lists "Not Carried" in the cell. Issue is if there is an "x", but there isn't a match in the sheet I am doing the VLOOKUP in the results come back as #N/A. Would like that result to say "No Shipments" instead of #N/A. This is beyond my Excel capabalities. The formula I have so far is below. =IF(AD3="x",VLOOKUP(A3,'[Access Data.xlsx]Data_Qry'!$A$2:$B$555555,2,FALSE),"Not Carried") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sum results of VLOOKUP | Excel Worksheet Functions | |||
vlookup results in 0 | Excel Discussion (Misc queries) | |||
Vlookup with two results | Excel Discussion (Misc queries) | |||
to sum up all value results from VLOOKUP | Excel Worksheet Functions | |||
how do you add vlookup results? | Excel Worksheet Functions |