Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need to record the price of an item every friday. I want the most
recent friday in column G. I am using the today() function, but obviously that won't work, because on monday it inserts today's date, rather than the most recent friday. Then, in every column to the right I want the friday before, until 1/2/06. I know I can just subtract 7 from the column to the left, but how would I end this. So each week one new column should become active. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use =TODAY()-CHOOSE(WEEKDAY(TODAY()),2,3,4,5,6,0,1) to get the Friday
previous to today. -- HTH Bob Phillips (remove nothere from email address if mailing direct) wrote in message oups.com... I need to record the price of an item every friday. I want the most recent friday in column G. I am using the today() function, but obviously that won't work, because on monday it inserts today's date, rather than the most recent friday. Then, in every column to the right I want the friday before, until 1/2/06. I know I can just subtract 7 from the column to the left, but how would I end this. So each week one new column should become active. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula to display next Friday from B1 works except on the Friday itself. | Excel Discussion (Misc queries) | |||
If weekend date display previous Friday date | Excel Discussion (Misc queries) | |||
Subtract 2 days and if it falls on Sat or Sun display Friday. | Excel Discussion (Misc queries) | |||
friday date | Excel Discussion (Misc queries) | |||
the date always friday | New Users to Excel |