Hello,
to this formula how would i add another sheet to get the match from?
this formula says: match employee name, and if the column (sheet 1) has this document title return green, if it doesn't return red (sheet 2). Now i would like it to do the same thing but from a different sheet and return to the same sheet?
=IF(COUNTIFS({Employee name}, [Contact List]@row, {FOR902A Test 1 Doc.Ttile}, HAS(@ )) > 0, "Green", "Red")
thanks!