greater then less then

A

andrew

I am trying to do this.
I have 2 cells that contain curency values in each,
I want a 3rd cell to tell me which one is greater, I need the 3rd cell to
show only the amount of the curency of the greater of the 2

Eg. a b = c
1 $200.00 $300.00 $300.00
2 $600.00 $150.00 $600.00
 
I

igorek

If you are looking for a plain greater value you can use =MAX(A1,B1)
considering one number is in cell A1 and the other one in 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