mactoolsix
Board Regular
- Joined
- Nov 30, 2010
- Messages
- 105
I have a spreadsheet that I want to pull data from 5 different columns using SUM(VLOOKUP as an array. Problem some of the cells may be blank which leads to an #N/A error.
I attempted this: {=IFNA(SUM(VLOOKUP(AB8,'Cash Flow Detail '!B12:AN94,"<>",{24,26,31,33,39})),0)} however that returns a #NA ME? error.
Is there a simple way to accomplish this with writing out multiple vlookup statements and then adding them all together?
I attempted this: {=IFNA(SUM(VLOOKUP(AB8,'Cash Flow Detail '!B12:AN94,"<>",{24,26,31,33,39})),0)} however that returns a #NA ME? error.
Is there a simple way to accomplish this with writing out multiple vlookup statements and then adding them all together?