counting days

  • Thread starter Thread starter Anthony
  • Start date Start date
A

Anthony

Hi,
is it possible to have a cell on a worksheet that
automaticaly produces the date ie =TODAY() then in
another (hidden) cell show that date as a number.
for example if the date placed was 3rd Feb 2005 the
hidden cell would show 3 as this is the 3rd day, or if
the date shown was 21st Feb 2005, the cell would show 21
as this is day 21 of the month.

Hope I have made myslef clear, and thanks in advance
 
=day(A1)

How will it show anything if it is hidden?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 
hi,
assuming that your date in in Cell A1,
in the hidden cell(?) enter
=Day(A1)
 
Bob,
thanks for that, it will only be hidden as I wish to use
this 'day value' as part of a calculation in another
sheet, so it is does'nt need to be seen in the orig
worksheet.
thanks for your post
 
Then wouldn't you just use it directly in that calculation? What advantage
does an intermediary cell hold in this instance?

--

HTH

RP
(remove nothere from the email address if mailing direct)
 

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

Back
Top