Looking for a formula that considers two columns
frank1es
✭
A would like a Check Box Cell to be flagged if the following conditions are met:
- Column "EDI Error Type" = X
AND
- Column "Error Details" has a duplicate value.
*The columns considered are both TEXT and column to be updated is a Checkbox type.
I am currently using this formula to flag a box that considers a single column and it works perfectly, I would just like to enter another variable..
=IF(ISBLANK([Integration Key]@row), 0, IF(COUNTIF([Integration Key]:[Integration Key], [Integration Key]@row) > 1, 1, 0))
Tags:
Answers
-
=IF(X@row = Y@row, 1, 0)
Make sure to set the formula column to a checkbox property.
...
-
I will clarify the ask in the original post, thank you!
-
Try this:
=IF(AND([EDI Error Type]@row = "X", [Error Details]@row = "X"), 1)
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
Want to practice working with formulas directly in Smartsheet?
Check out the Formula Handbook template!
Check out the Formula Handbook template!