Using SUM to total up values produced from IF statements

trendon

New Member
Joined
Jun 6, 2004
Messages
16
Hello!

So I am trying to create a formula that will help determine what are the greatest sports playoff series of all-time using factors such as total games played, percentage of points scored late in the games, percentage of one-score games, etc. So I create some IF statements like ...

=IF(E2<6,"0",IF(E2=6,"1",IF(E2=7,"2")))

This says that any series that is less than six games long earns zero points, a six-game series earns one point, and a seven-game series earns two. I then created similar formulas for a few other instances; including a few that don't require an IF formula. All looks good ... until I go to sum up the values of these cells and none of the values of the cells with IF statements get included.

Sooooooo ... help lol! Clearly I either botched something with the IF statement and/or should be using some other formula.

And I made sure they are all cells are set to NUMBER and not anything else. Thank you guys very much.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
You need to remove the quotes from the numbers, other they are text.
 
Upvote 0
Solution
Glad to help & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,223,150
Messages
6,170,377
Members
452,323
Latest member
robertbs021

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