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
- Customer Resources
- 67K Get Help
- 441 Global Discussions
- 154 Industry Talk
- 502 Announcements
- 5.4K Ideas & Feature Requests
- 85 Brandfolder
- 156 Just for fun
- 79 Community Job Board
- 512 Show & Tell
- 34 Member Spotlight
- 2 SmartStories
- 307 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!