week update

S

Savio

is there any way to have a cell in excel update itself every week to
show the first day of the week?
say the week starts on a monday, the cell displays 23/02/09, retains
this value thoughout the week and displays 02/03/09 the following
monday
thanks
 
C

chris

use following formula
=IF(WEEKDAY(TODAY())=2,TODAY(),IF(WEEKDAY(TODAY())=1,TODAY()-6,IF
(WEEKDAY(TODAY())=7,TODAY()-5,IF(WEEKDAY(TODAY())=6,TODAY()-4,IF
(WEEKDAY(TODAY())=5,TODAY()-3,IF(WEEKDAY(TODAY())=4,TODAY()-2,TODAY
()-3))))))



Chris
 

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

Similar Threads

Date problem 2
Formatting Question 3
Wrong weeknumber 2004 / 2005 4
limit of just 19 selections for graphs.. any workaround? 1
The DAY function is crook 13
Two Problems 7
Finding the end of 4 week 1
group by week 1

Top