F
Fred Marshall
I have an array of data with separate (labeled) vertical sections of
data that all run together one after another. A Pivot Table will do
things like find the sum for each section, etc.
I call them "sections" because the data has been sorted accordingly. All
the data for one section is contiguous in a column - then the next ..
and so forth.
But, I'm not very good with Pivot Tables and here's what I'd want
conceptually:
1) Find the average of values in one column for each section in that column.
2) Subtract the average from the data in that one column for each section.
3) Detect values of the difference from (2) that are particularly large.
I can count the number of values in each section but I can't figure out
how to use that information usefully. So, I'm looking for ways to do
what's needed.
I don't want to use VB...
Fred
data that all run together one after another. A Pivot Table will do
things like find the sum for each section, etc.
I call them "sections" because the data has been sorted accordingly. All
the data for one section is contiguous in a column - then the next ..
and so forth.
But, I'm not very good with Pivot Tables and here's what I'd want
conceptually:
1) Find the average of values in one column for each section in that column.
2) Subtract the average from the data in that one column for each section.
3) Detect values of the difference from (2) that are particularly large.
I can count the number of values in each section but I can't figure out
how to use that information usefully. So, I'm looking for ways to do
what's needed.
I don't want to use VB...
Fred