Hey All,
=COUNTIFS({Request - Create Date}, IFERROR(MONTH(@cell), 0) = [WSSM#]@row, {Request - Create Date}, IFERROR(YEAR(@cell), 0) = Year@row, {Request - Segment}, ="WellMed", {WSS}, ="Accounts Receivable" + COUNTIFS({Complete Create Date}, IFERROR(MONTH(@cell), 0) = [WSSM#]@row, {Complete Create Date}, IFERROR(YEAR(@cell), 0) = Year@row, {Completed Segment}, ="WellMed", {Completed - WSS}, ="Accounts Receivable"))
I'm working on creating a formula that will look at the Month and Year and then count how many instances the WellMed Segment is in a field and the Sub-Segment is accounts recievable.
Basically one sheet is opened and one sheet is completed. For some reason this formula is only not working on Feb-June. Any guesses?
I know the year column isn't in this view but it say 2023 for all 12 Months.
Thanks!