Formula help

steelers777

New Member
Joined
Sep 23, 2006
Messages
16
I made a fantasy football roster and score sheet for each player in our league. I want to be able to be able to keep scores of each player which I will do manually into the cells but I want to be able to designate which players are starters then have the starters points totaled up at the bottom of the page but I can't figure out a formula to do that.

For example, my roster may look like this

Favre 5
Roethlisber 7
James 8
Taylor 6

But I'm starting Roesthliberger and James therefore my Starter point total would be 13. How can I get the cells to calculate that automatically. Can I designate the points of the starters with a S in front of it. For example:

Favre 5
Roethlisber S7
James S8
Taylor 6

Would that do it then make a formula for that or can I color code the cells of the starters? Does this make sense.

Thanks for your help,
Kenny
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
Hi, welcome to the board!

It would be much easier if you could use a seperate column for the S, then perhaps something like this:

Formula in E1:
=SUMIF(C1:C4,"S",B1:B4)
Book1
ABCDE
1Favre515
2Roethlisber7S
3James8S
4Taylor6
Sheet1
 
Upvote 0

Forum statistics

Threads
1,215,419
Messages
6,124,796
Members
449,189
Latest member
kristinh

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