Index/Match Formula Between Two Sheets
I'm trying to use either an index/match formula on sheet 2 (deliverables) so that if will automatically enter the "assigned to" employee from sheet 1 (master). For checks and balances I need to ensure that it does match the type of document (Primary Column) documents may not be in the same row from one sheet to another.
Please see below. Sheet 1 (Master) I assigned myself to Property Information Form (PIF). Thus I want sheet 2 (Deliverables) to show my name under Assigned To for Property Information Form (PIF)
SHEET 1 - MASTER SHEET (DUE DATES AND ASSIGNED TO)
SHEET 2 - DELIVERABLES SHEET (COLUMNS INCLUDE DUE DATES AND ASSIGNED TO)
Answers
-
Hi @GMagdaleno
You can use an INDEX MATCH formula in the Assigned To column of sheet 2.
This will need to be a cross sheet formula. Are you familiar with how to set up cross sheet references? If not, take a look at:
Your formula will be something like:
=INDEX({Sheet 1 Assigned To}, MATCH([Primary Column]@row, {Sheet 1 Tasks}, 0))
Where Sheet 1 Assigned To is the name you give to the Assigned To column in sheet 1 when you create the cross sheet reference. And Sheet 1 Tasks is the Tasks column in sheet 1.
The formula is saying to return the value in Sheet 1 Assigned To column, on the row where the value in the primary column in this sheet (sheet 2), matches a value in sheet 1 tasks column, and matches exactly (that is the 0).
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 Global Discussions
- 210 Industry Talk
- 441 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 300 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!