P
picktr
How can I nest an IF function within an IF function?
What I have now:
=IF(G5<G6,"A","B")
What I would like:
IF G5 <= G6
THEN IF J5 < J6, "A", "B"
ELSE "B"
If the the first 2 comparisons are equal, I want it to
evaluate different cell
What I have now:
=IF(G5<G6,"A","B")
What I would like:
IF G5 <= G6
THEN IF J5 < J6, "A", "B"
ELSE "B"
If the the first 2 comparisons are equal, I want it to
evaluate different cell