Day Counter

ori kobi

New Member
Joined
Sep 30, 2017
Messages
6
hi i have a table with date and games and i want to count the days before each game so i know how many days rest they had between each game and also see which day is the hardest.

column 1 = date
column 2 = game
column 3 = should be a day counter (-3,-2,-1...,game=0)

i cant figure it out, any idea?
 
I am not familiar with what this is all about and you still didn't explain how you come up with those results manually.
Why is the first result -1? Explain simply in relation to what is in the sample data.
Why is the next value also -1?
Why is the 3rd value 0?
Why is the last value 0?
When I look down the table I see some -3 values. How do you determine that the first of those should be -3?
Explain any others that get worked out a different way.
 
Upvote 0

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Maybe...

Formula in D2
=B2-INDEX(B2:B$1000,MATCH("Game*",C2:C$1000,0))

Change the format of D2 to General

Drag the formula down

M.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,223,738
Messages
6,174,207
Members
452,551
Latest member
croud

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