Beginning of week

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

Jaz

Is there a formula that can tell me what the beginning of the week is? For
example, Today is 4/10/07. The beginning of our week is Sunday so I want it
to return a value of 4/8/07.

Thanks,
Jasper
 
Replace [IncidentDate] with your date field.

DateAdd("d",-Format([IncidentDate]-1,"w"),[IncidentDate])
 
THANKS!
KARL DEWEY said:
Replace [IncidentDate] with your date field.

DateAdd("d",-Format([IncidentDate]-1,"w"),[IncidentDate])
--
KARL DEWEY
Build a little - Test a little


Jaz said:
Is there a formula that can tell me what the beginning of the week is? For
example, Today is 4/10/07. The beginning of our week is Sunday so I want it
to return a value of 4/8/07.

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