The workbook is an annual budget prep file that has multiple sheets summarizing to Sheet1. Sheets are identical, except that all sheets, EXCEPT for Sheet1 (the summary) are tables. The row on Sheet1 that "looks" like a header consists of 12 columns containing the date of the end of each month in the budget year. Jan 31 is entered in the first cell and the other 11 are updated via = EOMONTH(cell-to-left, 1)... Resulting in Jan-24 Feb 24 Mar 24, etc.
As I said, the other sheets (which represent departmental budgets that summarize to Sheet1) are identical to Sheet1 EXCEPT they are tables (so I can unpivot the data and have departmental budget for import into Power BI).
Question: Is it possible to enter a formula that will grab the value of each "header cell" from Sheet1 to update the table column header's names in the departmental budget sheets? If the dept sheets weren't tables it would obviously be easy, but when I enter a normal formula (e.g., =Sheet1!C3), a File Explorer window opens entitled "Update Values: Sheet1".
Thanks,
Steve
As I said, the other sheets (which represent departmental budgets that summarize to Sheet1) are identical to Sheet1 EXCEPT they are tables (so I can unpivot the data and have departmental budget for import into Power BI).
Question: Is it possible to enter a formula that will grab the value of each "header cell" from Sheet1 to update the table column header's names in the departmental budget sheets? If the dept sheets weren't tables it would obviously be easy, but when I enter a normal formula (e.g., =Sheet1!C3), a File Explorer window opens entitled "Update Values: Sheet1".
Thanks,
Steve