Obtain prior month via drop down list of months (text value)

anderma8

New Member
Joined
Oct 29, 2008
Messages
40
Office Version
  1. 365
Platform
  1. Windows
I have a drop down list of January thru December as a text value. I'm trying to convert that value to an actual month and calculate the prior month so I can ultimately use that in a vlookup. I've tried a number of manipulations but nothing works.... I have too much work done to change the drop down list to a list of dates. Any ideas would be appreciated!!
 

Excel Facts

Pivot Table Drill Down
Double-click any number in a pivot table to create a new report showing all detail rows that make up that number
I'm not sure I'm following what you mean exactly but maybe something like....

=TEXT(EOMONTH(A2&1,-1),"mmmm")
 
Upvote 0
I'm not sure I'm following what you mean exactly but maybe something like....

=TEXT(EOMONTH(A2&1,-1),"mmmm")

This was EXACTLY what I was looking for. I tested and it works PERFECTLY!! Thank you!
 
Upvote 0

Forum statistics

Threads
1,223,911
Messages
6,175,333
Members
452,636
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top