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.
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.