View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Barb Reinhardt Barb Reinhardt is offline
external usenet poster
 
Posts: 3,355
Default Function to find/display the date X number of days later?

Try this

=A1 + 24 ...
Where A1 is the date you enter.


--
HTH,
Barb Reinhardt



"a0xbjzz" wrote:

I need to set up a function if possible to display what the date will be 24
days later. I need to spread out my reviews to be every 24 days - I would
like to know the dates. Help?