Hello,
I have a column with multiple values imported from access.
A1: 4;10;8
A2: 5;4;1
A3: 2;13;4
A4: 4
I need to count how many times each value appears in the list. I am trying to use the countifs statement because I only want to count values who meet criteria defined in a seperate column on a different worksheet.
The formula looks like this:
=COUNTIFS(Sheet1!C:C,"No",Sheet1!D:D,4)
In this example, when I run the formula it only returns a count of 1 when clearly there are actually three 4's. It seems to not be counting the values in the multivalued field.
Any help is GREATLY, GREATLY appreciated as my boss is looking for this report tomorrow!
Mary Beth
I have a column with multiple values imported from access.
A1: 4;10;8
A2: 5;4;1
A3: 2;13;4
A4: 4
I need to count how many times each value appears in the list. I am trying to use the countifs statement because I only want to count values who meet criteria defined in a seperate column on a different worksheet.
The formula looks like this:
=COUNTIFS(Sheet1!C:C,"No",Sheet1!D:D,4)
In this example, when I run the formula it only returns a count of 1 when clearly there are actually three 4's. It seems to not be counting the values in the multivalued field.
Any help is GREATLY, GREATLY appreciated as my boss is looking for this report tomorrow!
Mary Beth