I have been trying to create a spreadsheet that will look up references in in multiple tables in the worrkbook. I have come to a problem with IF statements. I have reached the maximum IF's I can use, however I need to reference three more tables, as well as it needs to differentiate between males and females. In other words with respect to males and females I need it to reference two different sets of tables.....Please help. If you need more infoplease just let me know.
This is the formula:
=IF(BD4>8.99,VLOOKUP(BE4,Sheet1!AB4:AC51,2),IF(BD4>7.99,VLOOKUP(BE4,Sheet1!Y4:Z51,2),IF(BD4>7.49,VLOOKUP(BE4,Sheet1!V4:W51,2),IF(BD4>6.99,VLOOKUP(BE4,Sheet1!S4:T51,2),IF(BD4>6.49,VLOOKUP(BE4,Sheet1!P4:Q51,2),IF(BD4>5.99,VLOOKUP(BE4,Sheet1!M4:N51,2),IF(BD4>5.49,VLOOKUP(BE4,Sheet1!J4:K51,2),0)))))))
This is the formula:
=IF(BD4>8.99,VLOOKUP(BE4,Sheet1!AB4:AC51,2),IF(BD4>7.99,VLOOKUP(BE4,Sheet1!Y4:Z51,2),IF(BD4>7.49,VLOOKUP(BE4,Sheet1!V4:W51,2),IF(BD4>6.99,VLOOKUP(BE4,Sheet1!S4:T51,2),IF(BD4>6.49,VLOOKUP(BE4,Sheet1!P4:Q51,2),IF(BD4>5.99,VLOOKUP(BE4,Sheet1!M4:N51,2),IF(BD4>5.49,VLOOKUP(BE4,Sheet1!J4:K51,2),0)))))))