Forum Discussion
eastside235
May 08, 2019Copper Contributor
Please help! Cell Reference To A Shared Workbook
I have a workbook with a list of locations. I parse out shared workbooks to respective regional managers. The regional managers enter contractor information and hours worked at each location.
I want to reference their hours for each day into my master sheet.
The problem arises when the regional managers sort their lists by some metric - say zip code. The data source location changes and my reference formula only targets the cell.
Is there a way for my reference formula to "follow" the data?
='[Regional Store Locations.xlsx]Sheet1'!A1 is the reference formula im trying to manipulate
3 Replies
- JKPieterseSilver ContributorYou could pull in the data from the workbooks using e.g. Data, New Query (or get data), From File, From Folder. Then once you have all information in one table, reporting gets easier.
- eastside235Copper Contributor
Thanks, JKPieterse . How do I Get Data from a cell as opposed to a sheet?
- JKPieterseSilver ContributorI was assuming you need more than just one cell from those sheets :-)