Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Another version based on Max's idea:
=IF(A1="","",DATE(YEAR(A1),MONTH(A1)+(DAY(A1)=15) ,1)) (day(a1)=15) will return True or false. When added to a number (like month(a)), it's like adding 1 (true) or 0 (false). Angela wrote: If date in column A is less than 15th of month is there a formula I can use to display the next mth in column B such that I can obtain the following Column A Column B 05-Oct-07 Oct-07 05-Nov-07 Nov-07 15-Oct-07 Nov-07 19-Nov-07 Dec-07 Thanks -- Angela -- Dave Peterson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting for 15th and last day of the month | Excel Worksheet Functions | |||
15th of prior month | Excel Worksheet Functions | |||
How to display month only for date format? | Excel Worksheet Functions | |||
How to display month only for date format? | Excel Discussion (Misc queries) | |||
i want to display the month from a date into another cell | Excel Worksheet Functions |