ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   greater then less then (https://www.excelbanter.com/excel-worksheet-functions/203121-greater-then-less-then.html)

Andrew

greater then less then
 
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

igorek

greater then less then
 
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



"andrew" wrote:

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


T. Valko

greater then less then
 
Try this entered in C1:

=MAX(A1,B1)

Copy down as needed

--
Biff
Microsoft Excel MVP


"andrew" wrote in message
...
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





All times are GMT +1. The time now is 09:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com