![]() |
Excel 2007 Extracting data for charts from multiple worksheets?
I'm doing a college materials assignment which requires the results of a number of tensile tests (typically 3 to 6 tests per chart) to be plotted in scatter charts (variable data in both X & Y axis). The data is in about twenty worksheets and the charts on separate worksheets within the same workbook.
I'm finding extracting the data to be longwinded and wonder if you can help with any of the following:
|
re 3, you could type the ranges in manually if you can learn the notation. For example, the range Sheet2!A1:D10 refers to the range A1:D10 on page Sheet2.
Also, re 2, all I can think of is to use a Macro, since there you can select a contiguous block based on a single cell using CurrentRegion e.g. Code:
ActiveSheet.Range("a1").CurrentRegion.SelectThere's also a newer feature, Structured References, which looks like it could be useful - but I have no experience with it yet. |
Hi BNT,
Thank you for your reply. I haven't used Macros in Excel for about eight years, so I guess its time to re-learn them:uhoh:... A quick scan of the Structured References suggets that is what I need, I will have a go tomorrow. |
Mechta,
Info on Dynamic Named Ranges can be found HERE. If you want to extract 20 sheets worth of data to one sheet (along the lines of a Dashboard presentation), you could highlight your data, right click/copy. Go to your main sheet, right click a suitable cell, and Paste Special/Paste Link from the contextual menu that springs up. This means that when you input a figure on a data sheet it will automatically be mirrored in your main sheet. So no tedium there to worry about. Other EXCEllent sites (did you see what I did, there?) HERE, and HERE. |
Hi Spurlash2,
Thank you for those links. They have been very informative, although I have still to find a solution to no. 1 (jumping back to the chart worksheet when going to the next column of data). I'm beginning to think that I am actually at the start of a very steep learning curve with Excel despite having used it off and on for years...:{ |
| All times are GMT. The time now is 18:54. |
Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Use of this site indicates your consent to the Terms of Use.