Calculating and Formatting Month/Year

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

Guest

Hello,

I need a formula that will calculate the previous month, but appear as a the
month and year not the date.

Please help!
Thanks,

M
 
Could you put this into a specification that has input, calculations, and
desired results? Examples would help.
 
Hi Duane,

The reports are processed monthly for the state tax boards. At the top of
the page, they request the month and year of the information reported.
Because the report is run in the following month, I need a formula that would
automatically enter the prior month.

For instance, I uploaded February's data today (3/8/06). On the top of the
sheet, I would like for a formula to enter "February 2006."

I've been hand entering the month on 20 or so reports. If there is no way
around it, I will continue.

Thanks,

Mel
 
Don't you have data in your report with a date field that can be displayed
with just the month and year?

If not, you can add a text box:
Control source: =DateAdd("m",-1,Date())
Format: mmmm yyyy
 

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

EXCEL problem- mortgage 0
Excel Vba to change displayed year automatically. 14
Excel 1 vs 10 in Excel Formula 0
Daily Average by quarter 9
Age calculation glitch? 1
CUMIPMT 0
Date Calculation - Astro Calculation 2
Excel Microsoft excel interest formula 2

Back
Top