I am trying to develop a formula that will return two possible answers.
I want it to look in cell F6. If the number in F6 is less than 5, then I want it to return a 1. If the number in F6 is 5 or greater then I want it to return the number on sheet DED!A1:A11,2. How do I do this. I have tried the following:
=IF(F6<5,1,IF(F6>5,(DED!A1:A11,2,false)) Can anyone fix this for me?? What am I doing wrong? Thanks.![]()
Bookmarks