matthewpaul12
New Member
- Joined
- Nov 26, 2018
- Messages
- 16
For the dates in b1:b2 try this: =1+MONTH(B2)-MONTH(B1)-(DAY(B2)<20)-(DAY(B1)>20)
Hi, not sure if anyone will see this, but here goes. This formula is exactly what I need as well, except that it doesn't account if the year is not the same (i.e. beginning date of 10/1/17, end date of 11/26/18, trying to account for number of times 15th day of month occurs). This formula results in 2 (I'm assuming it's calculating under the assumption Oct 2018, not 2017), when it should be 14. Any help would be much appreciated!