sjwhitaker
New Member
- Joined
- Aug 7, 2009
- Messages
- 7
I am sure the title doesn't help what I am having problems with, but was drawing a blank on what to put. ANYWAY! I am working on an IF Formula to do different things if different cells are True or False. This is what I have so far
=IF(B4:B6=FALSE,SUM(E3:E6),IF(B5:B6=FALSE,SUM(E3+E5),IF(B6=FALSE,SUM(E3+(E6/3)))))
1st Part - B4 to B6 will either read a name or FALSE, so if they are FALSE, I want to sum the values in E3 to E6
2nd Part - B5 to B6 will either read a name or FALSE, so if they are FALSE, I want the sum of E3 and E5
3rd Part - B6 will either read a name or FALSE, so if it is False I want to divide E6 by 3 and add that to E3
This is for placing earnings sheet, there will be 4 places that will pay, but it may not have 4 people, so I want to modify the winnings to accomidate how many people there actually are.
Hope that all makes sense!!!
=IF(B4:B6=FALSE,SUM(E3:E6),IF(B5:B6=FALSE,SUM(E3+E5),IF(B6=FALSE,SUM(E3+(E6/3)))))
1st Part - B4 to B6 will either read a name or FALSE, so if they are FALSE, I want to sum the values in E3 to E6
2nd Part - B5 to B6 will either read a name or FALSE, so if they are FALSE, I want the sum of E3 and E5
3rd Part - B6 will either read a name or FALSE, so if it is False I want to divide E6 by 3 and add that to E3
This is for placing earnings sheet, there will be 4 places that will pay, but it may not have 4 people, so I want to modify the winnings to accomidate how many people there actually are.
Hope that all makes sense!!!