Help with greater than

bamacwby

New Member
Joined
Sep 27, 2008
Messages
25
Office Version
  1. 365
Hello all,
I am trying to create a formula that will figure out which cell has a greater number between 4 cells and enter the greater number in a different cell. TIA
 

Excel Facts

Which Excel functions can ignore hidden rows?
The SUBTOTAL and AGGREGATE functions ignore hidden rows. AGGREGATE can also exclude error cells and more.
It would be helpful if you provided a sample example and the expected outcome.
Secondly, what version of Excel are you using?
 
Upvote 0
I'm sorry, I can't upload an image. I'm on my work computer. Basically, if I've got 100 in cell A1, 101 in cell B1, 102 in cell C1 and 103 in cell D1. I'm looking for a formula that will but the greatest number in cell E2.
 
Upvote 0
Just use the MAX function, i.e. put this formula in cell E2:
Excel Formula:
=MAX(A1:D1)
 
Upvote 0
Solution

Forum statistics

Threads
1,216,372
Messages
6,130,223
Members
449,567
Latest member
ashsweety

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top