Total disaster

I7Apple7I

New Member
Joined
May 25, 2018
Messages
1
Hello,

I'm doing a step challenge at work and we've been put into random teams.
My team wanted to have their own league so we've set one up but its based on total steps.

I've been trying to make a sheet which I can add the total steps at a specific point each week and automatically calculate the number of steps taken for that week, so it needs to be most recent entry - previous entry.

I like how formatting as a table looks in Excel 365 and makes it easy to enter the most recent totals as tab opens a new row.

So far I managed to extract the most recent result and looked at using offset to calculate a figure for the week but tying myself in knots and the sheet seems to run slow, any thoughts from anyone?

I have column A as week 1,2,3 etc then each column is a member of the team

Thanks :)
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
[Table="width:, class:head"][tr=bgcolor:#E0E0F0][th] [/th][th]
A
[/th][th]
B
[/th][th]
C
[/th][th]
D
[/th][th]
E
[/th][th]
F
[/th][/tr]
[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
1
[/td][td] Week[/td][td] John[/td][td] Laura[/td][td] Martin[/td][td] Jeff[/td][td] Total[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
2
[/td][td] 1[/td][td] 82[/td][td] 191[/td][td] 193[/td][td] 850[/td][td]
1316​
[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
3
[/td][td] 2[/td][td] 993[/td][td] 326[/td][td] 396[/td][td] 1120[/td][td]
1519​
[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
4
[/td][td] 3[/td][td] 1031[/td][td] 1242[/td][td] 493[/td][td] 1454[/td][td]
1385​
[/td][/tr]


[tr=bgcolor:#FFFFFF][td=bgcolor:#E0E0F0]
5
[/td][td] 4[/td][td] 1950[/td][td] 1562[/td][td] 1233[/td][td] 1611[/td][td]
2136​
[/td][/tr]
[/table]
[Table="width:, class:grid"][tr][td]Sheet: Sheet62[/td][/tr][/table]

I am not sure if this is what you are looking for?

Formula in cell F2:

=SUM(B2:E2)-SUM(B1:E1)
 
Upvote 0

Forum statistics

Threads
1,223,893
Messages
6,175,240
Members
452,621
Latest member
Laura_PinksBTHFT

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