Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a spreadsheet that has the following 4 columns.
Term End Date Evg Term Days Notice Next Avail Termination Date The column "Next Avail Termination Date" has a formula that has the current logic applied: If Todays Date is greater than the Term End Date minus the Days Notice, and the Evg Term = MO, then the Next Avail Termination Date = Today plus Days Notice. This is working fine with this formula: =IF(AND(TODAY()A2-C2,B2="mo"),TODAY()+C2) However, I need to add one more piece of formula, and I can't quite figure out how. I need it to add logic, that if the date returned from the current formula above is any day other than the first of the month, that it will round to the first of the next month. For instance, using the formula above, it's currently returning the date "02/12/10", and I need it to instead return "03/01/10". Any help is greatly appreciated. Thanks! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Parsing Out a Month from a date field | Excel Discussion (Misc queries) | |||
Formula to add 12 months to an existing date field | Excel Discussion (Misc queries) | |||
Rounding a date up to the 1st of the next month | Excel Worksheet Functions | |||
Converting a date field into a month-year only field | Excel Discussion (Misc queries) | |||
Calculate 1st of month date from existing date. | Excel Discussion (Misc queries) |