IF Statement off of a max of 4 values

cliff_davis

New Member
Joined
May 7, 2010
Messages
2
I have 4 summed values in seperate columns and I want to run an if statement based on the max value of the 4 columns and if the IF statement is not true then run a formula to get the weighted average of the remaining the 3 values.

Ex. 66, 75, 41, 39 ( there are columns in between the values as well)

I want the cell below 75 to denote the full percent value (in my case 35%), for the cells that are less than 75 I will have the formula to get the weighted average ( I have this done)

The trouble I am running into is the logic function of the IF statment, How can I get it to read the Max number of the seperate cells to run the true logic or the false logic? Please no VBA.

Thank you in advance for the help.
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Hi and welcome to the Board!!!
What is your formula for the "Weighted Average"?
lenze
 
Upvote 0
Thanks for the reply...below is the formula I have been using for files with only 2 comparison samples, having trouble bumping up to 3 and 4.

=IF(I27>E27,0.35,((I27*0.35)/(E27*0.35)*0.35))

I just want to use this same forumula, but in comparing 3 and 4 sets of summed data, but am having trouble getting the front end of the IF statment to pull the max and then calculate the remaining formulas.
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,289
Members
452,631
Latest member
a_potato

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