I am trying to identify a match for a Deal ID between 2 sheets. I need to provide stats on the results.
CSRSheet is Sheet 1's Deal ID Column
Sheet 2, where Deal ID is, are form submissions
I added a checkbox column for the match formula in Sheet 2.
I was using this =IF(INDEX({CSRSheet}, MATCH([Deal ID]@row, {CSRSheet}, 0)) = [Deal ID]@row, 1, 0)
BUT if Deal ID is blank, it still checks the box.
Any help would be greatly appreciated. I really want to use Smartsheet versus Excel because the reports and dashboard I need using the results is so much better!