Either I am blind and can not find my answer, or my want is unobtainable...
Excel 2003, IF statement formula.
I desire an easier way to code:
IF(testcondition<>some value, testcondition, something else)
where testcondition may be a very long statement that I do not wish to repeat within the IF statement twice.
Here is a smaller example:
If(Vlookup(bonus,bigarray,1)>1000,Vlookup(bonus,bigarray,1),"little")
Of course, I can throw the testcondition into a different cell range, and the above would become:
If(testcell>1000,testcell,"little")
but I am trying not to go that route.
Any words of wisdom out there?
Many Thanks,
Excel 2003, IF statement formula.
I desire an easier way to code:
IF(testcondition<>some value, testcondition, something else)
where testcondition may be a very long statement that I do not wish to repeat within the IF statement twice.
Here is a smaller example:
If(Vlookup(bonus,bigarray,1)>1000,Vlookup(bonus,bigarray,1),"little")
Of course, I can throw the testcondition into a different cell range, and the above would become:
If(testcell>1000,testcell,"little")
but I am trying not to go that route.
Any words of wisdom out there?
Many Thanks,