AmandaNoyes
New Member
- Joined
- Apr 7, 2015
- Messages
- 1
Hi all - so I know how to use the ISNA formula with a Vlookup...BUT...I've tried and tried and can't figure out how to use it if you are using nested IF and VLookup.
Here is my current formula:
=IF($E:$E=15%,VLOOKUP($D:$D,rates,8,FALSE),IF($E:$E=30%,VLOOKUP($D:$D,rates,12,FALSE),IF($E:$E="Default",VLOOKUP($D:$D,rates,4,FALSE),"")))
What I need is for it to return the N/A results as 0. How do I do that? Or is there a better way other than ISNA?
Here is my current formula:
=IF($E:$E=15%,VLOOKUP($D:$D,rates,8,FALSE),IF($E:$E=30%,VLOOKUP($D:$D,rates,12,FALSE),IF($E:$E="Default",VLOOKUP($D:$D,rates,4,FALSE),"")))
What I need is for it to return the N/A results as 0. How do I do that? Or is there a better way other than ISNA?