A
Amy
I have data that looks like this:
Column Name: L1 L2 L3
Values: X Y Z
A X S
Y S Z
B Y A
I need to create a report, table, or query that can list
each value that shows up in L1, L2, or L3 and count the
number of times each value shows up in total. A solution
would look something like:
Value Count
A 2
B 1
S 2
X 2
Y 3
Z 2
I can do this in Excel, SAS, or Fortran, but I don't use
Access enough to understand how to even search for a
solution. I need to use Access because someone else will
be changing the values, etc. I've tried a few
possibilities that didn't work. Is there an easy way to
do this?
Column Name: L1 L2 L3
Values: X Y Z
A X S
Y S Z
B Y A
I need to create a report, table, or query that can list
each value that shows up in L1, L2, or L3 and count the
number of times each value shows up in total. A solution
would look something like:
Value Count
A 2
B 1
S 2
X 2
Y 3
Z 2
I can do this in Excel, SAS, or Fortran, but I don't use
Access enough to understand how to even search for a
solution. I need to use Access because someone else will
be changing the values, etc. I've tried a few
possibilities that didn't work. Is there an easy way to
do this?