Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
greater than but less than | Excel Discussion (Misc queries) | |||
I have Greater than, I need less than also | Excel Worksheet Functions | |||
if value is greater than # * by 20% if less * by 40 | New Users to Excel | |||
IF greater than...IF less than....====== | Excel Discussion (Misc queries) | |||
Greater then/less then | Excel Worksheet Functions |