close

Hello - may I prevail on your collective knowledge please to solve a
problem?

I currently have a pivot table which takes 6 data entry columns, tables the
first entry vertical, the second horizontal, and puts the last 4 in the main
body of the table, counting their incidence in relation to the first 2. A
pretty bog standard pivot table in fact.

My problem is this. In order to use a certain procedure, I have to rewrite
this process to achieve the same end without using a pivot to get there. The
authors of the procedure assure me it can be done using other data filtering
functions within Excel but they don't say how. Anyone got any idea?

Thank in advance

teepee

Please give an example of your data - I personally cannot yet understand
what you are asking.

Bobf--
bob777
------------------------------------------------------------------------
bob777's Profile: www.excelforum.com/member.php...oamp;userid=28504
View this thread: www.excelforum.com/showthread...hreadid=495710Hi

With your data on Sheet1, in a range from say A1:F100, with A1:F1 holding
the headers, set up a table on Sheet2 with unique values from Sheet1 column
A in cells A2:An, unique values from Column B of Sheet1 in cells B1:?1
(n represents the last row number, ? represents the last column letter)

then in cell B2 of sheet2 enter
=SUMPRODUCT(--(Sheet1!$A$2:$A$100=$A2),--(Sheet1$B$2:$B$100=B$1),--(Sheet1!C$2:C$100lt;gt;quot;quot;))
Copy across for the width of the column headings created.
Copy the whole row of formulae down for the extent of the entries in column
A of Sheet2

You would then need to repeat the block from column B to column ?, 3 more
times to represent each of the remaining 4 columns of data from Sheet1, but
changing the last part of the sumproduct formula to Sheet1!$D$2:$D$100,
E2:E100, and F2:F100 respectively.

If you wanted to make the table smaller and aggregate the count for all 4
columns of data, then change the formula to
=SUMPRODUCT(--(Sheet1!$A$2:$A$100=$A2),--(Sheet1$B$2:$B$100=B$1),--(Sheet1!C$2:F$100lt;gt;quot;quot;))

Regards

Roger Govierteepee wrote:
gt; Hello - may I prevail on your collective knowledge please to solve a
gt; problem?
gt;
gt; I currently have a pivot table which takes 6 data entry columns, tables the
gt; first entry vertical, the second horizontal, and puts the last 4 in the main
gt; body of the table, counting their incidence in relation to the first 2. A
gt; pretty bog standard pivot table in fact.
gt;
gt; My problem is this. In order to use a certain procedure, I have to rewrite
gt; this process to achieve the same end without using a pivot to get there. The
gt; authors of the procedure assure me it can be done using other data filtering
gt; functions within Excel but they don't say how. Anyone got any idea?
gt;
gt; Thank in advance
gt;
gt; teepee
gt;
gt;

thanks - will try

quot;Roger Govierquot; gt; wrote in message
...
gt; Hi
gt;
gt; With your data on Sheet1, in a range from say A1:F100, with A1:F1 holding
gt; the headers, set up a table on Sheet2 with unique values from Sheet1
column
gt; A in cells A2:An, unique values from Column B of Sheet1 in cells B1:?1
gt; (n represents the last row number, ? represents the last column letter)
gt;
gt; then in cell B2 of sheet2 enter
gt;
=SUMPRODUCT(--(Sheet1!$A$2:$A$100=$A2),--(Sheet1$B$2:$B$100=B$1),--(Sheet1!C
$2:C$100lt;gt;quot;quot;))
gt; Copy across for the width of the column headings created.
gt; Copy the whole row of formulae down for the extent of the entries in
column
gt; A of Sheet2
gt;
gt; You would then need to repeat the block from column B to column ?, 3 more
gt; times to represent each of the remaining 4 columns of data from Sheet1,
but
gt; changing the last part of the sumproduct formula to Sheet1!$D$2:$D$100,
gt; E2:E100, and F2:F100 respectively.
gt;
gt; If you wanted to make the table smaller and aggregate the count for all 4
gt; columns of data, then change the formula to
gt;
=SUMPRODUCT(--(Sheet1!$A$2:$A$100=$A2),--(Sheet1$B$2:$B$100=B$1),--(Sheet1!C
$2:F$100lt;gt;quot;quot;))
gt;
gt; Regards
gt;
gt; Roger Govier
gt;
gt;
gt; teepee wrote:
gt; gt; Hello - may I prevail on your collective knowledge please to solve a
gt; gt; problem?
gt; gt;
gt; gt; I currently have a pivot table which takes 6 data entry columns, tables
the
gt; gt; first entry vertical, the second horizontal, and puts the last 4 in the
main
gt; gt; body of the table, counting their incidence in relation to the first 2.
A
gt; gt; pretty bog standard pivot table in fact.
gt; gt;
gt; gt; My problem is this. In order to use a certain procedure, I have to
rewrite
gt; gt; this process to achieve the same end without using a pivot to get there.
The
gt; gt; authors of the procedure assure me it can be done using other data
filtering
gt; gt; functions within Excel but they don't say how. Anyone got any idea?
gt; gt;
gt; gt; Thank in advance
gt; gt;
gt; gt; teepee
gt; gt;
gt; gt;

quot;Roger Govierquot; gt; wrote

gt; With your data on Sheet1, in a range from say A1:F100, with A1:F1 holding
gt; the headers, set up a table on Sheet2 with unique values from Sheet1

It says you can only copy filtered data onto the active sheet 8-(
To extract the data to a different sheet, start the Advanced Filter from
the destination sheet, as described he

www.contextures.com/xladvfilter01.html#ExtractWs

teepee wrote:
gt; quot;Roger Govierquot; gt; wrote
gt;
gt;
gt;gt;With your data on Sheet1, in a range from say A1:F100, with A1:F1 holding
gt;gt;the headers, set up a table on Sheet2 with unique values from Sheet1
gt;
gt;
gt; It says you can only copy filtered data onto the active sheet 8-(
gt;
gt;--
Debra Dalgleish
Excel FAQ, Tips amp; Book List
www.contextures.com/tiptech.html
quot;Debra Dalgleishquot; gt; wrote

gt; To extract the data to a different sheet, start the Advanced Filter from
gt; the destination sheet, as described he
gt;
gt; www.contextures.com/xladvfilter01.html#ExtractWs

Thanks - I'm now told for the same reason I can't use pivot with the
software I'm employing, it won't recognise advanced filter either, so I
have to use arrays on their own 8-(

Back to the drawing board

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 software 的頭像
    software

    software

    software 發表在 痞客邦 留言(0) 人氣()