Hi...thank you for reading! I am trying to align a handful of order datapoints sorted by zip code for the past three years--left five columns have 2010 info, middle 5 have 2011 and right 5 have YTD 2012. However, there are different counts for the years. Example--90210 may have five sales in 2010, 8 in 2011 and 6 in 2012. How do I make sure that the first record for Zip Code 90211 starts in the Row 9 i.e. for 2010, there are three blank rows after the five sales, 0 blanks for 2011 and 2 for 2012. The data is currently in three parts, one for each of the years.
I started by giving each record a unique ID e.g. 90210.01, 90210.02, etc. figuring that would help with any lookup functions, but then lost the plot.
DATA EXAMPLE
(There are three of these data sets--one for each year...can easily be combined into one, if that's helpful.)
ZIP Date Product Quantity Revenue
90210 9/1/12 A 10 $95
etc.
Thanks VERY much for any thoughts!
AA
I started by giving each record a unique ID e.g. 90210.01, 90210.02, etc. figuring that would help with any lookup functions, but then lost the plot.
DATA EXAMPLE
(There are three of these data sets--one for each year...can easily be combined into one, if that's helpful.)
ZIP Date Product Quantity Revenue
90210 9/1/12 A 10 $95
etc.
Thanks VERY much for any thoughts!
AA