View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Shane Devenshire[_2_] Shane Devenshire[_2_] is offline
external usenet poster
 
Posts: 3,346
Default Number of Specific Day within Dates

Hi,

You really need to give us more info. If you are trying to count the number
of days between two dates in cell A1 and A2 then
=A2-A1
If you are trying to count the number of days between A1 and today, then
=TODAY()-A1
If....

--
If this helps, please click the Yes button.

Cheers,
Shane Devenshire


"unknown" wrote: