IF statement

K

Kathy

Excel 97
Is it possible, using an "IF" statement, to compare the
results of two different cells and return the higher
value? Should I be using a different function??? Nothing
I am trying is working!!!! HELP!!!!
 
G

Glenn Schwandt

Kathy said:
Excel 97
Is it possible, using an "IF" statement, to compare the
results of two different cells and return the higher
value? Should I be using a different function??? Nothing
I am trying is working!!!! HELP!!!!

Yes and Yes.

=IF(A1>B1,A1,B1)

=MAX(A1,B1)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top