98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel Training and help » Applying Queries to merge two worksheets
Applying Queries to merge two worksheets
Resolved · Low Priority · Version 2007
Robbie has attended:
Excel Intermediate course
Applying Queries to merge two worksheets
How do I merge 2 worksheets to map accross corresponding values onto one sheet
RE: Applying Queries to merge two worksheets
Hi Robbie, thanks for your query. Have a look at this link:
http://www.exceluser.com/explore/msquery1_1.htm
Note you need to copy the individual sheets into one file (and then name the data ranges). Once you've got used to do this manually you can set up a template with the ranges already in place. Make sure you link the tables by their ID numbers and then simply select the columns you want your new table to include.
Hope this helps,
Anthony
Thu 12 Aug 2010: Automatically marked as resolved.
Training information:
See also:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Formula for last day of monthIn some cases it is necessary to find the last day of a month for a given date. If you use the following formula, you can achieve this, ie; if you have a column of dates, use this formula to find the end of month for each day by using the fill handle. The formula is as follows, and assumes in this example that the first date in question is in cell C5, in any other cell type; =DATE(YEAR(C5),MONTH(C5)+1,1)-1 |