An VLOOKUP or INDEX formula for the following.
HYG_Support
✭✭✭✭
I don't want to link the cells to the other sheet. I need a formula that will take the value from each column from my "Task Sheet" and enter the data in the same rows of my "IT Sheet".
Answers
-
Hi @HYG_Support
An INDEX(MATCH formula will do this for you, as long as you have a unique matching value across both sheets:
=INDEX({Column to return}, MATCH("Matching Value", {Column with value to match}, 0))
or
=INDEX({Column to return}, MATCH([Matching Value]@row, {Column with value to match}, 0))
This article has more information and some alternatives:
Cheers,
Genevieve
Join us for Jumpstart 2025 with Community on 23 January (in two time zones)! 🎉 Register here.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 65.1K Get Help
- 444 Global Discussions
- 140 Industry Talk
- 472 Announcements
- 5K Ideas & Feature Requests
- 129 Brandfolder
- 150 Just for fun
- 71 Community Job Board
- 497 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 35 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!