help with dates - beginning the week of

unit213

Active Member
Joined
Jul 11, 2003
Messages
427
If I have 7/26/2006 in cell A1, what formula can I use to return the
the "week of" 7/24/2006?

I have a range of data that's 50,000 rows deep containing different
dates. I need to find out what week they begin in using dates, not
the weeknum function.

Thanks in advance for the help!
 

Excel Facts

Last used cell?
Press Ctrl+End to move to what Excel thinks is the last used cell.
Try: =A1-CHOOSE(WEEKDAY(A1),0,1,2,3,4,5,6)

Thanks for your input. Your forumula gets me very close to where
I need to be. However, it returns a Sunday as being the first
day of the week. In my scenario, I need that to be Mondays.

How would I adjust the formula above for that?
 
Upvote 0

Forum statistics

Threads
1,213,543
Messages
6,114,236
Members
448,555
Latest member
RobertJones1986

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