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
- 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!