ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Months (https://www.excelbanter.com/excel-worksheet-functions/118591-months.html)

Pasty

Months
 
How do I make it so that if someone inputs a month for an action that it
automatically makes the next column (month of review) have the value of the
month after e.g. for an action in March it will need to be review in April

Ron Rosenfeld

Months
 
On Mon, 13 Nov 2006 04:06:01 -0800, Pasty
wrote:

How do I make it so that if someone inputs a month for an action that it
automatically makes the next column (month of review) have the value of the
month after e.g. for an action in March it will need to be review in April


How is the month inputted? Name? Number? Date?
--ron

Andy Brown

Months
 
"Pasty" wrote in message
...
How do I make it so that if someone inputs a month for an action that it
automatically makes the next column (month of review) have the value of
the
month after e.g. for an action in March it will need to be review in April


Enter a list of months (January - December) somewhere (e.g. A1:A12). If
month for action column is C, then with "May" in C1, the following formula
will return "June".

=IF(C1="December","January",INDEX($A$1:$A$12,MATCH (C1,$A$1:$A$12,0)+1))



4pinoy

Months
 
Does your review sheet good for one year spreadsheet only, meaning 12 months
only...or 24 months Jan-06 to Dec-07..??

"Pasty" wrote:

How do I make it so that if someone inputs a month for an action that it
automatically makes the next column (month of review) have the value of the
month after e.g. for an action in March it will need to be review in April


daddylonglegs

Months
 
If you enter the month as text, e.g. December in cell A1 then this formula
will return next month

=TEXT(("1 "&A1)+31,"mmmm")

"Pasty" wrote:

How do I make it so that if someone inputs a month for an action that it
automatically makes the next column (month of review) have the value of the
month after e.g. for an action in March it will need to be review in April


sleepy

Months
 
?

"Pasty" wrote:

How do I make it so that if someone inputs a month for an action that it
automatically makes the next column (month of review) have the value of the
month after e.g. for an action in March it will need to be review in April



All times are GMT +1. The time now is 01:15 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com