R
Richard Glover
I have a table of data, including columns for date, a code indicatin
data source, and various analysis under headings.
As follows:
Date Source A B C
1/1/01 X 2 4 8
15/3/01 X 3 5 7
16/6/02 Y 12 1 9
I want a summary table that is driven by a (variable) date range
amalgamating data by source and A,B,C.
As follows:
X Y Z
Pre 30/6/01
- A 5 0 0
- B 9 0 0
- C 15 0 0
Post 30/6/01
- A 12 0 0
- B 0 1 0
- C 0 9 0
I could work it with sumif. However the middle argument needs a har
coded number (the date range), but I want that argument to use
variable sourced from another cell.
Any pointers would be gratefully received.
Thanks :
data source, and various analysis under headings.
As follows:
Date Source A B C
1/1/01 X 2 4 8
15/3/01 X 3 5 7
16/6/02 Y 12 1 9
I want a summary table that is driven by a (variable) date range
amalgamating data by source and A,B,C.
As follows:
X Y Z
Pre 30/6/01
- A 5 0 0
- B 9 0 0
- C 15 0 0
Post 30/6/01
- A 12 0 0
- B 0 1 0
- C 0 9 0
I could work it with sumif. However the middle argument needs a har
coded number (the date range), but I want that argument to use
variable sourced from another cell.
Any pointers would be gratefully received.
Thanks :