Hello, thank you for taking the time to look at this and I appreciate any assistance anyone out there might be able to supply.
I'm trying create a Rolling 12 Month Formula and running into an issue getting it to work. I have multiple programs on a sheet that have metrics and are nested under a blue header row. The data owner wants the sheet laid out like in the screenshots where the Column Names are "Month Year" (this info is being moved from an Excel file so they're trying to keep the visual look as much as possible). However, I know I cannot reference the Column Names in formulas. So I put corresponding dates (MM/01/YEAR) in the header rows for each program and put the text in the same color as the cell (you can see the dates slightly in the screenshots since I have the rows selected). My thought was I could then have the formula reference those cells for the applicable dates. So in the "Rolling 12" column, I just need a formula to Sum up the values in the "Volume" row if they fall within 12 months of the current day. However, any examples I've found on here are not working. Is it because I don't have a true Date column the formula can reference from (since the values are running across in a row)? Or do I need to add more columns for a full 12 months (currently only have data starting in September 2022, but I could just add all of 2022 in put in 0 if needed)? Again appreciate any help or assistance.