Next Due Date

emartinez391

New Member
Joined
Jul 8, 2015
Messages
1
Hi guys,
I'm kind of an Excel Noob and have been struggling with this for a couple of days I hope someone can help.

I have a spreadsheet used to track "Visit Due Dates". There are 4 visits required a year 1 annual and 3 quarterlies, all based on an "Approval Date". I would like to find a way to have the "Next Due" cell look at the 4 visit due columns and display the month of the next visit due regardless
of with colunm it is in.

I hope this makes sense. Any help would be greatly appreciated.
Approval Date
Annual Visit Due
1st Qrtly Vist Due
2nd Qrtly Vist Due
3rd Qrtly Vist Due
next due
7/13/14
July
October
January
April

<tbody>
</tbody>
 

Excel Facts

Create a Pivot Table on a Map
If your data has zip codes, postal codes, or city names, select the data and use Insert, 3D Map. (Found to right of chart icons).
If you have the analysis toolpack installed, and assuming the next due date empty cell is F2, the formula is =TEXT(EDATE(DATEVALUE(E2 & 1),3),"mmmm")

DATEVALUE converts the text month into a numerical date
EDATE allows for addition/subtraction of months
TEXT converts the result into the month name

Hope this helps.


Tim
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,120
Members
451,399
Latest member
alchavar

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