Fetch a value from a different sheet using Index Match or Vlookup
I have 2 Sheets, both of which share 2 columns - an Events colum, and a Budget column.
In Sheet A, the Budget column is empty. In Sheet B that column is filled.
What I want to achieve, is to fill the empty Budget column in Sheet A, if the value of the Events column is the same in both Sheets.
I think this is very straight forward, an Index Match perhaps but I'm not sure exactly how to write the formula.
Answers
-
It would look something along the lines of
=INDEX({Source Sheet Budget Column}, MATCH([Event Column]@row, [Source Sheet Event Column}, 0))
-
Spot on! Many thanks
-
Happy to help. 👍️
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 64.1K Get Help
- 414 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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!