Greetings All,
I'm looking to create an entire column of sparklines based on month data about items. On Sheet1, I have a list of items and on Sheet 2 I have a list of items in Column A and month quantity for each month in Column B. What I'd like to do, is instead of manually finding the data range for each item on Sheet2 is to have a formula that looksup or find/matches the 12 points of data for the sparkline.
I tried using a VLOOKUP, but I believe it only returns the first piece of data and not the whole set. I'm not very savvy with arrays and such, looking for some ideas how to make this work. The data on Sheet2 looks like the below
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Item
[/TD]
[TD="align: center"]Month Qty
[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]110[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]120[/TD]
[/TR]
</tbody>[/TABLE]
Is it possible to use something for the data range in the sparkline on Sheet1 to create a sparkline for each item? There is over 1000 items, so I'd rather not have to search the range for each item.
Screenshot of Sheet1:
imgur: the simple image sharer
Any help greatly appreciated.
Thanks in advance,
DB
I'm looking to create an entire column of sparklines based on month data about items. On Sheet1, I have a list of items and on Sheet 2 I have a list of items in Column A and month quantity for each month in Column B. What I'd like to do, is instead of manually finding the data range for each item on Sheet2 is to have a formula that looksup or find/matches the 12 points of data for the sparkline.
I tried using a VLOOKUP, but I believe it only returns the first piece of data and not the whole set. I'm not very savvy with arrays and such, looking for some ideas how to make this work. The data on Sheet2 looks like the below
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD="align: center"]Item
[/TD]
[TD="align: center"]Month Qty
[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]10[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]20[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]30[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]40[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]50[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]60[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]70[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]90[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]100[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]110[/TD]
[/TR]
[TR]
[TD]P123456[/TD]
[TD]120[/TD]
[/TR]
</tbody>[/TABLE]
Is it possible to use something for the data range in the sparkline on Sheet1 to create a sparkline for each item? There is over 1000 items, so I'd rather not have to search the range for each item.
Screenshot of Sheet1:
imgur: the simple image sharer
Any help greatly appreciated.
Thanks in advance,
DB