How do I format criterion in a COUNTIFS comparing the values in two columns?
EX: Column 1: Names of Designers (LXD), Column 2: Names of Course Builders (CB)
I want to count the number of instances when the Name of the customer doesn't match the name of the client per row.
ROW 1: | John D | Mary A
ROW 2: | John D | John D
ROW 3: | Paul R | Mike M
ROW 4: | Paul R | Paul R
The result would be 2 since there are two rows where LXD doesn't match CB (rows 1 and 3).