I need formula that will look at 2 sheets with different criteria but return field ops when a match is made.
Sheet A might not have a match but sheet B does... and vice versa
or
Both sheets has a match and I need the " field ops to return in 1 column
=IF(COUNTIF({Field Ops Invoice Tracker Invoice}, [Invoice No.]@row) > 1, "Field Ops")
+
=IF(COUNTIF({Field Ops Contract Tracker contract #}, [Agrmt No. 1]@row) > 1, "Field Ops")