Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the ISNA function to "trap" cases where you risk to get a N/A value. Use
that in conjunction with an IF statement. So, e.g. IF (ISNA(<your VLOOKUP formula), <put a blank or zero depending on your need, <your VLOOKUP formula) Keep in mind that the resulting formula will be extremely lengthy to read - but otherwise it should do the trick. Hope this helps. "NCarter" wrote: Hi, I am trying to add several VLOOKUP results obtained from data in several worksheets. My formula is : - =VLOOKUP(A5,'Common Costs - Budget'!A5:X74,2,FALSE)+VLOOKUP(A5,'Brighton - Budget'!A5:X53,2,FALSE)+VLOOKUP(A5,'Hove - Budget'!A5:X56,2,FALSE) I have several worksheets all with similar budget information on and, for example, I need to all the payroll costs from each of the sheets. Not all the sheets will always have costs on so I was thinking of doing lookups and adding them together but I just keep getting the #N/A result. Is there a way to do this? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding a Row to Multiple Worksheets at Once | Excel Worksheet Functions | |||
Adding multiple worksheets | Excel Worksheet Functions | |||
Adding multiple vlookups | Excel Worksheet Functions | |||
Adding multiple worksheets | Excel Worksheet Functions | |||
adding certain cells in multiple worksheets in multiple workbooks | Excel Worksheet Functions |