Converting "sprint number" to a specific date

Jacobs87

New Member
Joined
Jun 4, 2018
Messages
3
I am currently working on a planning sheet that uses "sprints" instead of weeks or dates. However, for presentation purposes I do need to show the date in which a particular sprint is in.
A sprint consists of a two-week period. E.g.: sprint number 40 starts on wednesday the 6th (6-6-2018) and ends on (19-6-2018).
Does anyone know an efficient formula for calculating the start date based on the sprint number?

My Excel looks the following:

[TABLE="width: 500"]
<tbody>[TR]
[TD]Sprint[/TD]
[TD]Date start[/TD]
[TD]Date end[/TD]
[/TR]
[TR]
[TD]40[/TD]
[TD]6-6[/TD]
[TD]19-6[/TD]
[/TR]
[TR]
[TD]41[/TD]
[TD]20-6[/TD]
[TD]3-7[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
I couldnt find anything but just drag formulas down
Start date is previous end date +1 and end date is start date +13

Or am i missing something
 
Upvote 0
Sorry, I wasn't specific enough. Your method would work, if the sprints I mentioned are followed up by each other.

It could be that row 3 would be sprint 44, row 4 could be sprint 30 (depending on the task - which I did not mention as a column in my post).
 
Upvote 0
Yes but you could create a table of dats from sprint codes then use vlookup or similar to pull in the start date based on the sprint code in colum a as above..
 
Upvote 0

Forum statistics

Threads
1,224,820
Messages
6,181,159
Members
453,021
Latest member
Justyna P

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