I would like to have excel find the first and last time a customer purchased an item in any quantity and return the date at the top of that column.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Here is an example:
Dates
Column 1 Customer Jan 2011 Feb 2011 March 2011 April 2011
Part #1 Sam 5 7 3 0
Part #2 Sam 0 0 5 9
Part #3 Sam 1 6 7 10
<o> </o>
Part #1 Tom 5 7 3 0
Part #2 Tom 0 0 5 9
Part #3 Tom 1 6 7 10
<o> </o>
I need to see for Sam and Tom, by part #, what their 1st month and last month purchase was.
<o> </o>
I have 14 customers, 55 months, and about 500 part numbers.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-comfficeffice" /><o> </o>
Here is an example:
Dates
Column 1 Customer Jan 2011 Feb 2011 March 2011 April 2011
Part #1 Sam 5 7 3 0
Part #2 Sam 0 0 5 9
Part #3 Sam 1 6 7 10
<o> </o>
Part #1 Tom 5 7 3 0
Part #2 Tom 0 0 5 9
Part #3 Tom 1 6 7 10
<o> </o>
I need to see for Sam and Tom, by part #, what their 1st month and last month purchase was.
<o> </o>
I have 14 customers, 55 months, and about 500 part numbers.