I have a report that shows our company "tour" number. A tour starts every 4 weeks throughout the year, so there will be 13 tours in a year. This number is not month based. I currently use the following formula.
=-Int(Format(Date(),"ww")/-4) in a text box that is based off of current date. My issue shows every 1st week and 4th week of that particular tour. The 4th week, I have to add a "-1" outside of the () to make the tour number stay correct. Then the following week begins the next "tour" week and I have to remove the "-1". Is there any other formula that I can use in the text box that I don't have to adjust every 1st and 4th week?
=-Int(Format(Date(),"ww")/-4) in a text box that is based off of current date. My issue shows every 1st week and 4th week of that particular tour. The 4th week, I have to add a "-1" outside of the () to make the tour number stay correct. Then the following week begins the next "tour" week and I have to remove the "-1". Is there any other formula that I can use in the text box that I don't have to adjust every 1st and 4th week?