I have 3 tabs for years 2010, 2011, 2012, each year has a column for months and a column for tons(different values in each year). I have another worksheet where I would want to populate tons >0 <50, >51<100, >101<200 and so on.. for each month of each year.
This worksheet would be for example,2012
B C
1 Jan 115
2 Jan 30
3 Jan 12
4 Jan 62
5 Jab 75
6 Feb 10
7 Feb 28
etc...
-------------------------------------------------------------------
This worksheet would be called, Review.
B
2 2012 the value in B2 can be manually input so that it can repopulate
the values below depending on the year.
38 2012 0-50 50-100 100-200 200-400 400-600 600-800 >800
39 Jan
40 Feb
41 Mar
42 Apr
43 May
44 Jun
45 Jul
46 Aug
47 Sep
48 Oct
49 Nov
50 Dec
I can't get past this formula and can't figure out what to do.
Please help.
=SUMPRODUCT(SUMIF(INDIRECT("'"&B2&"'!B2:B600"),B39,INDIRECT("'"&B2&"'!C2:C600")))
This formula will produce tons in Jan, but it is a total, I can't get it to work with less than say 50 tons and greater than say 0 (zero tons).
Many thanks.
This worksheet would be for example,2012
B C
1 Jan 115
2 Jan 30
3 Jan 12
4 Jan 62
5 Jab 75
6 Feb 10
7 Feb 28
etc...
-------------------------------------------------------------------
This worksheet would be called, Review.
B
2 2012 the value in B2 can be manually input so that it can repopulate
the values below depending on the year.
38 2012 0-50 50-100 100-200 200-400 400-600 600-800 >800
39 Jan
40 Feb
41 Mar
42 Apr
43 May
44 Jun
45 Jul
46 Aug
47 Sep
48 Oct
49 Nov
50 Dec
I can't get past this formula and can't figure out what to do.
Please help.
=SUMPRODUCT(SUMIF(INDIRECT("'"&B2&"'!B2:B600"),B39,INDIRECT("'"&B2&"'!C2:C600")))
This formula will produce tons in Jan, but it is a total, I can't get it to work with less than say 50 tons and greater than say 0 (zero tons).
Many thanks.