Formula referencing another sheet
dryj
✭✭
Hi all - new to formulas. This is what I'm trying to do...
Sheet A: has list of all members
Sheet B: has requests from anyone, not just members.
We want to have B look at A and if a request is from a member, it states on Sheet B that yes this person is a member so they should get the discount for their request.
So I need it to look to see if the person's name is on Sheet A and return back saying Yes or No.
Is this an "If" formula? Index?
Any help is appreciated!
Answers
-
Try something like this:
=IF(HAS({Sheet A Name Column}, [Name Column]@row), "Yes", "No")
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!