Bridges, Joe 100% 100% 100% 100%
Lynch, Brian Sat Sat Sat Sat
Bore, Whata 100% 0% 100% 100%
Phillips, Stu Sat Non-Sat Sat
Sat
Cash, Johnny 50% 50% 75% 100%
Dress, Black Non-Sat Non-Sat Non-Sat Sat
Hair, Curly Sat Sat Sat Sat
Foot, Club Non-Sat Non-Sat Sat Sat
Potter, Harry Sat Sat Sat Sat
The data is grouped by supervisor. I can export the information from
SharePoint to a spreadsheet and group it however I'd like. My problem is
trying to calculate values based off of non-numeric values. I fiddled around
with trying to set an array, since I can use variables, but I couldn't quite
get it figured out.
As it is, I have two data metrics: for the Pre-test, and then a final. I'd
ultimately like to calculate each supervisors' pre-test results, and then the
final test results. Of course, the Sat results are desired, so if the
pre-test is non-sat, and appealed to a Sat result, then that's what the
second metric is calculating.
TIA Bob
Bob Bridges said:
You didn't spell it out, but I gather your problem is that your supervisors
and associates are all listed on a single page, right? Like this, maybe:
Douglas Burgess S S
Douglas Simpson S N
Douglas Smith N S
Markwell Barclay S S
Markwell Kim S S
Markwell Ridleey S S
Markwell Whipple S S
Satterwhite Bridges N N
Satterwhite Michaelson S S
...and you want to sum the results for each supervisor. Right?
If so, I can think of two ways to do it. Once assumes the data are already
sorted by supervisor and uses the INDIRECT function to set a boundary on the
functions that calculate the supervisors' percentages. The other assumes the
data aren't sorted and creates an extra two helping columns. It's easier to
understand the second way, but if the sheet has a lot of data (more than a
few hundred rows) it might recalculate faster to use the INDIRECT function
even though it's harder to follow. How many rows in your sheet, and are they
sorted by supervisor?
--- "ColonelK0rn said:
I'm trying to calculate the values of entries in cells for associates, that
are grouped by supervisors, and then get the % of the values returned for
that supervisor's associate's results.
Each associate has 2 metrics that they are graded on. Values in the cells
are either Satisfactory or Non-Satisfactory.
Example: Supervisor A has 4 associates. 2 associates are Satisfactory in
both metrics, 1 is sat/non-sat, another is non-sat/sat. Manually calculating
the results, that supervisor would be 75% in the first metric, 75% in the
second.
Problem is that I have 300+ associates to track :[ Help?