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
- Smartsheet Customer Resources
- 64K Get Help
- 410 Global Discussions
- 220 Industry Talk
- 459 Announcements
- 4.8K Ideas & Feature Requests
- 143 Brandfolder
- 137 Just for fun
- 57 Community Job Board
- 459 Show & Tell
- 31 Member Spotlight
- 1 SmartStories
- 298 Events
- 37 Webinars
- 7.3K Forum Archives