I am trying to create a sheet summary, where the field is a formula that relies on a contact card within a column. However, it keeps returning a result of "#NO MATCH". The columns involved are, 1:) Priority (symbol column) for Up, Unchanged, and Down, and 2:) Contact Card column. I am trying to get a sheet summary formula in a field that shows "if the Priority is "Up", and the "Senior RVP" column is a contact card (NAME), provide a count of Priority "Up" for that contact card (NAME)
It should be known that the "Senior RVP" contact card is doing a vlookup off a seperate reference sheet, so the "Senior RVP" column is a return vlookup result.
The formula I am using in the Sheet Summary field is:
=COUNTIFS(Priority:Priority,"Up", [Senior RVP]:[Senior RVP], "NAME")
Result = #NO MATCH