Hi,
Please help me create a formula that will take values from different sheets (Oct & Nov), and cleanly stack them on the master sheet.
Thanks
Hi,
Please help me create a formula that will take values from different sheets (Oct & Nov), and cleanly stack them on the master sheet.
Thanks
Last edited by jyothijayanna; 09-08-2012 at 12:57 AM.
Your sheets are named as 1st Quarter and 2nd Quarter and not Oct & Nov as you have specified. I hope you have uploaded the correct file.
You have duplicating entries between both the sheets, how do you want the values to show up in the Master tab? Average of both?
If I have helped, Don't forget to add to my reputation (click on the star below the post)
Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
Use code tags when posting your VBA code: [code] Your code here [/code]
I would have to recommend VBA for this, especially if you're really going to be adding more sheets, as is typical when we see sheets named after months. This macro, installed into the MASTER sheet module, will do this. Each time you bring up the MASTER on screen from a different sheet, it will recreate the data for you.
![]()
Please Login or Register to view this content.
How/Where to install the macro:
1. Open up your workbook
2. Right-click the MASTER tab name
3. Select VIEW CODE
4. Copy and Paste in your code (given above)
5. Get out of VBA (Press Alt+Q)
6. Save the workbook
Now go to the OCT or NOV sheet and make some edits, then look at the MASTER sheet again, it will reassert the data.
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks