Pulling a name out of a columnq
I have a customer column on sheet 1 (ie. "John Doe") and a customer column on sheet two that displays there company name as well (ie. "SSS-John Doe")
On sheet one I am writing a formula to reference sheet two, so far I have =COUNTIF({PBR Customer}, FIND("John Doe", @cell) > 0)
This works but I want it to automatically pull out the name from the customer column on sheet one vs having to type it into the quotations.
Answers
-
You can use the column name in sheet1 at row,
=COUNTIF({PBR Customer}, FIND([Column Name in Sheet 1]@row, @cell) >0)
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 67.2K Get Help
- 452 Global Discussions
- 155 Industry Talk
- 505 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 81 Community Job Board
- 514 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 308 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!