Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Here is my problem
The way it works is that this formula is sat in AG251 (or whichever one) =IF(AF251="Ongoing","July",IF(AB251="Risk - Action","January",TEXT(DATEVALUE("01-"&AF251&"-1900")+((MOD(MONTH(DATEVALUE("01-"&AF251&"-1900")),3)=0)+1)*31,"mmmm"))) It then looks at what month is input in AF251 and then puts the relevant month of review which is based around these rules: Due Month of review Risks with actions due in Nov December Risk-Action January Risks with actions due in December or January February Risks with actions due in February March Risks with actions due in March or April May Risks with actions due in May June Risks with ongoing actions July Risks with actions due in June or July August Risk with actions due in August September Combined effect of actions October Risks with actions due in September or October November The current formula does this but instead of the input for the formula being a month I would like it to be an actual date where it is clever enough to pick up what month it is. I am looking into maybe having a lookup table feeding off the actual date (using the MONTH function as well) with the months and a value next to them of 1-12 but I am having trouble setting this up. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a schedule from a list of dates ? | Charts and Charting in Excel | |||
excel date scheduling not msProject | Excel Worksheet Functions | |||
Fomula for number of days on each month from a date range | Excel Discussion (Misc queries) | |||
Calculate 1st of month date from existing date. | Excel Discussion (Misc queries) | |||
Month Year Date Format | Excel Worksheet Functions |