J
jetta2
Two days working on this and no solution. Please help! I have data
displayed in a pivot table that looks like this:
Practice Pt ID Data (tests) Total *Score
1234 103 Count of HbA1c 4 2
Count of eye exam 1 1
Count of lipids 1 1
Total score 4
234 Count of HbA1c 3 2
Count of eye exam 1 1
Count of lipids 3 2
Total score 5
I need to add a column that re-counts the data in each of the test fields to
produce a number that represents a minimum requirement, then total that new
column to produce a total score. An example of the formula I am using in
Access and would like to use to convert HbA1c in Excel is =iif(count([HbA1c])
<= 2, count([HbA1c]), iif(count([HbA1c]) >2, 2, '*'))
I am a novice, and this may well be beyond my knowledge base, but ANY
guidance would be greatly appreciated!
displayed in a pivot table that looks like this:
Practice Pt ID Data (tests) Total *Score
1234 103 Count of HbA1c 4 2
Count of eye exam 1 1
Count of lipids 1 1
Total score 4
234 Count of HbA1c 3 2
Count of eye exam 1 1
Count of lipids 3 2
Total score 5
I need to add a column that re-counts the data in each of the test fields to
produce a number that represents a minimum requirement, then total that new
column to produce a total score. An example of the formula I am using in
Access and would like to use to convert HbA1c in Excel is =iif(count([HbA1c])
<= 2, count([HbA1c]), iif(count([HbA1c]) >2, 2, '*'))
I am a novice, and this may well be beyond my knowledge base, but ANY
guidance would be greatly appreciated!