I am having trouble with a SUMIFS formula. I want to calculate the revenue for sales in August 2023. I want to add a chart to a dashboard that shows the revenue for each month, and have the months appear in chronological order.
I have a Revenue Column, A Ship Date Column (we use this to help manage "end of month"), and then a Month column.
Here is my formula: =SUMIFS(Revenue:Revenue, [Ship Date:Ship Date],CONTAINS("2023"@cell), [Month]:Month], CONTAINS("August"@cell)
(I did create a report and then grouped the report by month with revenue as a summary, but when I go to create a chart in a dashboard I can't rearrange the months so they appear in chronological order, they appear in alphabetical order. I tried to sort the report by date, but the month grouping didn't change.)