I have a table as follows:
Company Car1 Car2 Car3 Car 4 Cat1 Cat 1P Cat2
JONES 1 1P 1 1
SMITH 2 1 2 2
TERRY 2 1 3 3
I've created the last three fields in my table to represent the values in the table for each Car. How do I get a count of the values summing across for each record? For example for JONES, Cat1= 3, Cat1P = 1, Cat2= 0. , etc, etc.
Thanks!
Company Car1 Car2 Car3 Car 4 Cat1 Cat 1P Cat2
JONES 1 1P 1 1
SMITH 2 1 2 2
TERRY 2 1 3 3
I've created the last three fields in my table to represent the values in the table for each Car. How do I get a count of the values summing across for each record? For example for JONES, Cat1= 3, Cat1P = 1, Cat2= 0. , etc, etc.
Thanks!