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

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
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,216,128
Messages
6,129,036
Members
449,482
Latest member
al mugheen

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