Help with formula for "If column matches another sheet, check the box"?
Hello there,
I am trying to get this result:
If Branch # on this sheet matches {Branch Number} on reference sheet AND the {Month Name} on the reference sheet is "January", check the box.
Thank you!
Answers
-
Try this:
=IF(INDEX({Month Name},MATCH([Branch #]@row,{Branch Number},0))="January",1,0)
-
-
Add an if error:
=IFERROR(IF(INDEX({Month Name},MATCH([Branch #]@row,{Branch Number},0))="January",1,0),0)
-
Thanks @Leibel S
If {Month Name} has a formula in it, will it cause this to not work? Wondering if my problem is circular.
-
Are there errors in that column?
What makes you think it is not working?
Is it possible the branch number in 1 place is stored as a text (not a number)?
-
Thank you! Your questions actually got me thinking about how to fix it and I figured it out. Thank you so much for the formula.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 377 Global Discussions
- 207 Industry Talk
- 440 Announcements
- 4.5K Ideas & Feature Requests
- 139 Brandfolder
- 129 Just for fun
- 130 Community Job Board
- 449 Show & Tell
- 30 Member Spotlight
- 1 SmartStories
- 289 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!