i think even the formula below will solve your problem.

=TODAY()-WEEKDAY(TODAY(),3)
Regards,
Sarfaraz
Do visit me on MS Excel help <http://findsarfaraz.blogspot.com/>


On Mon, Feb 23, 2009 at 4:25 PM, Dilip Pandey <dilipan...@gmail.com> wrote:

> Hi Savio,
>
> Supposing you have the date in cell A1, type the following in cell B1.
>
>
> =IF(AND(A1>NOW(),A1<NOW()+7,TEXT(A1,"ddd")="Mon"),A1,IF(TEXT(A1,"ddd")="sun",A1-6,IF(TEXT(A1,"ddd")="sat",A1-5,IF(TEXT(A1,"ddd")="Fri",A1-4,IF(TEXT(A1,"ddd")="thu",A1-3,IF(TEXT(A1,"ddd")="wed",A1-2,IF(TEXT(A1,"ddd")="tue",A1-1,A1-0)))))))
>
> Note:- In A1 please enter following
> =NOW()
>
> Thanks & Regards,
> Dilip Kumar Pandey
>
> --
> DILIP KUMAR PANDEY
>   MBA-HR,B COM(Hons.),BCA
> Mobile: +91 9810929744
> dilipan...@gmail.com
> dilipan...@yahoo.com
> New Delhi - 110062
>
>
>
> On Sat, Feb 21, 2009 at 5:47 PM, Savio <saviob...@hotmail.com> wrote:
>
>>
>> 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
>>
>>
>
>
>
>
>  >
>


-- 
Thanks with regards,
Sarfaraz Ahmed

--~--~---------~--~----~------------~-------~--~----~
-------------------------------------------------------------------------------------
Some important links for excel users:
1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at 
http://www.excelitems.com
2. Excel tutorials at http://www.excel-macros.blogspot.com
3. Learn VBA Macros at http://www.vbamacros.blogspot.com
4. Excel Tips and Tricks at http://exceldailytip.blogspot.com
 

To post to this group, send email to excel-macros@googlegroups.com
If you find any spam message in the group, please send an email to:
Ayush Jain  @ jainayus...@gmail.com or
Ashish Jain @ 26may.1...@gmail.com
-------------------------------------------------------------------------------------
-~----------~----~----~----~------~----~------~--~---

Reply via email to