DerekWooley
New Member
- Joined
- May 1, 2018
- Messages
- 34
Hello, I am trying to find a way to rank the items in the below table by quarter from earliest to latest and then by month from earliest to latest after quarter in excel 2003. When I use the below sumproduct formula, it only ranks the months for each quarter but doesn't rank the quarters themselves. What do I need to add to rank quarter first, then month? Also, I want to see if it is possible to add other criteria like item type, material type, etc as secondary criteria to group items by.
Here is the sum product formula I am using: SUMPRODUCT(--(E3=$E$3:$E$46),--(F3>$F$3:$F$46))+1
I am trying to do a rank to get around sorting by multiple fields and excel 2003 only has 3 max sort criteria.
Here is the sum product formula I am using: SUMPRODUCT(--(E3=$E$3:$E$46),--(F3>$F$3:$F$46))+1
I am trying to do a rank to get around sorting by multiple fields and excel 2003 only has 3 max sort criteria.
I also want to know if it is possible to get a smoothed ranking from 1 to the end of my data instead of starting over each time it hits a new criteria; so instead of having to sort on multiple columns, I could just sort on one column or use a pivot table with the ranking first to pull in the prioritized items.
Below is what my table looks like.
[TABLE="width: 583"]
<colgroup style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"><col style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"><col style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"><col style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" span="7"></colgroup><tbody style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;">[TR="bgcolor: transparent"]
[TD]A[/TD]
[TD]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="bgcolor: transparent"]
[TD]Item[/TD]
[TD]Actual Date[/TD]
[TD]Quarter Text[/TD]
[TD]Month Text[/TD]
[TD]Quarter Value[/TD]
[TD]Month Value[/TD]
[TD]Material[/TD]
[TD]Size[/TD]
[TD]Sum Product Ranking[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]970[/TD]
[TD]8/4/2019[/TD]
[TD]20193[/TD]
[TD]20198[/TD]
[TD]4/14/1955[/TD]
[TD]4/19/1955[/TD]
[TD]Brass[/TD]
[TD]0.21875[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]254[/TD]
[TD]12/2/2018[/TD]
[TD]20184[/TD]
[TD]201812[/TD]
[TD]4/5/1955[/TD]
[TD]7/15/2452[/TD]
[TD]Brass[/TD]
[TD]0.09375[/TD]
[TD]4[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]345[/TD]
[TD]1/24/2019[/TD]
[TD]20191[/TD]
[TD]20191[/TD]
[TD]4/12/1955[/TD]
[TD]4/12/1955[/TD]
[TD]Brass[/TD]
[TD]0.09375[/TD]
[TD]6[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]883[/TD]
[TD]5/28/2018[/TD]
[TD]20182[/TD]
[TD]20185[/TD]
[TD]4/3/1955[/TD]
[TD]4/6/1955[/TD]
[TD]Steel[/TD]
[TD]0.25[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]988[/TD]
[TD]7/20/2018[/TD]
[TD]20183[/TD]
[TD]20187[/TD]
[TD]4/4/1955[/TD]
[TD]4/8/1955[/TD]
[TD]Wood[/TD]
[TD]0.25[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]302[/TD]
[TD]8/17/2018[/TD]
[TD]20183[/TD]
[TD]20188[/TD]
[TD]4/4/1955[/TD]
[TD]4/9/1955[/TD]
[TD]Plastic[/TD]
[TD]0.25[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]94[/TD]
[TD]8/11/2018[/TD]
[TD]20183[/TD]
[TD]20188[/TD]
[TD]4/4/1955[/TD]
[TD]4/9/1955[/TD]
[TD]Brass[/TD]
[TD]0.0625[/TD]
[TD]2[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]242[/TD]
[TD]11/26/2018[/TD]
[TD]20184[/TD]
[TD]201811[/TD]
[TD]4/5/1955[/TD]
[TD]7/14/2452[/TD]
[TD]Brass[/TD]
[TD]0.0625[/TD]
[TD]2[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]280[/TD]
[TD]11/8/2018[/TD]
[TD]20184[/TD]
[TD]201811[/TD]
[TD]4/5/1955[/TD]
[TD]7/14/2452[/TD]
[TD]Brass[/TD]
[TD]0.21875[/TD]
[TD]3[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]606[/TD]
[TD]11/10/2018[/TD]
[TD]20184[/TD]
[TD]201811[/TD]
[TD]4/5/1955[/TD]
[TD]7/14/2452[/TD]
[TD]Brass[/TD]
[TD]0.21875[/TD]
[TD]3[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]347[/TD]
[TD]10/8/2018[/TD]
[TD]20184[/TD]
[TD]201810[/TD]
[TD]4/5/1955[/TD]
[TD]7/13/2452[/TD]
[TD]Plastic[/TD]
[TD]0.1875[/TD]
[TD]3[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]965[/TD]
[TD]10/18/2018[/TD]
[TD]20184[/TD]
[TD]201810[/TD]
[TD]4/5/1955[/TD]
[TD]7/13/2452[/TD]
[TD]Plastic[/TD]
[TD="bgcolor: transparent"]0.1875[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]479[/TD]
[TD="bgcolor: transparent"]4/6/2019[/TD]
[TD]20192[/TD]
[TD]20194[/TD]
[TD]4/13/1955[/TD]
[TD]4/15/1955[/TD]
[TD="bgcolor: transparent"]Poly[/TD]
[TD="bgcolor: transparent"]0.125[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]313[/TD]
[TD="bgcolor: transparent"]5/3/2019[/TD]
[TD]20192[/TD]
[TD]20195[/TD]
[TD]4/13/1955[/TD]
[TD]4/16/1955[/TD]
[TD="bgcolor: transparent"]Poly[/TD]
[TD="bgcolor: transparent"]0.125[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]354[/TD]
[TD="bgcolor: transparent"]10/20/2019[/TD]
[TD]20194[/TD]
[TD]201910[/TD]
[TD]4/15/1955[/TD]
[TD]10/21/2452[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]3[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]419[/TD]
[TD="bgcolor: transparent"]6/8/2020[/TD]
[TD]20202[/TD]
[TD]20206[/TD]
[TD]4/23/1955[/TD]
[TD]4/27/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.09375[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]201[/TD]
[TD="bgcolor: transparent"]7/12/2019[/TD]
[TD]20193[/TD]
[TD]20197[/TD]
[TD]4/14/1955[/TD]
[TD]4/18/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.09375[/TD]
[TD]3[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]960[/TD]
[TD="bgcolor: transparent"]1/7/2019[/TD]
[TD]20191[/TD]
[TD]20191[/TD]
[TD]4/12/1955[/TD]
[TD]4/12/1955[/TD]
[TD="bgcolor: transparent"]Wood[/TD]
[TD="bgcolor: transparent"]0.25[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]593[/TD]
[TD="bgcolor: transparent"]2/5/2019[/TD]
[TD]20191[/TD]
[TD]20192[/TD]
[TD]4/12/1955[/TD]
[TD]4/13/1955[/TD]
[TD="bgcolor: transparent"]Plastic[/TD]
[TD="bgcolor: transparent"]0.25[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]224[/TD]
[TD="bgcolor: transparent"]5/2/2020[/TD]
[TD]20202[/TD]
[TD]20205[/TD]
[TD]4/23/1955[/TD]
[TD]4/26/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]3[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]114[/TD]
[TD="bgcolor: transparent"]5/10/2019[/TD]
[TD]20192[/TD]
[TD]20195[/TD]
[TD]4/13/1955[/TD]
[TD]4/16/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.0625[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]235[/TD]
[TD="bgcolor: transparent"]8/14/2019[/TD]
[TD]20193[/TD]
[TD]20198[/TD]
[TD]4/14/1955[/TD]
[TD]4/19/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.0625[/TD]
[TD]3[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]81[/TD]
[TD="bgcolor: transparent"]8/10/2019[/TD]
[TD]20193[/TD]
[TD]20198[/TD]
[TD]4/14/1955[/TD]
[TD]4/19/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]4[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]660[/TD]
[TD="bgcolor: transparent"]7/17/2019[/TD]
[TD]20193[/TD]
[TD]20197[/TD]
[TD]4/14/1955[/TD]
[TD]4/18/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]4[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]272[/TD]
[TD="bgcolor: transparent"]4/6/2019[/TD]
[TD]20192[/TD]
[TD]20194[/TD]
[TD]4/13/1955[/TD]
[TD]4/15/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]819[/TD]
[TD="bgcolor: transparent"]2/14/2022[/TD]
[TD]20221[/TD]
[TD]20222[/TD]
[TD]5/12/1955[/TD]
[TD]5/13/1955[/TD]
[TD="bgcolor: transparent"]Plastic[/TD]
[TD="bgcolor: transparent"]0.1875[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]268[/TD]
[TD="bgcolor: transparent"]7/5/2019[/TD]
[TD]20193[/TD]
[TD]20197[/TD]
[TD]4/14/1955[/TD]
[TD]4/18/1955[/TD]
[TD="bgcolor: transparent"]Plastic[/TD]
[TD="bgcolor: transparent"]0.1875[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]30[/TD]
[TD="bgcolor: transparent"]12/22/2019[/TD]
[TD]20194[/TD]
[TD]201912[/TD]
[TD]4/15/1955[/TD]
[TD]10/23/2452[/TD]
[TD="bgcolor: transparent"]Poly[/TD]
[TD="bgcolor: transparent"]0.125[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]606[/TD]
[TD="bgcolor: transparent"]1/19/2020[/TD]
[TD]20201[/TD]
[TD]20201[/TD]
[TD]4/22/1955[/TD]
[TD]4/22/1955[/TD]
[TD="bgcolor: transparent"]Poly[/TD]
[TD="bgcolor: transparent"]0.125[/TD]
[TD]2[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]107[/TD]
[TD="bgcolor: transparent"]7/7/2020[/TD]
[TD]20203[/TD]
[TD]20207[/TD]
[TD]4/24/1955[/TD]
[TD]4/28/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]350[/TD]
[TD="bgcolor: transparent"]5/18/2019[/TD]
[TD]20192[/TD]
[TD]20195[/TD]
[TD]4/13/1955[/TD]
[TD]4/16/1955[/TD]
[TD="bgcolor: transparent"]Paper[/TD]
[TD="bgcolor: transparent"]0.25[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]563[/TD]
[TD="bgcolor: transparent"]6/26/2020[/TD]
[TD]20202[/TD]
[TD]20206[/TD]
[TD]4/23/1955[/TD]
[TD]4/27/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]3[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]250[/TD]
[TD="bgcolor: transparent"]8/18/2019[/TD]
[TD]20193[/TD]
[TD]20198[/TD]
[TD]4/14/1955[/TD]
[TD]4/19/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]3[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]366[/TD]
[TD="bgcolor: transparent"]6/16/2019[/TD]
[TD]20192[/TD]
[TD]20196[/TD]
[TD]4/13/1955[/TD]
[TD]4/17/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]4[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]550[/TD]
[TD="bgcolor: transparent"]11/10/2021[/TD]
[TD]20214[/TD]
[TD]202111[/TD]
[TD]5/5/1955[/TD]
[TD]5/10/2453[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.0625[/TD]
[TD]6[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]492[/TD]
[TD="bgcolor: transparent"]11/11/2020[/TD]
[TD]20204[/TD]
[TD]202011[/TD]
[TD]4/25/1955[/TD]
[TD]1/30/2453[/TD]
[TD="bgcolor: transparent"]Wood[/TD]
[TD="bgcolor: transparent"]0.25[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]428[/TD]
[TD="bgcolor: transparent"]5/25/2020[/TD]
[TD]20202[/TD]
[TD]20205[/TD]
[TD]4/23/1955[/TD]
[TD]4/26/1955[/TD]
[TD="bgcolor: transparent"]Steel[/TD]
[TD="bgcolor: transparent"]0.25[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]235[/TD]
[TD="bgcolor: transparent"]11/27/2020[/TD]
[TD]20204[/TD]
[TD]202011[/TD]
[TD]4/25/1955[/TD]
[TD]1/30/2453[/TD]
[TD="bgcolor: transparent"]Paper[/TD]
[TD="bgcolor: transparent"]0.25[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]826[/TD]
[TD="bgcolor: transparent"]4/26/2025[/TD]
[TD]20252[/TD]
[TD]20254[/TD]
[TD]6/12/1955[/TD]
[TD]6/14/1955[/TD]
[TD="bgcolor: transparent"]Wood[/TD]
[TD="bgcolor: transparent"]0.25[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]243[/TD]
[TD="bgcolor: transparent"]2/14/2021[/TD]
[TD]20211[/TD]
[TD]20212[/TD]
[TD]5/2/1955[/TD]
[TD]5/3/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]349[/TD]
[TD="bgcolor: transparent"]4/5/2021[/TD]
[TD]20212[/TD]
[TD]20214[/TD]
[TD]5/3/1955[/TD]
[TD]5/5/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]673[/TD]
[TD="bgcolor: transparent"]8/21/2022[/TD]
[TD]20223[/TD]
[TD]20228[/TD]
[TD]5/14/1955[/TD]
[TD]5/19/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]828[/TD]
[TD="bgcolor: transparent"]9/6/2022[/TD]
[TD]20223[/TD]
[TD]20229[/TD]
[TD]5/14/1955[/TD]
[TD]5/20/1955[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.21875[/TD]
[TD]1[/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD]154[/TD]
[TD="bgcolor: transparent"]12/2/2024[/TD]
[TD]20244[/TD]
[TD]202412[/TD]
[TD]6/4/1955[/TD]
[TD]3/7/2454[/TD]
[TD="bgcolor: transparent"]Brass[/TD]
[TD="bgcolor: transparent"]0.0625[/TD]
[TD]2[/TD]
[/TR]
</tbody>[/TABLE]
[TABLE="width: 583"]
<colgroup style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"><col style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"><col style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;"><col style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;" span="7"></colgroup><tbody style="background-attachment: scroll; background-clip: border-box; background-color: transparent; background-image: none; background-origin: padding-box; background-position-x: 0%; background-position-y: 0%; background-repeat: repeat; background-size: auto; color: rgb(34, 34, 34); font-family: Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif; font-size: 13px; font-size-adjust: none; font-stretch: normal; font-style: normal; font-variant: normal; font-weight: 400; line-height: normal; margin-bottom: 0px; margin-left: 0px; margin-right: 0px; margin-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px;">[TR="bgcolor: transparent"]
[TD]Thank you,[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
[TR="bgcolor: transparent"]
[TD][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD="bgcolor: transparent"][/TD]
[TD="bgcolor: transparent, align: right"][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]