Pulling Data from another sheet
I have two sheets with a few hundred rows filled with site information. The common data between each table is the site number.
What formula would I use in a cell if I wanted my primary smartsheet to check the other sheet for the site number on a row and return data from a different cell in that same row? All site information is on a single row.
Answers
-
You would use an INDEX/MATCH.
=INDEX({Column To Pull Over}, MATCH([Site Number]@row, {Site Number}, 0))
-
Sounds like this is a good use case for the VLOOKUP function! I'll list the documentation on how it works, but it can be used to reference cells from another sheet by specifying the column and the lookup table for a given value.
https://help.smartsheet.com/function/vlookup
I'll list the documentation here, but when you start to write the formula you should see a blue link similar to the one in this screenshot:
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.5K Get Help
- 424 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 146 Just for fun
- 63 Community Job Board
- 465 Show & Tell
- 32 Member Spotlight
- 1 SmartStories
- 301 Events
- 39 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!