Calculate the beginning of the week

  • Thread starter Thread starter Jaz
  • Start date Start date
J

Jaz

I want to have a field in excel that gives me the "week of" date.

For example, today is 4/25/06.

The field would show the "week of" 4/23/06 because that is the date of last
Sunday.

I want it to automatically calculate the 'week of' data from today's date.

Is this possible? If so, how do I do it.

Thanks,
Jasper
 
Hi Jasper,

=A1-WEEKDAY(A1)+1

--
Kind regards,

Niek Otten

|I want to have a field in excel that gives me the "week of" date.
|
| For example, today is 4/25/06.
|
| The field would show the "week of" 4/23/06 because that is the date of last
| Sunday.
|
| I want it to automatically calculate the 'week of' data from today's date.
|
| Is this possible? If so, how do I do it.
|
| Thanks,
| Jasper
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top