View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Roger Govier[_3_] Roger Govier[_3_] is offline
external usenet poster
 
Posts: 2,480
Default can you add a day counter for a colum and row

Hi

Depends how you have your data set up, but assuming date into stock is
column A
=IF(A1="","",TODAY()-A1)
FormatCellNumberGeneral
Copy down as required

--
Regards
Roger Govier

"poohgld" wrote in message
...
trying to add a day counter so I can see how long an item has been in
stock.
It would need to be able to use 1 coloum and each row in that colum.