Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have this formula already in use...
=VLOOKUP(B17,'[DSL UVERSE CLOSE RATES - APR 10.xlsx]Pivot'!$A$2:$C$291,2,FALSE) I need it to include an "If" formula as well returning a "-" dash if it cannot find the name on b17 in the file it's looking up. Any help is appreciated. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=if(isna(vlookup(b17, ...)),"-",vlookup(b17, ...))
if you're using xl2007+, there's an =iferror() that you can read about in excel's help. casdaq wrote: I have this formula already in use... =VLOOKUP(B17,'[DSL UVERSE CLOSE RATES - APR 10.xlsx]Pivot'!$A$2:$C$291,2,FALSE) I need it to include an "If" formula as well returning a "-" dash if it cannot find the name on b17 in the file it's looking up. Any help is appreciated. -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I combine a VLOOKUP formula and a NETWORKDAYS formula? | Excel Worksheet Functions | |||
Alternative formula to the vlookup formula? | Excel Worksheet Functions | |||
convert vlookup formula to link formula | Excel Worksheet Functions | |||
Excel 2002 VLOOKUP formula or other formula | Excel Discussion (Misc queries) | |||
VLookup Formula | Excel Discussion (Misc queries) |