DataMesh Source Matches
When using DataMesh, is there any way to identify which rows in the source sheet did NOT match on the target sheet?
Best Answer
-
It would be something along the lines of this for a flag type column:
=IF(COUNTIFS({Source Sheet ID Column}, @cell = [ID Column]@row) = 0, 1)
Answers
-
The only way would be to use a helper column with a formula containing a cross sheet reference. There is nothing built into Data Mesh to be able to identify that.
-
@Paul Newcome Thank you. I will try that. I thought maybe I am was missing something. What would that formula look like if you were to write it out?
-
It would be something along the lines of this for a flag type column:
=IF(COUNTIFS({Source Sheet ID Column}, @cell = [ID Column]@row) = 0, 1)
-
@Paul Newcome Thank you!!
-
Happy to help. 👍️
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.7K Get Help
- 434 Global Discussions
- 136 Industry Talk
- 470 Announcements
- 4.9K Ideas & Feature Requests
- 129 Brandfolder
- 148 Just for fun
- 65 Community Job Board
- 484 Show & Tell
- 33 Member Spotlight
- 2 SmartStories
- 300 Events
- 36 Webinars
- 7.3K Forum Archives