View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
uvknights uvknights is offline
external usenet poster
 
Posts: 3
Default converting date to a monday date

Awesome ! All three worked perfectly. I'm just a beginner and your help was
greatly appreciated!!!
--
cjm


"uvknights" wrote:

I need to take a date and convert it to a monday date.
I use the formula =today() in one cell (a1) and then in another cell(b1) I
need it to read the monday date ie: 3/3. so if today is 3/6/08 (in a1) the
it(b1) would read 3/3/08 .. when a1 is 3/11/08 then b1 would read 3/10/08
and so on. any help would be appreicated


--
cjm