Compare two columns in excel
问题 Hey, I have an excel document with columns A and B. Row A has 2595 values. Row B has 411 values. I'm trying to figure out how I can compare these two columns by marking column C with the number of times we find a value(s) from row a. For Example COLUMN A COLUMN B COLUMN C 1 1 1 (because we have one value of 1 from column A) 2 2 1 (because we have one value of 2 from column A) 3 3 2 (because we have 2 threes from column A) 3 4 4 5 5 6 2 (because there are two 6's in column A) 6 7 0 (because