Find date from week/month/year

cfer

Well-known Member
Joined
Jul 29, 2002
Messages
560
Hi,

I am trying to get the Sunday date from the following

Cell E5 has the week number, 3.

I am using week 1 represents the first 7 days, week 2 represents the 2nd week, week 3 = the third week,4th = fouth week, etc for each of the months.

H5 has the Month

M5 has the year.

the result I am after is 13/02/2011.

I have had a search, but can only find it going the other way.

Thanks in advance

Cfer
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Hi,

I'm sure there are better solutions.


Code:
=DATE(M5,H5,1)+7*(E5)-WEEKDAY(DATE(M5,H5,1),2)

Regards
 
Upvote 0

Forum statistics

Threads
1,224,602
Messages
6,179,844
Members
452,948
Latest member
UsmanAli786

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