get value base on more than one Condition

ziad alsayed

Well-known Member
Joined
Jul 17, 2010
Messages
665
dear all

i have 2 sheets, the first named "Data" and the second is named "Analysis", need to get the QTY and the Total from the data sheet into the analysis base on the year and Branch.

below is sample of the data , hope you can assit

in the data sheet i have
Excel Workbook
ABCDF
1BranchYearItemQtyTotal
2PHC2008Big Diary8003600
3PHC2009Big Diary8003600
4PHC2010Big Diary7003500
5PHC2011Big Diary6503575
6PHC2012Big Diary5002750
7PHC2008Small Diary500750
8PHC2009Small Diary500750
9PHC2010Small Diary400600
10PHC2011Small Diary300540
11PHC2012Small Diary00
12PHC2008Table Pad700840
13PHC2009Table Pad700840
14PHC2010Table Pad600720
15PHC2011Table Pad500700
16PHC2012Table Pad350490
17PHC2008Table Calender600600
18PHC2009Table Calender600600
19PHC2010Table Calender400400
20PHC2011Table Calender400440
21PHC2012Table Calender300330
22PHC2008Greeting Cards500250
23PHC2009Greeting Cards500250
24PHC2010Greeting Cards500250
25PHC2011Greeting Cards300150
26PHC2012Greeting Cards15075
27Apapa2008Big Diary6002700
28Apapa2009Big Diary6502925
29Apapa2010Big Diary6003000
30Apapa2011Big Diary6503575
Data
Excel 2010
Cell Formulas
RangeFormula
C28=C27
C29=C28
C30=C29
F2=Data!$D2*Data!$E2
F3=Data!$D3*Data!$E3
F4=Data!$D4*Data!$E4
F5=Data!$D5*Data!$E5
F6=Data!$D6*Data!$E6
F7=Data!$D7*Data!$E7
F8=Data!$D8*Data!$E8
F9=Data!$D9*Data!$E9
F10=Data!$D10*Data!$E10
F11=Data!$D11*Data!$E11
F12=Data!$D12*Data!$E12
F13=Data!$D13*Data!$E13
F14=Data!$D14*Data!$E14
F15=Data!$D15*Data!$E15
F16=Data!$D16*Data!$E16
F17=Data!$D17*Data!$E17
F18=Data!$D18*Data!$E18
F19=Data!$D19*Data!$E19
F20=Data!$D20*Data!$E20
F21=Data!$D21*Data!$E21
F22=Data!$D22*Data!$E22
F23=Data!$D23*Data!$E23
F24=Data!$D24*Data!$E24
F25=Data!$D25*Data!$E25
F26=Data!$D26*Data!$E26
F27=Data!$D27*Data!$E27
F28=Data!$D28*Data!$E28
F29=Data!$D29*Data!$E29
F30=Data!$D30*Data!$E30



and in the anlysis sheet i have
Excel Workbook
ABCDEFGHIJKLM
1PHCApapaVI
2QtyTotalQtyTotalQtyTotalQtyTotalQtyTotalQtyTotal
3201120112012201220112011201220122011201120122012
4Big Diary
5Small Diary
6Table Pad
7Table Calender
8Greeting Cards
9Wine Sets
Analysis
Excel 2010


Appreciate any assistance.
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
Maybe this:

Note: I put all data in only one sheet to facilitate.

<b>Excel 2007</b><table cellpadding="2.5px" rules="all" style=";background-color: #FFFFFF;border: 1px solid;border-collapse: collapse; border-color: #A6AAB6"><colgroup><col width="25px" style="background-color: #E0E0F0" /><col /><col /><col /><col /><col /><col /><col /><col /><col /><col /><col /><col /><col /><col /><col /><col /><col /><col /><col /></colgroup><thead><tr style=" background-color: #E0E0F0;text-align: center;color: #161120"><th></th><th>A</th><th>B</th><th>C</th><th>D</th><th>E</th><th>F</th><th>G</th><th>H</th><th>I</th><th>J</th><th>K</th><th>L</th><th>M</th><th>N</th><th>O</th><th>P</th><th>Q</th><th>R</th><th>S</th></tr></thead><tbody><tr ><td style="color: #161120;text-align: center;">1</td><td style="text-align: center;background-color: #FFFF00;;">Branch</td><td style="text-align: center;background-color: #FFFF00;;">Year</td><td style="text-align: center;background-color: #FFFF00;;">Item</td><td style="text-align: center;background-color: #FFFF00;;">Qty</td><td style="text-align: center;background-color: #FFFF00;;">Total</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;background-color: #FFFF00;;">PHC</td><td style="text-align: center;background-color: #FFFF00;;"></td><td style="text-align: center;background-color: #FFFF00;;"></td><td style="text-align: center;background-color: #FFFF00;;"></td><td style="text-align: center;background-color: #FFFF00;;">Apapa</td><td style="text-align: center;background-color: #FFFF00;;"></td><td style="text-align: center;background-color: #FFFF00;;"></td><td style="text-align: center;background-color: #FFFF00;;"></td><td style="text-align: center;background-color: #FFFF00;;">VI</td><td style="text-align: center;background-color: #FFFF00;;"></td><td style="text-align: center;background-color: #FFFF00;;"></td><td style="text-align: center;background-color: #FFFF00;;"></td></tr><tr ><td style="color: #161120;text-align: center;">2</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2008</td><td style="text-align: center;;">Big Diary</td><td style="text-align: center;;">800</td><td style="text-align: center;;">3,600</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;background-color: #FFFF00;;">Qty</td><td style="text-align: center;background-color: #FFFF00;;">Total</td><td style="text-align: center;background-color: #FFFF00;;">Qty</td><td style="text-align: center;background-color: #FFFF00;;">Total</td><td style="text-align: center;background-color: #FFFF00;;">Qty</td><td style="text-align: center;background-color: #FFFF00;;">Total</td><td style="text-align: center;background-color: #FFFF00;;">Qty</td><td style="text-align: center;background-color: #FFFF00;;">Total</td><td style="text-align: center;background-color: #FFFF00;;">Qty</td><td style="text-align: center;background-color: #FFFF00;;">Total</td><td style="text-align: center;background-color: #FFFF00;;">Qty</td><td style="text-align: center;background-color: #FFFF00;;">Total</td></tr><tr ><td style="color: #161120;text-align: center;">3</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2009</td><td style="text-align: center;;">Big Diary</td><td style="text-align: center;;">800</td><td style="text-align: center;;">3,600</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2012</td><td style="text-align: center;background-color: #FFFF00;;">2012</td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2012</td><td style="text-align: center;background-color: #FFFF00;;">2012</td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2012</td><td style="text-align: center;background-color: #FFFF00;;">2012</td></tr><tr ><td style="color: #161120;text-align: center;">4</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2010</td><td style="text-align: center;;">Big Diary</td><td style="text-align: center;;">700</td><td style="text-align: center;;">3,500</td><td style="text-align: center;;"></td><td style="background-color: #FFFF00;;">Big Diary</td><td style="text-align: center;;">650</td><td style="text-align: center;;">3,575</td><td style="text-align: center;;">500</td><td style="text-align: center;;">2,750</td><td style="text-align: center;;">650</td><td style="text-align: center;;">3,575</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">5</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2011</td><td style="text-align: center;;">Big Diary</td><td style="text-align: center;;">650</td><td style="text-align: center;;">3,575</td><td style="text-align: center;;"></td><td style="background-color: #FFFF00;;">Small Diary</td><td style="text-align: center;;">300</td><td style="text-align: center;;">540</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">6</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2012</td><td style="text-align: center;;">Big Diary</td><td style="text-align: center;;">500</td><td style="text-align: center;;">2,750</td><td style="text-align: center;;"></td><td style="background-color: #FFFF00;;">Table Pad</td><td style="text-align: center;;">500</td><td style="text-align: center;;">700</td><td style="text-align: center;;">350</td><td style="text-align: center;;">490</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">7</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2008</td><td style="text-align: center;;">Small Diary</td><td style="text-align: center;;">500</td><td style="text-align: center;;">750</td><td style="text-align: center;;"></td><td style="background-color: #FFFF00;;">Table Calender</td><td style="text-align: center;;">400</td><td style="text-align: center;;">440</td><td style="text-align: center;;">300</td><td style="text-align: center;;">330</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">8</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2009</td><td style="text-align: center;;">Small Diary</td><td style="text-align: center;;">500</td><td style="text-align: center;;">750</td><td style="text-align: center;;"></td><td style="background-color: #FFFF00;;">Greeting Cards</td><td style="text-align: center;;">300</td><td style="text-align: center;;">150</td><td style="text-align: center;;">150</td><td style="text-align: center;;">75</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">9</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2010</td><td style="text-align: center;;">Small Diary</td><td style="text-align: center;;">400</td><td style="text-align: center;;">600</td><td style="text-align: center;;"></td><td style="background-color: #FFFF00;;">Wine Sets</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">10</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2011</td><td style="text-align: center;;">Small Diary</td><td style="text-align: center;;">300</td><td style="text-align: center;;">540</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">11</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2012</td><td style="text-align: center;;">Small Diary</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">12</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2008</td><td style="text-align: center;;">Table Pad</td><td style="text-align: center;;">700</td><td style="text-align: center;;">840</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">13</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2009</td><td style="text-align: center;;">Table Pad</td><td style="text-align: center;;">700</td><td style="text-align: center;;">840</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">14</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2010</td><td style="text-align: center;;">Table Pad</td><td style="text-align: center;;">600</td><td style="text-align: center;;">720</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">15</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2011</td><td style="text-align: center;;">Table Pad</td><td style="text-align: center;;">500</td><td style="text-align: center;;">700</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">16</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2012</td><td style="text-align: center;;">Table Pad</td><td style="text-align: center;;">350</td><td style="text-align: center;;">490</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">17</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2008</td><td style="text-align: center;;">Table Calender</td><td style="text-align: center;;">600</td><td style="text-align: center;;">600</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">18</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2009</td><td style="text-align: center;;">Table Calender</td><td style="text-align: center;;">600</td><td style="text-align: center;;">600</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">19</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2010</td><td style="text-align: center;;">Table Calender</td><td style="text-align: center;;">400</td><td style="text-align: center;;">400</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">20</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2011</td><td style="text-align: center;;">Table Calender</td><td style="text-align: center;;">400</td><td style="text-align: center;;">440</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">21</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2012</td><td style="text-align: center;;">Table Calender</td><td style="text-align: center;;">300</td><td style="text-align: center;;">330</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">22</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2008</td><td style="text-align: center;;">Greeting Cards</td><td style="text-align: center;;">500</td><td style="text-align: center;;">250</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">23</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2009</td><td style="text-align: center;;">Greeting Cards</td><td style="text-align: center;;">500</td><td style="text-align: center;;">250</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">24</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2010</td><td style="text-align: center;;">Greeting Cards</td><td style="text-align: center;;">500</td><td style="text-align: center;;">250</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">25</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2011</td><td style="text-align: center;;">Greeting Cards</td><td style="text-align: center;;">300</td><td style="text-align: center;;">150</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">26</td><td style="text-align: center;;">PHC</td><td style="text-align: center;;">2012</td><td style="text-align: center;;">Greeting Cards</td><td style="text-align: center;;">150</td><td style="text-align: center;;">75</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">27</td><td style="text-align: center;;">Apapa</td><td style="text-align: center;;">2008</td><td style="text-align: center;;">Big Diary</td><td style="text-align: center;;">600</td><td style="text-align: center;;">2,700</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">28</td><td style="text-align: center;;">Apapa</td><td style="text-align: center;;">2009</td><td style="text-align: center;;">Big Diary</td><td style="text-align: center;;">650</td><td style="text-align: center;;">2,925</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">29</td><td style="text-align: center;;">Apapa</td><td style="text-align: center;;">2010</td><td style="text-align: center;;">Big Diary</td><td style="text-align: center;;">600</td><td style="text-align: center;;">3,000</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">30</td><td style="text-align: center;;">Apapa</td><td style="text-align: center;;">2011</td><td style="text-align: center;;">Big Diary</td><td style="text-align: center;;">650</td><td style="text-align: center;;">3,575</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">31</td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td><td style="text-align: center;;"></td></tr><tr ><td style="color: #161120;text-align: center;">32</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td></tr></tbody></table><p style="width:2.4em;font-weight:bold;margin:0;padding:0.2em 0.6em 0.2em 0.5em;border: 1px solid #A6AAB6;border-top:none;text-align: center;background-color: #E0E0F0;color: #161120">Data</p><br /><br /><table width="85%" cellpadding="2.5px" rules="all" style=";border: 2px solid black;border-collapse:collapse;padding: 0.4em;background-color: #FFFFFF" ><tr><td style="padding:6px" ><b>Worksheet Formulas</b><table cellpadding="2.5px" width="100%" rules="all" style="border: 1px solid;text-align:center;background-color: #FFFFFF;border-collapse: collapse; border-color: #A6AAB6"><thead><tr style=" background-color: #E0E0F0;color: #161120"><th width="10px">Cell</th><th style="text-align:left;padding-left:5px;">Formula</th></tr></thead><tbody><tr><th width="10px" style=" background-color: #E0E0F0;color: #161120">H4</th><td style="text-align:left">=SUMPRODUCT(<font color="Blue">(<font color="Red">$C$2:$C$30=$G4</font>)*{1,1},(<font color="Red">$B$2:$B$30=H$3</font>)*{1,1},(<font color="Red">$A$2:$A$30=OFFSET(<font color="Green">H$1,,-MOD(<font color="Purple">COLUMNS(<font color="Teal">$H$1:H$1</font>)-1,COLUMNS(<font color="Teal">$H$1:$K$1</font>)</font>)</font>)</font>)*{1,1},(<font color="Red">$D$2:$E$30</font>)*(<font color="Red">$D$1:$E$1=H$2</font>)</font>)</td></tr></tbody></table></td></tr></table><br />
Markmzz
 
Upvote 0
dear Markmzz

first WaW :) , what a formula, very good. the formula works well.
secondly , i apologize for my late reply , i had a connection problem.

with this formula i am facing two Problems
1- if i sort my data by year the formula will not work anynore and it will give strange results in some cells ( My data is bigger than what i posted).

2- i am really in need to keep the data in Two Separete Sheets

hope you can assist.
 
Upvote 0
Ziad Alsayed,

Here is the result after the data sorted by year:

Excel 2007<TABLE style="BORDER-BOTTOM: #a6aab6 1px solid; BORDER-LEFT: #a6aab6 1px solid; BACKGROUND-COLOR: #ffffff; BORDER-COLLAPSE: collapse; BORDER-TOP: #a6aab6 1px solid; BORDER-RIGHT: #a6aab6 1px solid" rules=all cellPadding=2><COLGROUP><COL style="BACKGROUND-COLOR: #e0e0f0" width=25><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL></COLGROUP><THEAD><TR style="TEXT-ALIGN: center; BACKGROUND-COLOR: #e0e0f0; COLOR: #161120"><TH></TH><TH>A</TH><TH>B</TH><TH>C</TH><TH>D</TH><TH>E</TH><TH>F</TH><TH>G</TH><TH>H</TH><TH>I</TH><TH>J</TH><TH>K</TH><TH>L</TH><TH>M</TH><TH>N</TH><TH>O</TH><TH>P</TH><TH>Q</TH><TH>R</TH><TH>S</TH></TR></THEAD><TBODY><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">1</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Branch</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Year</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Item</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">PHC</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Apapa</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">VI</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">2</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2012</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">2,750</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">3</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2012</TD><TD style="TEXT-ALIGN: center">Small Diary</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">4</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2012</TD><TD style="TEXT-ALIGN: center">Table Pad</TD><TD style="TEXT-ALIGN: center">350</TD><TD style="TEXT-ALIGN: center">490</TD><TD style="TEXT-ALIGN: center"></TD><TD style="BACKGROUND-COLOR: #ffff00">Big Diary</TD><TD style="TEXT-ALIGN: center">650</TD><TD style="TEXT-ALIGN: center">3,575</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">2,750</TD><TD style="TEXT-ALIGN: center">650</TD><TD style="TEXT-ALIGN: center">3,575</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">5</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2012</TD><TD style="TEXT-ALIGN: center">Table Calender</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">330</TD><TD style="TEXT-ALIGN: center"></TD><TD style="BACKGROUND-COLOR: #ffff00">Small Diary</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">540</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">6</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2012</TD><TD style="TEXT-ALIGN: center">Greeting Cards</TD><TD style="TEXT-ALIGN: center">150</TD><TD style="TEXT-ALIGN: center">75</TD><TD style="TEXT-ALIGN: center"></TD><TD style="BACKGROUND-COLOR: #ffff00">Table Pad</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">700</TD><TD style="TEXT-ALIGN: center">350</TD><TD style="TEXT-ALIGN: center">490</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">7</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">650</TD><TD style="TEXT-ALIGN: center">3,575</TD><TD style="TEXT-ALIGN: center"></TD><TD style="BACKGROUND-COLOR: #ffff00">Table Calender</TD><TD style="TEXT-ALIGN: center">400</TD><TD style="TEXT-ALIGN: center">440</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">330</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">8</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Small Diary</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">540</TD><TD style="TEXT-ALIGN: center"></TD><TD style="BACKGROUND-COLOR: #ffff00">Greeting Cards</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">150</TD><TD style="TEXT-ALIGN: center">150</TD><TD style="TEXT-ALIGN: center">75</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">9</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Table Pad</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">700</TD><TD style="TEXT-ALIGN: center"></TD><TD style="BACKGROUND-COLOR: #ffff00">Wine Sets</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">10</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Table Calender</TD><TD style="TEXT-ALIGN: center">400</TD><TD style="TEXT-ALIGN: center">440</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">11</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Greeting Cards</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">150</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">12</TD><TD style="TEXT-ALIGN: center">Apapa</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">650</TD><TD style="TEXT-ALIGN: center">3,575</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">13</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">700</TD><TD style="TEXT-ALIGN: center">3,500</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">14</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Small Diary</TD><TD style="TEXT-ALIGN: center">400</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">15</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Table Pad</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center">720</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">16</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Table Calender</TD><TD style="TEXT-ALIGN: center">400</TD><TD style="TEXT-ALIGN: center">400</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">17</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Greeting Cards</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">250</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">18</TD><TD style="TEXT-ALIGN: center">Apapa</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center">3,000</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">19</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">800</TD><TD style="TEXT-ALIGN: center">3,600</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">20</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Small Diary</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">750</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">21</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Table Pad</TD><TD style="TEXT-ALIGN: center">700</TD><TD style="TEXT-ALIGN: center">840</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">22</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Table Calender</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">23</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Greeting Cards</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">250</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">24</TD><TD style="TEXT-ALIGN: center">Apapa</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">650</TD><TD style="TEXT-ALIGN: center">2,925</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">25</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">800</TD><TD style="TEXT-ALIGN: center">3,600</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">26</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Small Diary</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">750</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">27</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Table Pad</TD><TD style="TEXT-ALIGN: center">700</TD><TD style="TEXT-ALIGN: center">840</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">28</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Table Calender</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">29</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Greeting Cards</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">250</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">30</TD><TD style="TEXT-ALIGN: center">Apapa</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center">2,700</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">31</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">32</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD></TR></TBODY></TABLE>Data


<TABLE style="BORDER-BOTTOM: black 2px solid; BORDER-LEFT: black 2px solid; PADDING-BOTTOM: 0.4em; BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 0.4em; PADDING-RIGHT: 0.4em; BORDER-COLLAPSE: collapse; BORDER-TOP: black 2px solid; BORDER-RIGHT: black 2px solid; PADDING-TOP: 0.4em" rules=all cellPadding=2 width="85%"><TBODY><TR><TD style="PADDING-BOTTOM: 6px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; PADDING-TOP: 6px">Worksheet Formulas<TABLE style="BORDER-BOTTOM: #a6aab6 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #a6aab6 1px solid; BACKGROUND-COLOR: #ffffff; BORDER-COLLAPSE: collapse; BORDER-TOP: #a6aab6 1px solid; BORDER-RIGHT: #a6aab6 1px solid" rules=all cellPadding=2 width="100%"><THEAD><TR style="BACKGROUND-COLOR: #e0e0f0; COLOR: #161120"><TH width=10>Cell</TH><TH style="TEXT-ALIGN: left; PADDING-LEFT: 5px">Formula</TH></TR></THEAD><TBODY><TR><TH style="BACKGROUND-COLOR: #e0e0f0; COLOR: #161120" width=10>H4</TH><TD style="TEXT-ALIGN: left">=SUMPRODUCT(($C$2:$C$30=$G4)*{1,1},($B$2:$B$30=H$3)*{1,1},($A$2:$A$30=OFFSET(H$1,,-MOD(COLUMNS($H$1:H$1)-1,COLUMNS($H$1:$K$1))))*{1,1},($D$2:$E$30)*($D$1:$E$1=H$2))</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>

Here is the formula for two sheets:

Excel 2007<TABLE style="BORDER-BOTTOM: #a6aab6 1px solid; BORDER-LEFT: #a6aab6 1px solid; BACKGROUND-COLOR: #ffffff; BORDER-COLLAPSE: collapse; BORDER-TOP: #a6aab6 1px solid; BORDER-RIGHT: #a6aab6 1px solid" rules=all cellPadding=2><COLGROUP><COL style="BACKGROUND-COLOR: #e0e0f0" width=25><COL></COLGROUP><THEAD><TR style="TEXT-ALIGN: center; BACKGROUND-COLOR: #e0e0f0; COLOR: #161120"><TH></TH><TH>B</TH></TR></THEAD><TBODY><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">4</TD><TD style="TEXT-ALIGN: center">650</TD></TR></TBODY></TABLE>Analysis


<TABLE style="BORDER-BOTTOM: black 2px solid; BORDER-LEFT: black 2px solid; PADDING-BOTTOM: 0.4em; BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 0.4em; PADDING-RIGHT: 0.4em; BORDER-COLLAPSE: collapse; BORDER-TOP: black 2px solid; BORDER-RIGHT: black 2px solid; PADDING-TOP: 0.4em" rules=all cellPadding=2 width="85%"><TBODY><TR><TD style="PADDING-BOTTOM: 6px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; PADDING-TOP: 6px">Worksheet Formulas<TABLE style="BORDER-BOTTOM: #a6aab6 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #a6aab6 1px solid; BACKGROUND-COLOR: #ffffff; BORDER-COLLAPSE: collapse; BORDER-TOP: #a6aab6 1px solid; BORDER-RIGHT: #a6aab6 1px solid" rules=all cellPadding=2 width="100%"><THEAD><TR style="BACKGROUND-COLOR: #e0e0f0; COLOR: #161120"><TH width=10>Cell</TH><TH style="TEXT-ALIGN: left; PADDING-LEFT: 5px">Formula</TH></TR></THEAD><TBODY><TR><TH style="BACKGROUND-COLOR: #e0e0f0; COLOR: #161120" width=10>B4</TH><TD style="TEXT-ALIGN: left">=SUMPRODUCT((Data!$C$2:$C$30=$A4)*{1,1},(Data!$B$2:$B$30=B$3)*{1,1},(Data!$A$2:$A$30=OFFSET(B$1,,-MOD(COLUMNS($B$1:B$1)-1,COLUMNS($B$1:$E$1))))*{1,1},(Data!$D$2:$E$30)*(Data!$D$1:$E$1=B$2))</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>

Markmzz
 
Upvote 0
dear Markmzz

thanks this works perfectly, one last favour ,can you please explain how the formula for the Two sheets Works?

appreciate your assistance.
 
Upvote 0
Ziad Alsayed,

Excel 2007<TABLE style="BORDER-BOTTOM: #a6aab6 1px solid; BORDER-LEFT: #a6aab6 1px solid; BACKGROUND-COLOR: #ffffff; BORDER-COLLAPSE: collapse; BORDER-TOP: #a6aab6 1px solid; BORDER-RIGHT: #a6aab6 1px solid" rules=all cellPadding=2><COLGROUP><COL style="BACKGROUND-COLOR: #e0e0f0" width=25><COL><COL><COL><COL><COL></COLGROUP><THEAD><TR style="TEXT-ALIGN: center; BACKGROUND-COLOR: #e0e0f0; COLOR: #161120"><TH></TH><TH>A</TH><TH>B</TH><TH>C</TH><TH>D</TH><TH>E</TH></TR></THEAD><TBODY><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">1</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Branch</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Year</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Item</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">2</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2012</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">2,750</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">3</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2012</TD><TD style="TEXT-ALIGN: center">Small Diary</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">4</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2012</TD><TD style="TEXT-ALIGN: center">Table Pad</TD><TD style="TEXT-ALIGN: center">350</TD><TD style="TEXT-ALIGN: center">490</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">5</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2012</TD><TD style="TEXT-ALIGN: center">Table Calender</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">330</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">6</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2012</TD><TD style="TEXT-ALIGN: center">Greeting Cards</TD><TD style="TEXT-ALIGN: center">150</TD><TD style="TEXT-ALIGN: center">75</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">7</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">650</TD><TD style="TEXT-ALIGN: center">3,575</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">8</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Small Diary</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">540</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">9</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Table Pad</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">700</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">10</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Table Calender</TD><TD style="TEXT-ALIGN: center">400</TD><TD style="TEXT-ALIGN: center">440</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">11</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Greeting Cards</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">150</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">12</TD><TD style="TEXT-ALIGN: center">Apapa</TD><TD style="TEXT-ALIGN: center">2011</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">650</TD><TD style="TEXT-ALIGN: center">3,575</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">13</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">700</TD><TD style="TEXT-ALIGN: center">3,500</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">14</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Small Diary</TD><TD style="TEXT-ALIGN: center">400</TD><TD style="TEXT-ALIGN: center">600</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">15</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Table Pad</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center">720</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">16</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Table Calender</TD><TD style="TEXT-ALIGN: center">400</TD><TD style="TEXT-ALIGN: center">400</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">17</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Greeting Cards</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">250</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">18</TD><TD style="TEXT-ALIGN: center">Apapa</TD><TD style="TEXT-ALIGN: center">2010</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center">3,000</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">19</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">800</TD><TD style="TEXT-ALIGN: center">3,600</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">20</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Small Diary</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">750</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">21</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Table Pad</TD><TD style="TEXT-ALIGN: center">700</TD><TD style="TEXT-ALIGN: center">840</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">22</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Table Calender</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center">600</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">23</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Greeting Cards</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">250</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">24</TD><TD style="TEXT-ALIGN: center">Apapa</TD><TD style="TEXT-ALIGN: center">2009</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">650</TD><TD style="TEXT-ALIGN: center">2,925</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">25</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">800</TD><TD style="TEXT-ALIGN: center">3,600</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">26</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Small Diary</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">750</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">27</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Table Pad</TD><TD style="TEXT-ALIGN: center">700</TD><TD style="TEXT-ALIGN: center">840</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">28</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Table Calender</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center">600</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">29</TD><TD style="TEXT-ALIGN: center">PHC</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Greeting Cards</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">250</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">30</TD><TD style="TEXT-ALIGN: center">Apapa</TD><TD style="TEXT-ALIGN: center">2008</TD><TD style="TEXT-ALIGN: center">Big Diary</TD><TD style="TEXT-ALIGN: center">600</TD><TD style="TEXT-ALIGN: center">2,700</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">31</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">32</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD></TR></TBODY></TABLE>Data

Excel 2007<TABLE style="BORDER-BOTTOM: #a6aab6 1px solid; BORDER-LEFT: #a6aab6 1px solid; BACKGROUND-COLOR: #ffffff; BORDER-COLLAPSE: collapse; BORDER-TOP: #a6aab6 1px solid; BORDER-RIGHT: #a6aab6 1px solid" rules=all cellPadding=2><COLGROUP><COL style="BACKGROUND-COLOR: #e0e0f0" width=25><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL><COL></COLGROUP><THEAD><TR style="TEXT-ALIGN: center; BACKGROUND-COLOR: #e0e0f0; COLOR: #161120"><TH></TH><TH>A</TH><TH>B</TH><TH>C</TH><TH>D</TH><TH>E</TH><TH>F</TH><TH>G</TH><TH>H</TH><TH>I</TH><TH>J</TH><TH>K</TH><TH>L</TH><TH>M</TH></TR></THEAD><TBODY><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">1</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">PHC</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Apapa</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">VI</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">2</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Qty</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">Total</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">3</TD><TD style="TEXT-ALIGN: center"></TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2011</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD><TD style="TEXT-ALIGN: center; BACKGROUND-COLOR: #ffff00">2012</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">4</TD><TD style="BACKGROUND-COLOR: #ffff00">Big Diary</TD><TD style="TEXT-ALIGN: center">650</TD><TD style="TEXT-ALIGN: center">3,575</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">2,750</TD><TD style="TEXT-ALIGN: center">650</TD><TD style="TEXT-ALIGN: center">3,575</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">5</TD><TD style="BACKGROUND-COLOR: #ffff00">Small Diary</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">540</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">6</TD><TD style="BACKGROUND-COLOR: #ffff00">Table Pad</TD><TD style="TEXT-ALIGN: center">500</TD><TD style="TEXT-ALIGN: center">700</TD><TD style="TEXT-ALIGN: center">350</TD><TD style="TEXT-ALIGN: center">490</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">7</TD><TD style="BACKGROUND-COLOR: #ffff00">Table Calender</TD><TD style="TEXT-ALIGN: center">400</TD><TD style="TEXT-ALIGN: center">440</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">330</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">8</TD><TD style="BACKGROUND-COLOR: #ffff00">Greeting Cards</TD><TD style="TEXT-ALIGN: center">300</TD><TD style="TEXT-ALIGN: center">150</TD><TD style="TEXT-ALIGN: center">150</TD><TD style="TEXT-ALIGN: center">75</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">9</TD><TD style="BACKGROUND-COLOR: #ffff00">Wine Sets</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD><TD style="TEXT-ALIGN: center">0</TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">10</TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD><TD style="TEXT-ALIGN: right"></TD></TR><TR><TD style="TEXT-ALIGN: center; COLOR: #161120">11</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD><TD style="TEXT-ALIGN: center">******</TD></TR></TBODY></TABLE>Analysis


<TABLE style="BORDER-BOTTOM: black 2px solid; BORDER-LEFT: black 2px solid; PADDING-BOTTOM: 0.4em; BACKGROUND-COLOR: #ffffff; PADDING-LEFT: 0.4em; PADDING-RIGHT: 0.4em; BORDER-COLLAPSE: collapse; BORDER-TOP: black 2px solid; BORDER-RIGHT: black 2px solid; PADDING-TOP: 0.4em" rules=all cellPadding=2 width="85%"><TBODY><TR><TD style="PADDING-BOTTOM: 6px; PADDING-LEFT: 6px; PADDING-RIGHT: 6px; PADDING-TOP: 6px">Worksheet Formulas<TABLE style="BORDER-BOTTOM: #a6aab6 1px solid; TEXT-ALIGN: center; BORDER-LEFT: #a6aab6 1px solid; BACKGROUND-COLOR: #ffffff; BORDER-COLLAPSE: collapse; BORDER-TOP: #a6aab6 1px solid; BORDER-RIGHT: #a6aab6 1px solid" rules=all cellPadding=2 width="100%"><THEAD><TR style="BACKGROUND-COLOR: #e0e0f0; COLOR: #161120"><TH width=10>Cell</TH><TH style="TEXT-ALIGN: left; PADDING-LEFT: 5px">Formula</TH></TR></THEAD><TBODY><TR><TH style="BACKGROUND-COLOR: #e0e0f0; COLOR: #161120" width=10>B4</TH><TD style="TEXT-ALIGN: left">=SUMPRODUCT((Data!$C$2:$C$30=$A4)*{1,1},(Data!$B$2:$B$30=B$3)*{1,1},(Data!$A$2:$A$30=OFFSET(B$1,,-MOD(COLUMNS($B$1:B$1)-1,COLUMNS($B$1:$E$1))))*{1,1},(Data!$D$2:$E$30)*(Data!$D$1:$E$1=B$2))</TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE>

(Data!$C$2:$C$30=$A4)*{1,1}

Compares Items: Item - column A/sheet Analysis with column Item/sheet Data.

(Data!$B$2:$B$30=B$3)*{1,1}

Compares Years : Year - row 3/sheet Analysis with column Year/sheet Data.

(Data!$A$2:$A$30=OFFSET(B$1,,-MOD(COLUMNS($B$1:B$1)-1,COLUMNS($B$1:$E$1))))*{1,1}

Compares Branchs: Branch - row 1/sheet Analysis with column Branch/sheet Data. Here the function OFFSET is used to allow the copy of the formula (to point to respective cell in the row 1 in function of the amount of years ($B$1:$E$1) in each group).

(Data!$D$2:$E$30)*(Data!$D$1:$E$1=B$2)

Get Qtys or Totals : Qty and Total - row 2/sheet Analysis with columns Qty and Total sheet Data. Here the second part of the formula define the colunm that will be get.

I hope this help you to understand.

Markmzz
 
Upvote 0
dear markmzz

thanks for the explanation , it is somehow more clearer, i will do my study now:) and feedyou back.

thanks for all efforts you put.
 
Upvote 0
One example with only one year:

<b>Excel 2007</b><table cellpadding="2.5px" rules="all" style=";background-color: #FFFFFF;border: 1px solid;border-collapse: collapse; border-color: #A6AAB6"><colgroup><col width="25px" style="background-color: #E0E0F0" /><col /><col /><col /><col /><col /><col /><col /></colgroup><thead><tr style=" background-color: #E0E0F0;text-align: center;color: #161120"><th></th><th>A</th><th>B</th><th>C</th><th>D</th><th>E</th><th>F</th><th>G</th></tr></thead><tbody><tr ><td style="color: #161120;text-align: center;">1</td><td style="text-align: center;;"></td><td style="text-align: center;background-color: #FFFF00;;">PHC</td><td style="text-align: center;background-color: #FFFF00;;"></td><td style="text-align: center;background-color: #FFFF00;;">Apapa</td><td style="text-align: center;background-color: #FFFF00;;"></td><td style="text-align: center;background-color: #FFFF00;;">VI</td><td style="text-align: center;background-color: #FFFF00;;"></td></tr><tr ><td style="color: #161120;text-align: center;">2</td><td style="text-align: center;;"></td><td style="text-align: center;background-color: #FFFF00;;">Qty</td><td style="text-align: center;background-color: #FFFF00;;">Total</td><td style="text-align: center;background-color: #FFFF00;;">Qty</td><td style="text-align: center;background-color: #FFFF00;;">Total</td><td style="text-align: center;background-color: #FFFF00;;">Qty</td><td style="text-align: center;background-color: #FFFF00;;">Total</td></tr><tr ><td style="color: #161120;text-align: center;">3</td><td style="text-align: center;;"></td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2011</td><td style="text-align: center;background-color: #FFFF00;;">2011</td></tr><tr ><td style="color: #161120;text-align: center;">4</td><td style="background-color: #FFFF00;;">Big Diary</td><td style="text-align: center;;">650</td><td style="text-align: center;;">3,575</td><td style="text-align: center;;">650</td><td style="text-align: center;;">3,575</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">5</td><td style="background-color: #FFFF00;;">Small Diary</td><td style="text-align: center;;">300</td><td style="text-align: center;;">540</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">6</td><td style="background-color: #FFFF00;;">Table Pad</td><td style="text-align: center;;">500</td><td style="text-align: center;;">700</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">7</td><td style="background-color: #FFFF00;;">Table Calender</td><td style="text-align: center;;">400</td><td style="text-align: center;;">440</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">8</td><td style="background-color: #FFFF00;;">Greeting Cards</td><td style="text-align: center;;">300</td><td style="text-align: center;;">150</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">9</td><td style="background-color: #FFFF00;;">Wine Sets</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td><td style="text-align: center;;">0</td></tr><tr ><td style="color: #161120;text-align: center;">10</td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;"></td><td style="text-align: right;;"></td></tr><tr ><td style="color: #161120;text-align: center;">11</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td><td style="text-align: center;;">******</td></tr></tbody></table><p style="width:4.8em;font-weight:bold;margin:0;padding:0.2em 0.6em 0.2em 0.5em;border: 1px solid #A6AAB6;border-top:none;text-align: center;background-color: #E0E0F0;color: #161120">Analysis</p><br /><br /><table width="85%" cellpadding="2.5px" rules="all" style=";border: 2px solid black;border-collapse:collapse;padding: 0.4em;background-color: #FFFFFF" ><tr><td style="padding:6px" ><b>Worksheet Formulas</b><table cellpadding="2.5px" width="100%" rules="all" style="border: 1px solid;text-align:center;background-color: #FFFFFF;border-collapse: collapse; border-color: #A6AAB6"><thead><tr style=" background-color: #E0E0F0;color: #161120"><th width="10px">Cell</th><th style="text-align:left;padding-left:5px;">Formula</th></tr></thead><tbody><tr><th width="10px" style=" background-color: #E0E0F0;color: #161120">B4</th><td style="text-align:left">=SUMPRODUCT(<font color="Blue">(<font color="Red">Data!$C$2:$C$30=$A4</font>)*{1,1},(<font color="Red">Data!$B$2:$B$30=B$3</font>)*{1,1},(<font color="Red">Data!$A$2:$A$30=OFFSET(<font color="Green">B$1,,-MOD(<font color="Purple">COLUMNS(<font color="Teal">$B$1:B$1</font>)-1,COLUMNS(<font color="Teal">$B$1:$C$1</font>)</font>)</font>)</font>)*{1,1},(<font color="Red">Data!$D$2:$E$30</font>)*(<font color="Red">Data!$D$1:$E$1=B$2</font>)</font>)</td></tr></tbody></table></td></tr></table><br />
Markmzz
 
Upvote 0
An Alternative, i have your data list on the same spreadsheet but haven't posted for the sake of saving space. It could quite easily sit on another sheet, ideally you would name the ranges which makes the formula look a lot neater

Excel Workbook
ABCDEFGHIJKLM
1PHCApapaVI
2QtyTotalQtyTotalQtyTotalQtyTotalQtyTotalQtyTotal
3201120112012201220112011201220122011201120122012
4Big Diary650357550027506503575
5Small Diary30054000
6Table Pad500700350490
7Table Calender400440300330
8Greeting Cards30015015075
9Wine Sets
Sheet4


enter with ctrl + shift + enter not just enter, another tip pay attention to the $$ signs in the formula.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,574
Messages
6,179,633
Members
452,933
Latest member
patv

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top