Hi I was wondering if someone could assist. I'm trying to have a box check if the criteria on two sheets are the same.
Example would:
I have a column called Submission Number on one sheet and I have another sheet with a column with submission numbers. I would like if a number appears on both sheets I would like to check a box.
=IF([Submission Number] @row= {Submission}, 1, 0)
Thanks