Calculate date

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am setting up a spreadsheet, where the result of a function is a date to be
stored in J15, which is always a Saturday. How can I setup the preceding 6
cells to have the corresponding dates based on that Saturday?
 
In Excel, a date is the number of days since Jan 1, 1900. Date formats
display them in understandable form. Calculating new dates is just a matter
of adding or subtracting the appropriate number of days.

With your date in J15, the day before is simply =J15-1. Etc.
 

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