flag a row when compared to other rows
Answers
-
Hi!
I have another similar situation where I want to flag a row when compared to other rows in the sheet the Invoice Number and Supplier Name are the same, but the Funding Date is different. The below formula is what I was trying, but doesn't work. Hoping someone knows how to do this. Thanks!😁
=IF(COUNTIFS([Invoice No]:[Invoice No], [Invoice No]@row, [Supplier Name]:[Supplier Name], [Supplier Name]@row, [Funding Date]:[Funding Date], <>[Funding Date]@row) > 1, 1))
-
@alexis.ray89371 Try changing it from being greater than 1 to greater than 0.
When flagging for overlap and comparing rows that may equal each other, using "@row" in your criteria sets means there will be at least 1 row that matches (current row), but in your case you are looking for rows where the date does NOT match. That means "@row" will not be counted, so if there are no rows then the COUNTIFS will output zero.
Does all of that make sense?
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
-
That makes complete sense. Thank you so much! Can't believe I didn't think of that. 😁
-
Happy to help. 👍️
Come see me in Seattle at ENGAGE 2024! I will be at the 10xViz partner booth throughout as well as the "Lets Talk About Community" Meet & Eat table on Tuesday from 11:45am - 12:45pm!
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Smartsheet Customer Resources
- 62.9K Get Help
- 379 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
- 302 Events
- 33 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!