Cross Sheet References
I need to have 2 columns update on a sheet to match when those same columns change on another (master) sheet. Is there a way to set that up without linking each individual cell? Those 2 columns are constantly adding new rows as new rows are added to the master sheet; I've set up those rows to copy from the master sheet via an automation, but from there I cannot figure out how to get the cells to update when they update on the master sheet. Help please?? Thanks!
Answers
-
Have you looked into creating a report?
-
@klacayo Are you familiar with the INDEX/MATCH formula? This formula essentially says "give me the value from this column on the row where this value from my sheet matches the value in this other column." For this to work, you must have one fairly unique value in common between your two sheets and the master sheet.
For an example, if Sheet 1 and Sheet 2 both have a RowID column, and I want to pull the ReceivedDate value from Sheet 1 into Sheet 2, I would create the following INDEX/MATCH for that in Sheet 2:
=INDEX({Sheet 1 ReceivedDate column}, MATCH(RowID@row, {Sheet 1 RowID column}, 0))
When creating your formula, follow the onscreen prompts to reference another sheet in order to create your references to the columns in Sheet 1:
Select the sheet you want to retrieve values from, click on the header of the column you want, rename the range to something meaningful (optional, but I like to do it,) and then insert reference.
Regards,
Jeff Reisman
Link: Smartsheet Functions Help Pages Link: Smartsheet Formula Error Messages
If my answer helped solve your issue, please mark it as accepted so that other users can find it later. Thanks!
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.2K Get Help
- 444 Global Discussions
- 142 Industry Talk
- 473 Announcements
- 5K Ideas & Feature Requests
- 84 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 489 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 301 Events
- 36 Webinars
- 7.3K Forum Archives