Previous Monday Date

KAZ393

New Member
Joined
May 14, 2003
Messages
3
I have cell D7 for date entry, I need to allow the user to only input the previous Monday weeks date,not the current Monday.of the week use,

Has any body got any idea of how i can apply this in data validation

Urgent Help needed

I am at the point of insanity :rolleyes:

Can anyone out there help me

Thanks
 

Excel Facts

Can a formula spear through sheets?
Use =SUM(January:December!E7) to sum E7 on all of the sheets from January through December
Hi KAZ393:

Welcome to the Board!

Try ... =TODAY()-WEEKDAY(TODAY())+2
for DATA|Validation for cell of interest.
 
Upvote 1
Hi, Yogi I think the formula should be =A1=TODAY()-WEEKDAY(TODAY())-5 to get the Monday in the previous week, where A1 is the cell you want to validate. Without the =A1 bit the validation does not work.
 
Upvote 0
Hi inarbeth:

You are right -- I had mistakenly read 'Previous Monday' instead of 'Monday of Previous week'. As far as applying the validation to a particular cell is concerned I had left it upto the OP to make the association -- Thanks!
 
Upvote 0

Forum statistics

Threads
1,215,365
Messages
6,124,511
Members
449,166
Latest member
hokjock

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