Hello everyone,
I have come across an issue for the same function that I was typing earlier. Excel is now giving me an error that I've "entered too many arguments for this function". What does that mean, and is there an easy way to fix this? Below is my function.
=IF(AND(ISNUMBER(SEARCH("VA",J3)),OR(K3=810,K3=1050,K3=1080,L3=810,L3=1050,L3=1080),(N3<=0)),"Increase",IF(AND(ISNUMBER(SEARCH("VA",J3)),OR(K3=810,K3=1050,K3=1080,L3=810,L3=1050,L3=1080),(N3>0)),"Increase w/ Fee",IF(AND(ISNUMBER(SEARCH("VA",J3),(N3<=0)),"Submit",IF(AND(ISNUMBER(SEARCH("VA",J3)),(N3>0)),"Submit w/ Fee",IF(AND(ISNUMBER(SEARCH("Yes",M3)),(N3<=0)),"Submit",IF(AND(ISNUMBER(SEARCH("Yes",M3)),(N3>0)),"Submit w/ Fee","Needs Review")))))))
Any help would be greatly appreciated.
Bookmarks