Hi, I have a spreasheet template where I enter a number of billing days. I then have to calculate number of days in each date range based on that number.
For example, If the total number of billing days is 123 days, I have to add how many days it was in the 71-90 range, then the 91-120 range and so on. We only start charging from days 71-90.
I have to use this because we have to charge different amounts based on the accumulating date ranges. We would only charge say 60 per day for range 91-120 and not from days 71-90. I can figure out the calculation of dollars but I am not sure how to get the count of days per each range. Thanks for you help in advance.