Using the number that has the higher value

Albinoass

New Member
Joined
Jan 3, 2017
Messages
12
Hi all,

I have been playing around with some formulas but can't seem to find the correct one (Probably having a blonde moment)

We have the following:

Volume: 2.27
Actual weight: 300kg
Volumetric Weight (Volume x 167): 379.09
Chargeable weight (The higher number between actual weight and volumetric weight)

How do I get the excel spread sheet to use the higher of the two numbers?

Cheers
Jack
 

Excel Facts

Using Function Arguments with nested formulas
If writing INDEX in Func. Arguments, type MATCH(. Use the mouse to click inside MATCH in the formula bar. Dialog switches to MATCH.
Use the =MAX function. Assuming B1 contains Actual weight and B2 contains Volumetric Weight then use this as the formula in the cell where you want the answer (higher of the two numbers)

=MAX(B1,B2)
 
Upvote 0

Forum statistics

Threads
1,225,739
Messages
6,186,738
Members
453,369
Latest member
juliewar

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