what is the best way to bring in something from another sheet but without using parent/child
What is the best way to bring over the revenue budget for a specific employee? there's two rows for each employee since each one is for a specific project. the revenue budget lives on another sheet. I don't want to add hierarchies to this sheet since I'm using it for data shuttle.
Answers
-
Hi @jerry123,
You would want to create 2 Cross-Sheet References. One for the Employee name, and one for the Revenue Budget.
Right-click your in your destination grid, and click Manage References. Point to your origin sheet, select the "Employee" column header so the entire column is selected, name the Reference "Employee". Do the same thing for "Revenue Budget".
On your destination sheet, you will need a Column Formula for the Revenue Budge column.
The following reflects Cross-Sheet References named "Revenue Budget" and "Employee".
=INDEX({Revenue Budget}, MATCH([Employee]@row, {Employee}, 0))
-
Hi @Ray Lindstrom thank you, This works but since its the same employee I have it on 2 rows... any idea whats the best way to avoid this?
-
I don't know of any way to avoid that. A match is a match. Are you running totals somewhere that this duplicated data would cause a problem?
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.2K Get Help
- 419 Global Discussions
- 221 Industry Talk
- 461 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 141 Just for fun
- 58 Community Job Board
- 462 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 299 Events
- 38 Webinars
- 7.3K Forum Archives