Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have this formula in a spreadsheet and it's bring back the correct items needed. However, if there is nothing to bring back, I'm getting #N/A. I need it to bring back the correct $$ amount and if #N/A comes back, I need it to show as a $0.00 and not #N/A.
=VLOOKUP(B5,'Oct 15'!B:F,5,FALSE) Can someone help me out? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi,
Am Tue, 10 Nov 2015 08:12:11 -0800 (PST) schrieb : =VLOOKUP(B5,'Oct 15'!B:F,5,FALSE) try: =IFERROR(VLOOKUP(B5,'Oct 15'!B:F,5,0),0) and format the cell as expected. Regards Claus B. -- Vista Ultimate / Windows7 Office 2007 Ultimate / 2010 Professional |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup: giving me REF# problems. Help | Excel Discussion (Misc queries) | |||
vlookup not giving correct output | Excel Discussion (Misc queries) | |||
vlookup not giving correct output | Excel Discussion (Misc queries) | |||
Vlookup giving #N/A | Excel Worksheet Functions | |||
VLookup in VBA giving error message | Excel Discussion (Misc queries) |