I am using an If statement to do a look up in a table of values (all numbers). I have it created so that it will go through a set of IF statements and return a 1 if all of those statements are false. It keeps returning the answer false instead of the 1 I am wanting. See below for statement.
=IF(P3=2,IF(P4=50,IF(P5=12,IF(P6=43,Sheet2!$G$8,IF(P3=2,IF(P4=50,IF(P5=12,IF(P6=54,Sheet2!$G$9,IF(P3=2,IF(P4=50,IF(P5=12,IF(P6=68,Sheet2!$G$10,IF(P3=2,IF(P4=50,IF(P5=12,IF(P6=97,Sheet2!$G$11,1))))))))))))))))
Thank you for your help.
Bookmarks