I have a Excel question, have this formula:
IF(OR(E3>G3,F3>G3),F3
E F G H
0 35 41.44 FALSE
133 0 106.67 106.67
Basically, if E or F are greater than G (4%), I want it to return G -- which is working.
But if E or F is less than G, then I want it to return...