If you just want to count all the categories, create a small table like this...
H I 1Assay 1 2BUN 35 3Cholesterol 62 4Creatinine 67 5Glucose 193 6HDL 25 7LDL 19 8Raw Abs 476 9Triglycerides 34 10Uric Acid 41
I1=COUNTIF($B$2:$B$1478,H1) copied down
If you want this on another sheet, the formula would be...
=COUNTIF('Test%20Result(1)(1)'!$B$2:$B$1478,A1)
Bookmarks