Hi Mr. Excel,
Is there a way NOT to REPEAT the logical_test false statement again, as I wanted the formula to be just shorter.
Example:
from:
=IF(VLOOKUP(D2,Criteria!$C$2:$D$11,2,0)="123",1,
VLOOKUP(D2,Criteria!$C$2:$D$11,2,0))
to:
=IF(VLOOKUP(D2,Criteria!$C$2:$D$11,2,0)="123",1,
some shortcut formula to put the logical_test here to make the words shorter, because logical_test sometimes can be much longer)
Thanks
Is there a way NOT to REPEAT the logical_test false statement again, as I wanted the formula to be just shorter.
Example:
from:
=IF(VLOOKUP(D2,Criteria!$C$2:$D$11,2,0)="123",1,
VLOOKUP(D2,Criteria!$C$2:$D$11,2,0))
to:
=IF(VLOOKUP(D2,Criteria!$C$2:$D$11,2,0)="123",1,
some shortcut formula to put the logical_test here to make the words shorter, because logical_test sometimes can be much longer)
Thanks