PC Review


Reply
Thread Tools Rate Thread

Creating a master worksheet

 
 
=?Utf-8?B?bHJvYmluNjU=?=
Guest
Posts: n/a
 
      24th Feb 2006
I have several worksheets that I would like to combine the data from onto one
worksheet. Is this possible and if so, how do I make it work?
 
Reply With Quote
 
 
 
 
Gilbert De Ceulaer
Guest
Posts: n/a
 
      25th Feb 2006
if you want the value of a1 of SHEET1 of WORKBOOK1 then put
='[WORKBOOK1.xls]SHEET1'!$A$1)

you could make this very easy to change (the names of the workbook, or the
name of the worksheet)
by putting "WORKBOOK1" in a1 of your destination-sheet
and "SHEET1" in a2 in your destination-sheet
then the formula would be =INDIRECT("'"&A1&"'!"&A2)

if you want an error-trap (in case A1 or A2 does contains wrong data)
the formula becomes =IF(ISERROR(INDIRECT("'"&A1&"'!"&A2)); "something is
wrong !"; INDIRECT("'"&A1&"'!"&A2))

does this help you ?
GDC

"lrobin65" <(E-Mail Removed)> wrote in message
news01D5981-08E8-4C42-8981-(E-Mail Removed)...
>I have several worksheets that I would like to combine the data from onto
>one
> worksheet. Is this possible and if so, how do I make it work?



 
Reply With Quote
 
=?Utf-8?B?bHJvYmluNjU=?=
Guest
Posts: n/a
 
      27th Feb 2006
This works, but is there a quicker way to put the data onto a master sheet?
I have to change the formula at each cell and then do the update value after
each cell. I have over 15 worksheets in the workbook that go from A2 to V2
with sign up information.
Thanks for your help!

"Gilbert De Ceulaer" wrote:

> if you want the value of a1 of SHEET1 of WORKBOOK1 then put
> ='[WORKBOOK1.xls]SHEET1'!$A$1)
>
> you could make this very easy to change (the names of the workbook, or the
> name of the worksheet)
> by putting "WORKBOOK1" in a1 of your destination-sheet
> and "SHEET1" in a2 in your destination-sheet
> then the formula would be =INDIRECT("'"&A1&"'!"&A2)
>
> if you want an error-trap (in case A1 or A2 does contains wrong data)
> the formula becomes =IF(ISERROR(INDIRECT("'"&A1&"'!"&A2)); "something is
> wrong !"; INDIRECT("'"&A1&"'!"&A2))
>
> does this help you ?
> GDC
>
> "lrobin65" <(E-Mail Removed)> wrote in message
> news01D5981-08E8-4C42-8981-(E-Mail Removed)...
> >I have several worksheets that I would like to combine the data from onto
> >one
> > worksheet. Is this possible and if so, how do I make it work?

>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Creating/Naming New Worksheets Based on Select Cells in Master Worksheet Ron de Bruin Microsoft Excel Worksheet Functions 0 19th Mar 2008 03:32 PM
link a cell in the 'Master' worksheet list to a 'Detail' worksheet =?Utf-8?B?UGF1bCBDb25kcm9u?= Microsoft Excel Programming 12 16th Jul 2006 10:41 PM
Dates period from master worksheet to another worksheet =?Utf-8?B?Y29saW4=?= Microsoft Excel Misc 1 2nd Apr 2006 03:24 AM
copy range on every worksheet (diff names) to a master worksheet (to be created) Bernie Microsoft Excel Programming 2 22nd Sep 2004 03:30 PM
copy range on every worksheet (diff names) to a master worksheet (to be created) Bernie Microsoft Excel Programming 0 22nd Sep 2004 03:26 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 12:18 AM.