I have a row of variables showing different values in text, 800 x 600 or 1024 x 767. I'm trying to come up with a formula that will always show the max value present. MAX doesn't work as they are text values. I've used the formula shown wich works fine if I just use any side individually but combining just gives an error. I also need it to return 0 if no values present.
=IF(D4+OR(E4)+OR(F4)+OR(G4)+OR(K4),"800 x 600",0)+IF(H4+OR(I4)+OR(J4)+OR(L4)+OR(M4),"1024 X 767",0)
Bookmarks