Giving Months Numerical Values

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

Guest

I have a spreadsheet containing data over various numbered weeks. From this I
use VLookup to produce a graph showing the data from the last 13 weeks. Each
time the current week number is updated, the last 13 weeks change in turn.

On the same spreadsheet I also keep the data by month. I now want to use a
similar VLookup to produce a graph showing the last 6 months. How/Is it
possible to give eg November a numerical value so the other rows are eg
November-5 (June) November-4 (July) etc?
 
Hi
With an Excel date in A1,
=Month(A1) will return the Month number
To make it an offset from November, it would be
=11-MONTH(A1)

Regards

Roger Govier
 

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

Similar Threads


Back
Top