Is it possible to have in a date range to include the last few days of the month before and the next few days of the next month?
My company is trying to track the summed amount of a monthly invoice based of the dates through out the month. This is what I have a for an equation:
=SUMIFS({GRAYBAR LOGISTICS SHEET2 Range 1}, {GRAYBAR LOGISTICS SHEET2 Range 26}, [MONTH DIGIT (HIDDEN)]1) + SUMIFS({ARCHIVE of GRAYBAR LOGISTICS SHEET2 Range 1}, {ARCHIVE of GRAYBAR LOGISTICS SHEET2 Range 26}, [MONTH DIGIT (HIDDEN)]1) + 3375
It works based a range I created of when you pick a month from a dropdown list it displays the numerical digit that represents the month in a hidden column. 1=January up to December=12.
But sometimes the invoice includes the last few days of the month before and the next few days of the next month.
Could someone help?