IF Statement For Name Cross Sheet Reference
Hi i am looking to correct this if statement. IF the name in sheet 1 matches the name in sheet two it will check the box.
=IF({Mailchimp Database Range 1}, =Name@row, "1")
Answers
-
If({Mailchimp Database Range 1}=Name@row,1,0)
-
Hi Hollie,
Thanks for your response. However, I am still getting an Invalid Operations Error with this formula. let me know if you have any ideas.
Thanks,
Brendan
-
Can you try this
=IF(INDEX({Mailchimp Database Range 1}, MATCH([Name@row]@row, {Mailchimp Database Range 1}, 0)) = [Name@row]@row, 1, 0)
Regards
Amit Wadhwani, Smartsheet CoE, Ignatiuz Software, Exton, PA
Best Regards
Amit Wadhwani, Smartsheet Community Champion
Smartsheet CoE, Ignatiuz, Inc., Exton, PA
Did this answer help you? Show some love by marking this answer as "Insightful 💡" or "Awesome ❤️" and "Vote Up ⬆️"https://www.linkedin.com/in/amitinddr/ -
Hi Amit,
This worked great! thanks!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 63K Get Help
- 380 Global Discussions
- 212 Industry Talk
- 442 Announcements
- 4.6K Ideas & Feature Requests
- 140 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 305 Events
- 34 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!