I have a fairly large spreadsheet with about 5,000 lines and 100+ columns. I've taken a small piece of it and posted below to give you the layout of the spreadsheet. Row 2 is a number assigned to each month over the next 10 years.
What I'm trying to do is write a formula that will look specifically at a column (in this example Column E). I want the formula to scroll down to the first instance of a headcount for all particular grouping (which in the example below, the grouping are separated by the headcount rows). If it is the first time headcount has been introduced for the grouping then the formula will determine which group and the "PGM" amount. In the example below, for column E, The grouping in which there is new headcount added is in row 22 (specifically the trigger is the value in E22, since there is 0 or "" in cell D22). Once I determine the grouping then I need the PGM value which in this example is cell: E28.
I tried doing an HLOOKUP nested within a VLOOKUP, but the problem was it created a circular reference (since certain cells were in each other's arrays). I created a massive IF statement that DID work, but it is extremely cumbersome, and probably not the way to do it. My IF statement basically went down Columns D & E and looked at Rows 4, 13,22, 31...etc. etc..all the way down...until I had this massive formula that nearly maxed out the number of characters for a formula (8,150 characters I think). In my IF statement if Column D was blank AND Column E was greater than 1, then I would request value in E28 in this example below. Is there way to do this without a massive, clumsy nested IF statement? Thank you for your assistance!!!
[TABLE="width: 775"]
<tbody>[TR]
[TD]A[/TD]
[TD="align: center"]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Mar[/TD]
[TD]Apr[/TD]
[TD]May[/TD]
[TD]Jun[/TD]
[TD]Jul[/TD]
[TD]Aug[/TD]
[TD]Sep[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]32[/TD]
[TD]33[/TD]
[TD]34[/TD]
[TD]35[/TD]
[TD]36[/TD]
[TD]37[/TD]
[TD]38[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Headcount[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Revenue[/TD]
[TD]16,200[/TD]
[TD]16,200[/TD]
[TD]16,200[/TD]
[TD]24,300[/TD]
[TD]24,300[/TD]
[TD]24,300[/TD]
[TD]32,400[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Direct Cost[/TD]
[TD]12,085[/TD]
[TD]12,085[/TD]
[TD]12,085[/TD]
[TD]18,128[/TD]
[TD]18,128[/TD]
[TD]18,128[/TD]
[TD]24,170[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]DPM[/TD]
[TD]4,115[/TD]
[TD]4,115[/TD]
[TD]4,115[/TD]
[TD]6,172[/TD]
[TD]6,172[/TD]
[TD]6,172[/TD]
[TD]8,230[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]%DPM[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Indirect Cost[/TD]
[TD]486[/TD]
[TD]486[/TD]
[TD]486[/TD]
[TD]729[/TD]
[TD]729[/TD]
[TD]729[/TD]
[TD]972[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]PGM[/TD]
[TD]3,629[/TD]
[TD]3,629[/TD]
[TD]3,629[/TD]
[TD]5,443[/TD]
[TD]5,443[/TD]
[TD]5,443[/TD]
[TD]7,258[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]%PGM[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]Headcount[/TD]
[TD][/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]Revenue[/TD]
[TD]0[/TD]
[TD]15,400[/TD]
[TD]15,400[/TD]
[TD]23,100[/TD]
[TD]23,100[/TD]
[TD]23,100[/TD]
[TD]30,800[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]Direct Cost[/TD]
[TD]0[/TD]
[TD]11,488[/TD]
[TD]11,488[/TD]
[TD]17,233[/TD]
[TD]17,233[/TD]
[TD]17,233[/TD]
[TD]22,977[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]DPM[/TD]
[TD]0[/TD]
[TD]3,912[/TD]
[TD]3,912[/TD]
[TD]5,867[/TD]
[TD]5,867[/TD]
[TD]5,867[/TD]
[TD]7,823[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]%DPM[/TD]
[TD][/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD]Indirect Cost[/TD]
[TD]0[/TD]
[TD]462[/TD]
[TD]462[/TD]
[TD]693[/TD]
[TD]693[/TD]
[TD]693[/TD]
[TD]924[/TD]
[/TR]
[TR]
[TD]19[/TD]
[TD]PGM[/TD]
[TD]0[/TD]
[TD]3,450[/TD]
[TD]3,450[/TD]
[TD]5,174[/TD]
[TD]5,174[/TD]
[TD]5,174[/TD]
[TD]6,899[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]%PGM[/TD]
[TD][/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[/TR]
[TR]
[TD]21[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]Headcount[/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]23[/TD]
[TD]Revenue[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]15,400[/TD]
[TD]15,400[/TD]
[TD]23,100[/TD]
[TD]23,100[/TD]
[TD]23,100[/TD]
[/TR]
[TR]
[TD]24[/TD]
[TD]Direct Cost[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]11,488[/TD]
[TD]11,488[/TD]
[TD]17,233[/TD]
[TD]17,233[/TD]
[TD]17,233[/TD]
[/TR]
[TR]
[TD]25[/TD]
[TD]DPM[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]3,912[/TD]
[TD]3,912[/TD]
[TD]5,867[/TD]
[TD]5,867[/TD]
[TD]5,867[/TD]
[/TR]
[TR]
[TD]26[/TD]
[TD]%DPM[/TD]
[TD][/TD]
[TD][/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[/TR]
[TR]
[TD]27[/TD]
[TD]Indirect Cost[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]462[/TD]
[TD]462[/TD]
[TD]693[/TD]
[TD]693[/TD]
[TD]693[/TD]
[/TR]
[TR]
[TD]28[/TD]
[TD]PGM[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]3,450[/TD]
[TD]3,450[/TD]
[TD]5,174[/TD]
[TD]5,174[/TD]
[TD]5,174[/TD]
[/TR]
[TR]
[TD]29[/TD]
[TD]%PGM[/TD]
[TD][/TD]
[TD][/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]31[/TD]
[TD]Headcount[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]32[/TD]
[TD]Revenue[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]16,200[/TD]
[TD]16,200[/TD]
[TD]16,200[/TD]
[TD]24,300[/TD]
[/TR]
[TR]
[TD]33[/TD]
[TD]Direct Cost[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]12,085[/TD]
[TD]12,085[/TD]
[TD]12,085[/TD]
[TD]18,128[/TD]
[/TR]
[TR]
[TD]34[/TD]
[TD]DPM[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]4,115[/TD]
[TD]4,115[/TD]
[TD]4,115[/TD]
[TD]6,172[/TD]
[/TR]
[TR]
[TD]35[/TD]
[TD]%DPM[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[/TR]
[TR]
[TD]36[/TD]
[TD]Indirect Cost[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]486[/TD]
[TD]486[/TD]
[TD]486[/TD]
[TD]729[/TD]
[/TR]
[TR]
[TD]37[/TD]
[TD]PGM[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]3,629[/TD]
[TD]3,629[/TD]
[TD]3,629[/TD]
[TD]5,443[/TD]
[/TR]
[TR]
[TD]38[/TD]
[TD]%PGM[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[/TR]
</tbody>[/TABLE]
What I'm trying to do is write a formula that will look specifically at a column (in this example Column E). I want the formula to scroll down to the first instance of a headcount for all particular grouping (which in the example below, the grouping are separated by the headcount rows). If it is the first time headcount has been introduced for the grouping then the formula will determine which group and the "PGM" amount. In the example below, for column E, The grouping in which there is new headcount added is in row 22 (specifically the trigger is the value in E22, since there is 0 or "" in cell D22). Once I determine the grouping then I need the PGM value which in this example is cell: E28.
I tried doing an HLOOKUP nested within a VLOOKUP, but the problem was it created a circular reference (since certain cells were in each other's arrays). I created a massive IF statement that DID work, but it is extremely cumbersome, and probably not the way to do it. My IF statement basically went down Columns D & E and looked at Rows 4, 13,22, 31...etc. etc..all the way down...until I had this massive formula that nearly maxed out the number of characters for a formula (8,150 characters I think). In my IF statement if Column D was blank AND Column E was greater than 1, then I would request value in E28 in this example below. Is there way to do this without a massive, clumsy nested IF statement? Thank you for your assistance!!!
[TABLE="width: 775"]
<tbody>[TR]
[TD]A[/TD]
[TD="align: center"]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD][/TD]
[TD]Mar[/TD]
[TD]Apr[/TD]
[TD]May[/TD]
[TD]Jun[/TD]
[TD]Jul[/TD]
[TD]Aug[/TD]
[TD]Sep[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD][/TD]
[TD]32[/TD]
[TD]33[/TD]
[TD]34[/TD]
[TD]35[/TD]
[TD]36[/TD]
[TD]37[/TD]
[TD]38[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]Headcount[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]Revenue[/TD]
[TD]16,200[/TD]
[TD]16,200[/TD]
[TD]16,200[/TD]
[TD]24,300[/TD]
[TD]24,300[/TD]
[TD]24,300[/TD]
[TD]32,400[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]Direct Cost[/TD]
[TD]12,085[/TD]
[TD]12,085[/TD]
[TD]12,085[/TD]
[TD]18,128[/TD]
[TD]18,128[/TD]
[TD]18,128[/TD]
[TD]24,170[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]DPM[/TD]
[TD]4,115[/TD]
[TD]4,115[/TD]
[TD]4,115[/TD]
[TD]6,172[/TD]
[TD]6,172[/TD]
[TD]6,172[/TD]
[TD]8,230[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]%DPM[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]Indirect Cost[/TD]
[TD]486[/TD]
[TD]486[/TD]
[TD]486[/TD]
[TD]729[/TD]
[TD]729[/TD]
[TD]729[/TD]
[TD]972[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]PGM[/TD]
[TD]3,629[/TD]
[TD]3,629[/TD]
[TD]3,629[/TD]
[TD]5,443[/TD]
[TD]5,443[/TD]
[TD]5,443[/TD]
[TD]7,258[/TD]
[/TR]
[TR]
[TD]11[/TD]
[TD]%PGM[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[/TR]
[TR]
[TD]12[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]13[/TD]
[TD]Headcount[/TD]
[TD][/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]4[/TD]
[/TR]
[TR]
[TD]14[/TD]
[TD]Revenue[/TD]
[TD]0[/TD]
[TD]15,400[/TD]
[TD]15,400[/TD]
[TD]23,100[/TD]
[TD]23,100[/TD]
[TD]23,100[/TD]
[TD]30,800[/TD]
[/TR]
[TR]
[TD]15[/TD]
[TD]Direct Cost[/TD]
[TD]0[/TD]
[TD]11,488[/TD]
[TD]11,488[/TD]
[TD]17,233[/TD]
[TD]17,233[/TD]
[TD]17,233[/TD]
[TD]22,977[/TD]
[/TR]
[TR]
[TD]16[/TD]
[TD]DPM[/TD]
[TD]0[/TD]
[TD]3,912[/TD]
[TD]3,912[/TD]
[TD]5,867[/TD]
[TD]5,867[/TD]
[TD]5,867[/TD]
[TD]7,823[/TD]
[/TR]
[TR]
[TD]17[/TD]
[TD]%DPM[/TD]
[TD][/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[/TR]
[TR]
[TD]18[/TD]
[TD]Indirect Cost[/TD]
[TD]0[/TD]
[TD]462[/TD]
[TD]462[/TD]
[TD]693[/TD]
[TD]693[/TD]
[TD]693[/TD]
[TD]924[/TD]
[/TR]
[TR]
[TD]19[/TD]
[TD]PGM[/TD]
[TD]0[/TD]
[TD]3,450[/TD]
[TD]3,450[/TD]
[TD]5,174[/TD]
[TD]5,174[/TD]
[TD]5,174[/TD]
[TD]6,899[/TD]
[/TR]
[TR]
[TD]20[/TD]
[TD]%PGM[/TD]
[TD][/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[/TR]
[TR]
[TD]21[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]22[/TD]
[TD]Headcount[/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[TD]3[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]23[/TD]
[TD]Revenue[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]15,400[/TD]
[TD]15,400[/TD]
[TD]23,100[/TD]
[TD]23,100[/TD]
[TD]23,100[/TD]
[/TR]
[TR]
[TD]24[/TD]
[TD]Direct Cost[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]11,488[/TD]
[TD]11,488[/TD]
[TD]17,233[/TD]
[TD]17,233[/TD]
[TD]17,233[/TD]
[/TR]
[TR]
[TD]25[/TD]
[TD]DPM[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]3,912[/TD]
[TD]3,912[/TD]
[TD]5,867[/TD]
[TD]5,867[/TD]
[TD]5,867[/TD]
[/TR]
[TR]
[TD]26[/TD]
[TD]%DPM[/TD]
[TD][/TD]
[TD][/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[/TR]
[TR]
[TD]27[/TD]
[TD]Indirect Cost[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]462[/TD]
[TD]462[/TD]
[TD]693[/TD]
[TD]693[/TD]
[TD]693[/TD]
[/TR]
[TR]
[TD]28[/TD]
[TD]PGM[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]3,450[/TD]
[TD]3,450[/TD]
[TD]5,174[/TD]
[TD]5,174[/TD]
[TD]5,174[/TD]
[/TR]
[TR]
[TD]29[/TD]
[TD]%PGM[/TD]
[TD][/TD]
[TD][/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[/TR]
[TR]
[TD]30[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR]
[TD]31[/TD]
[TD]Headcount[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]2[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]32[/TD]
[TD]Revenue[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]16,200[/TD]
[TD]16,200[/TD]
[TD]16,200[/TD]
[TD]24,300[/TD]
[/TR]
[TR]
[TD]33[/TD]
[TD]Direct Cost[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]12,085[/TD]
[TD]12,085[/TD]
[TD]12,085[/TD]
[TD]18,128[/TD]
[/TR]
[TR]
[TD]34[/TD]
[TD]DPM[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]4,115[/TD]
[TD]4,115[/TD]
[TD]4,115[/TD]
[TD]6,172[/TD]
[/TR]
[TR]
[TD]35[/TD]
[TD]%DPM[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[TD]25.40%[/TD]
[/TR]
[TR]
[TD]36[/TD]
[TD]Indirect Cost[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]486[/TD]
[TD]486[/TD]
[TD]486[/TD]
[TD]729[/TD]
[/TR]
[TR]
[TD]37[/TD]
[TD]PGM[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]0[/TD]
[TD]3,629[/TD]
[TD]3,629[/TD]
[TD]3,629[/TD]
[TD]5,443[/TD]
[/TR]
[TR]
[TD]38[/TD]
[TD]%PGM[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[TD]22.40%[/TD]
[/TR]
</tbody>[/TABLE]
Last edited: