Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How to merge / combine several worksheets into one new worksheet without VBA / Macro? FOR EXPERTS

Hi,
I've got a huge problem.
I surfed now thru various forums but I unfortunately did not find an
answer.

Here a description:
I have several sheets in one Excel workbook (with identical column
names and content). Now I would like to have a consolidated sheet with
all content of the other sheets WITHOUT using a VBA MACRO.

I am looking for a formula/ formulas which helps me to have a
consolidated always up-to-date sheet including all content rows from
all other sheets. The main problem I have is how to ensure that added
new lines in one of the worksheets are automatically added to the
consolidated sheet.

If you need an example Excel file I can provide you one.

Thanks in advance,
Best regards, jan

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,123
Default How to merge / combine several worksheets into one new worksheet without VBA / Macro? FOR EXPERTS

Why not use a macro ?

When you want your data to refresh simple run the macro again an it is up to date

See
http://www.rondebruin.nl/copy2.htm


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message ups.com...
Hi,
I've got a huge problem.
I surfed now thru various forums but I unfortunately did not find an
answer.

Here a description:
I have several sheets in one Excel workbook (with identical column
names and content). Now I would like to have a consolidated sheet with
all content of the other sheets WITHOUT using a VBA MACRO.

I am looking for a formula/ formulas which helps me to have a
consolidated always up-to-date sheet including all content rows from
all other sheets. The main problem I have is how to ensure that added
new lines in one of the worksheets are automatically added to the
consolidated sheet.

If you need an example Excel file I can provide you one.

Thanks in advance,
Best regards, jan

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How to merge / combine several worksheets into one new worksheet without VBA / Macro? FOR EXPERTS

Hi Ron,
thanks for the quick answer.

The problem is that I have to run a macro everytime and I do want to
have up-to-date data at every time and not only after running the
macro.

A solution without macro must exist!

thx, jan

On 12 Jun., 20:07, "Ron de Bruin" wrote:
Why not use amacro?

When you want your data to refresh simple run themacroagain an it is up to date

Seehttp://www.rondebruin.nl/copy2.htm

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



wrote in oglegroups.com...
Hi,
I've got a huge problem.
I surfed now thru various forums but I unfortunately did not find an
answer.


Here a description:
I haveseveralsheets inoneExcel workbook (with identical column
names and content). Now I would like to have a consolidated sheet with
all content of the other sheetsWITHOUTusing aVBAMACRO.


I am looking for a formula/ formulas which helps me to have a
consolidated always up-to-date sheet including all content rows from
all other sheets. The main problem I have is how to ensure that added
newlines inoneof theworksheetsare automatically added to the
consolidated sheet.


If you need an example Excel file I can provide youone.


Thanks in advance,
Best regards, jan- Zitierten Text ausblenden -


- Zitierten Text anzeigen -



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 11,123
Default How to merge / combine several worksheets into one new worksheet without VBA / Macro? FOR EXPERTS

It exist but you need so many formulas.
It will make your workbook slow and big.

You can also use the same sheet for merging and run the macro in the activate event of the sheet.
This way when you go to the merge sheet the data is up to date

I believe Max have a example for you with formulas.
I hope he reply in this thread for you


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message oups.com...
Hi Ron,
thanks for the quick answer.

The problem is that I have to run a macro everytime and I do want to
have up-to-date data at every time and not only after running the
macro.

A solution without macro must exist!

thx, jan

On 12 Jun., 20:07, "Ron de Bruin" wrote:
Why not use amacro?

When you want your data to refresh simple run themacroagain an it is up to date

Seehttp://www.rondebruin.nl/copy2.htm

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



wrote in oglegroups.com...
Hi,
I've got a huge problem.
I surfed now thru various forums but I unfortunately did not find an
answer.


Here a description:
I haveseveralsheets inoneExcel workbook (with identical column
names and content). Now I would like to have a consolidated sheet with
all content of the other sheetsWITHOUTusing aVBAMACRO.


I am looking for a formula/ formulas which helps me to have a
consolidated always up-to-date sheet including all content rows from
all other sheets. The main problem I have is how to ensure that added
newlines inoneof theworksheetsare automatically added to the
consolidated sheet.


If you need an example Excel file I can provide youone.


Thanks in advance,
Best regards, jan- Zitierten Text ausblenden -


- Zitierten Text anzeigen -



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How to merge / combine several worksheets into one new worksheet without VBA / Macro? FOR EXPERTS

Hi Ron,
thanks again. So far Max has not shown up in this thread....
unfortunately.... :-(
rgds, jan

On 12 Jun., 21:25, "Ron de Bruin" wrote:
It exist but you need so many formulas.
It will make your workbook slow and big.

You can also use the same sheet for merging and run the macro in the activate event of the sheet.
This way when you go to themergesheet the data is up to date

I believe Max have a example for you with formulas.
I hope he reply in this thread for you

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



wrote in ooglegroups.com...
Hi Ron,
thanks for the quick answer.


The problem is that I have to run a macro everytime and I do want to
have up-to-date data at every time and not only after running the
macro.


A solution without macro must exist!


thx, jan


On 12 Jun., 20:07, "Ron de Bruin" wrote:
Why not use amacro?


When you want your data to refresh simple run themacroagain an it is up to date


Seehttp://www.rondebruin.nl/copy2.htm


--


Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm


wrote in oglegroups.com...
Hi,
I've got a huge problem.
I surfed now thru various forums but I unfortunately did not find an
answer.


Here a description:
I haveseveralsheets inoneExcel workbook (with identical column
names and content). Now I would like to have a consolidated sheet with
all content of the other sheetsWITHOUTusing aVBAMACRO.


I am looking for a formula/ formulas which helps me to have a
consolidated always up-to-date sheet including all content rows from
all other sheets. The main problem I have is how to ensure that added
newlines inoneof theworksheetsare automatically added to the
consolidated sheet.


If you need an exampleExcelfile I can provide youone.


Thanks in advance,
Best regards, jan- Zitierten Text ausblenden -


- Zitierten Text anzeigen -- Zitierten Text ausblenden -


- Zitierten Text anzeigen -





  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How to merge / combine several worksheets into one new workshe

My situation is similar. I have 26 sheets in one Excel file and would iike to
merge some of the columns, but not all. i don't know how to use a macro but
would be willing to learn if it would make it easy to merge those sheets.
They all have the same columns and are names, addresses, phone, etc.

Then as I update, is there a way to keep the changes identified so I could
have a file just for them to accompany my printed copy?


"Ron de Bruin" wrote:

It exist but you need so many formulas.
It will make your workbook slow and big.

You can also use the same sheet for merging and run the macro in the activate event of the sheet.
This way when you go to the merge sheet the data is up to date

I believe Max have a example for you with formulas.
I hope he reply in this thread for you


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message oups.com...
Hi Ron,
thanks for the quick answer.

The problem is that I have to run a macro everytime and I do want to
have up-to-date data at every time and not only after running the
macro.

A solution without macro must exist!

thx, jan

On 12 Jun., 20:07, "Ron de Bruin" wrote:
Why not use amacro?

When you want your data to refresh simple run themacroagain an it is up to date

Seehttp://www.rondebruin.nl/copy2.htm

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



wrote in oglegroups.com...
Hi,
I've got a huge problem.
I surfed now thru various forums but I unfortunately did not find an
answer.

Here a description:
I haveseveralsheets inoneExcel workbook (with identical column
names and content). Now I would like to have a consolidated sheet with
all content of the other sheetsWITHOUTusing aVBAMACRO.

I am looking for a formula/ formulas which helps me to have a
consolidated always up-to-date sheet including all content rows from
all other sheets. The main problem I have is how to ensure that added
newlines inoneof theworksheetsare automatically added to the
consolidated sheet.

If you need an example Excel file I can provide youone.

Thanks in advance,
Best regards, jan- Zitierten Text ausblenden -

- Zitierten Text anzeigen -




  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 3
Default How to merge / combine several worksheets into one new workshe

I said 26 sheets in one file but I meant in one Workbook.

"me04984" wrote:

My situation is similar. I have 26 sheets in one Excel file and would iike to
merge some of the columns, but not all. i don't know how to use a macro but
would be willing to learn if it would make it easy to merge those sheets.
They all have the same columns and are names, addresses, phone, etc.

Then as I update, is there a way to keep the changes identified so I could
have a file just for them to accompany my printed copy?


"Ron de Bruin" wrote:

It exist but you need so many formulas.
It will make your workbook slow and big.

You can also use the same sheet for merging and run the macro in the activate event of the sheet.
This way when you go to the merge sheet the data is up to date

I believe Max have a example for you with formulas.
I hope he reply in this thread for you


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message oups.com...
Hi Ron,
thanks for the quick answer.

The problem is that I have to run a macro everytime and I do want to
have up-to-date data at every time and not only after running the
macro.

A solution without macro must exist!

thx, jan

On 12 Jun., 20:07, "Ron de Bruin" wrote:
Why not use amacro?

When you want your data to refresh simple run themacroagain an it is up to date

Seehttp://www.rondebruin.nl/copy2.htm

--

Regards Ron de Bruinhttp://www.rondebruin.nl/tips.htm



wrote in oglegroups.com...
Hi,
I've got a huge problem.
I surfed now thru various forums but I unfortunately did not find an
answer.

Here a description:
I haveseveralsheets inoneExcel workbook (with identical column
names and content). Now I would like to have a consolidated sheet with
all content of the other sheetsWITHOUTusing aVBAMACRO.

I am looking for a formula/ formulas which helps me to have a
consolidated always up-to-date sheet including all content rows from
all other sheets. The main problem I have is how to ensure that added
newlines inoneof theworksheetsare automatically added to the
consolidated sheet.

If you need an example Excel file I can provide youone.

Thanks in advance,
Best regards, jan- Zitierten Text ausblenden -

- Zitierten Text anzeigen -



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combin / Merge Multiple Worksheets / sheets into one worksheet / sheet [email protected] Excel Worksheet Functions 3 December 14th 06 02:13 AM
Any macro experts out there? RS Excel Worksheet Functions 5 November 7th 06 06:51 AM
How do I combine multiple worksheets into one worksheet? Lianne Excel Worksheet Functions 1 September 21st 06 12:25 PM
How do I merge or combine 2 excel worksheets by a common collumn? Phil330 Excel Worksheet Functions 1 July 27th 06 04:22 PM
combine different worksheets to a single worksheet Norman Kong via OfficeKB.com Excel Discussion (Misc queries) 4 April 19th 05 12:46 PM


All times are GMT +1. The time now is 05:02 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"