cnestg8r
Active Member
- Joined
- Dec 26, 2005
- Messages
- 287
- Office Version
- 365
- Platform
- Windows
- Mobile
Consider a1:c9 as the data table, and e1:f10 as the pivot table where
EQ=A=B
I am trying to count or sum the number of events where A=B. I expect the answer to be 4.
I know how to do this many ways, but not with pivot tables. I hope you can help.
Thanks
******** language=JavaScript src="http://www.interq.or.jp/sun/puremis/colo/popup.js">*********>
EQ=A=B
I am trying to count or sum the number of events where A=B. I expect the answer to be 4.
I know how to do this many ways, but not with pivot tables. I hope you can help.
Thanks
******** language=JavaScript src="http://www.interq.or.jp/sun/puremis/colo/popup.js">*********>
Book1 | ||||||||
---|---|---|---|---|---|---|---|---|
A | B | C | D | E | F | |||
1 | event | A | B | RowLabels | SumofEQ | |||
2 | e1 | T | T | e1 | 1 | |||
3 | e2 | F | F | e2 | 1 | |||
4 | e3 | F | F | e3 | 1 | |||
5 | e4 | T | F | e4 | 1 | |||
6 | e5 | F | T | e5 | 1 | |||
7 | e6 | T | T | e6 | 1 | |||
8 | e7 | T | F | e7 | 1 | |||
9 | e8 | F | T | e8 | 1 | |||
10 | GrandTotal | 1 | ||||||
Sheet1 |