Steve=True
Well-known Member
- Joined
- May 27, 2011
- Messages
- 993
Hi all,
Struggling for an easy formula.
Building a dashboard and looking to advance a user entered date
either 1 month or to the end of the next month.
For instance, i want to a formula that will take the user date of:
1/15/11 and advance it to 2/15/11
AND also take a user entered date of:
1/29/11 and advance it to 2/28/11
So adding 1 month won't work as it will give me 3/1/11. Was using a forum solution here that finds how many days in a month, but it can't get it to work for what i need:
=F2+DAY(DATE(YEAR(F2),MONTH(F2)+1,))
Looking for Non-VBA 2003 solution. Thanks!
Steve=True
Struggling for an easy formula.
Building a dashboard and looking to advance a user entered date
either 1 month or to the end of the next month.
For instance, i want to a formula that will take the user date of:
1/15/11 and advance it to 2/15/11
AND also take a user entered date of:
1/29/11 and advance it to 2/28/11
So adding 1 month won't work as it will give me 3/1/11. Was using a forum solution here that finds how many days in a month, but it can't get it to work for what i need:
=F2+DAY(DATE(YEAR(F2),MONTH(F2)+1,))
Looking for Non-VBA 2003 solution. Thanks!
Steve=True