Get date from Week number and day

Weeble

Board Regular
Joined
Nov 30, 2016
Messages
95
Office Version
  1. 365
WeekDayDate
2222021-06-02
2222021-06-03
2312021-06-07

I'm trying to find a formula where I would get the date in 3 third column as shown above.
I have first two columns , Week and Day. Is there a formula that could transform it into a complete date?
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Upvote 0
Solution
There is no obvious logic to the example other than the last entry. See if this helps (based on @Tetra201's suggestion from an earlier post).
Cell Formulas
RangeFormula
D2:D15D2=WORKDAY.INTL(DATE(YEAR(TODAY()),1,0),A2,"1111110")+B2
Thank you! it worked.

I had no idea this would be so hard to find a solution for. You would think there was an easier way to write out a date when you have week and day and if you just provided it with a year in a cell.
 
Upvote 0
My example does that show the results per your table.
Check Excel's Help for the function.
Review my example; edit the formula to work with your requirements.
Check the results for week 1 and edit the last day of the previous year if necessary.

Workday.xlsm
ABCDEF
127-12-20Mon 28-Dec-20
2Mon 04-Jan-211Week DayDate
3221Mon 31-May-21
4222Tue 01-Jun-21
5223Wed 02-Jun-21
6224Thu 03-Jun-21
7225Fri 04-Jun-21
8231Mon 07-Jun-21
9
2a
Cell Formulas
RangeFormula
A2A2=B1+7
B2B2=WEEKNUM(A2,21)
F3:F8F3=$A$1+E3+7*D3
 
Upvote 0

Forum statistics

Threads
1,214,929
Messages
6,122,314
Members
449,081
Latest member
tanurai

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