I have 32 fields and each has the ability for 3 different types of input (S,H,EL)
I want to count each field based on the table for the type, so if field1=S and field 2=S then TotalS would be 2 just for that table.
I need to do this to all 31 fields with all 3 selections for each.
I can do this with IF logic using a counter for adding but I really want to do this the proper way
I want to count each field based on the table for the type, so if field1=S and field 2=S then TotalS would be 2 just for that table.
I need to do this to all 31 fields with all 3 selections for each.
I can do this with IF logic using a counter for adding but I really want to do this the proper way
