Hi, I need to create a stacked bar chart with how many items are due a month ( I have gotten that formula) by doing =(COUNTIFS({ Range 1}, >=DATE(2022, 1, 1), {Range 1}, <=DATE(2022, 1, 31)) + the preceding 5 sheets. I also have added how many are completed on time, how many are not.
However I also need to do how many are carried over to the next month. I had planned on adding a drop down column to all the sheets saying (yes/no) if carried over to the next month , but that will not work as some carried over to two months ect.
Any help is greatly appreciated! Thank you