I have a fairly long if statement, goes something like (example)....
=if(D4<Ht,5,0) + if(D4<Gt,4,0) + if(D4<It,3,0)
Ht=5
Gt=4
It=10
If I input a value of '4' in D4, it'll output a value of 8. Is there any way that I can have excel output only the value of the first correct argument, so that the value that would be output in this case would be 5?
Thanks.
Bookmarks