Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have this formula which refers to the Master Tab.
=VLOOKUP($B4,MasterTab!$H$21:$O$923,8,FALSE) It usually works great, however, when the data is not found ( because it's on another worksheet ( Minor Tab!), I get a #N/A. How can I re-write the formula that if the #N/A is produced, it does the Vlookup on the Minor tab! instead of the master tab! Something like: If =VLOOKUP($B4,MasterTab!$H$21:$O$923,8,FALSE) produces a #N/A, VLOOKUP($B4,MinorTab!$H$21:$O$923,8,FALSE, if not, use this original formula =VLOOKUP($B4,MasterTab!$H$21:$O$923,8,FALSE) Thanks, Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I copy a check box result from Worksheet A to Worksheet B? | Excel Worksheet Functions | |||
return worksheet name that a result came from | Excel Worksheet Functions | |||
I cannot see the result of a SUM in the worksheet, why? | Excel Discussion (Misc queries) | |||
How can I put result of If worksheet function into a different cel | Excel Worksheet Functions | |||
Updating 1 worksheet with result from another worksheet | Excel Discussion (Misc queries) |