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?
-
That makes complete sense. Thank you so much! Can't believe I didn't think of that. 😁
-
Happy to help. 👍️
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!