Hello:
Having a problem to figure out why my formula won't work if I add ISNA into formula. The formula works good without the ISNA but when I add into the formula I get the following statement. "You've entered too many arguments for this function" and it highlights the 24 where I have ,$M40*45*24
Am I adding into the wrong part of the formula?? Can I even use the ISNA in this formula?
Here is the complete formula
=IF($E40="CONTRACT",0,IF($G40=$A$9,$K$9,IF($G40=$A$12,$K$12,IF(ISNA(VLOOKUP($G40,$A$8:$E$36,5,FALSE)=0,$M40*45*24,VLOOKUP($G40,$A$8:$E$36,5,FALSE)),"",VLOOKUP($G40,$A$8:$E$36,5,FALSE)=0,$M40*45*24,VLOOKUP($G40,$A$8:$E$36,5,FALSE))
Thank you for any help or suggestions you can pass on.
Bookmarks