I am trying to create a dashboard and have set up a bunch of named ranges for the sources, eventually to add some dropdowns with each person's name (Bob, Dave, Maria....). Each person's data has its own column.
I know that I can reference the named range directly, such as =BobsData , but how can I have a dynamic formula that references the dropdown cell and some text. I tried =A1&"Data" which resulted in BobsData in the cell and =INDIRECT(A1&"Data") but that gave #REF. I also tried adding including the sheet name but that also errored.
The data itself is relatively small, month-end values for the past year, so only 12 data points for each named range.
I know that I can reference the named range directly, such as =BobsData , but how can I have a dynamic formula that references the dropdown cell and some text. I tried =A1&"Data" which resulted in BobsData in the cell and =INDIRECT(A1&"Data") but that gave #REF. I also tried adding including the sheet name but that also errored.
The data itself is relatively small, month-end values for the past year, so only 12 data points for each named range.