pull information if columns match
Hi smartsheet community!
I would like to pull a value into a sheet from another sheet if the email address matches
sheet 1: source sheet
if 'email address' on sheet 1 matches 'created by' on sheet 2, I would like to pull the field 'Name' into sheet 2
=IF({2024 L&D Budget Source Range 1} = [Created By]@row, {2024 L&D Budget Source Range 2})
I tried above formula and it returned invalid operation
Answers
-
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
-
Or you could just copy and paste this based on the references you posted.
=Index({2024 L&D Budget Source Range 1}, Match([Created By]@row, {2024 L&D Budget Source Range 2}, 0))
If you found this comment helpful. Please respond with any of the buttons below. Awesome🖤, Insightful💡, Upvote⬆️, or accepted answer. Not only will this help others searching for the same answer, but help me as well. Thank you.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.8K Get Help
- 434 Global Discussions
- 138 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 486 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!