Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
hi
i would like to be able for my excel worksheet to change a nuber every day for instance i would like a say sales after day 8 to change to day 9 the next day, is there a way i can do this. -- thanks gary |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Gary,
You would have to define your Day-1 date. Lets say Day-1 is 1/1/2008 If Cell A1 is to show the current day number, then enter the following: ="Day "&ABS(DATE(2008,1,1)-TODAY()) Day-1 date in the formula uses the following format: yyyy,m,d Regards - Dave |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If Jan. 1, 2008 is day 1 then you can use: ="Day - " &
TODAY()-DATEVALUE("1/1/2008")+1 Or if you just want to see the number, use =TODAY()-DATEVALUE("1/1/2008")+1 and format the cell as general Tyro "gary" wrote in message ... hi i would like to be able for my excel worksheet to change a nuber every day for instance i would like a say sales after day 8 to change to day 9 the next day, is there a way i can do this. -- thanks gary |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I receive daily lists, and I need to automatically process them | Excel Discussion (Misc queries) | |||
automatically increment y-axis daily | Charts and Charting in Excel | |||
how do i automatically update % figures daily | Excel Discussion (Misc queries) | |||
Retaining Daily Data Automatically | Excel Discussion (Misc queries) | |||
how does an invoice number change automatically ? | New Users to Excel |