Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 27
Default Pulling Information from different workbook pages

I have two very large pages in one spreadsheet and I need to pull information
from one column from both pages and place them into another page. Can
anybody help me!
--
RedFive
  #2   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 10,124
Default Pulling Information from different workbook pages

Details?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"RedFive" wrote in message
...
I have two very large pages in one spreadsheet and I need to pull
information
from one column from both pages and place them into another page. Can
anybody help me!
--
RedFive


  #3   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 27
Default Pulling Information from different workbook pages

I have about 20 sheets in one workbook and I'm trying to pull 1 column from
each sheet and put that info into it's own sheet. Right now i'm trying to
import into access and build querries but I'm running into errors, not sure
if I've run out of columns or if it's some other kind of error.
--
RedFive


"Don Guillett" wrote:

Details?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"RedFive" wrote in message
...
I have two very large pages in one spreadsheet and I need to pull
information
from one column from both pages and place them into another page. Can
anybody help me!
--
RedFive



  #4   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 11,123
Default Pulling Information from different workbook pages

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

See this macro
Copy a range/column after the last column with data

--

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


"RedFive" wrote in message ...
I have about 20 sheets in one workbook and I'm trying to pull 1 column from
each sheet and put that info into it's own sheet. Right now i'm trying to
import into access and build querries but I'm running into errors, not sure
if I've run out of columns or if it's some other kind of error.
--
RedFive


"Don Guillett" wrote:

Details?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"RedFive" wrote in message
...
I have two very large pages in one spreadsheet and I need to pull
information
from one column from both pages and place them into another page. Can
anybody help me!
--
RedFive



  #5   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 209
Default Pulling Information from different workbook pages

RedFive wrote:
I have about 20 sheets in one workbook and I'm trying to pull 1 column from
each sheet and put that info into it's own sheet. Right now i'm trying to
import into access and build querries but I'm running into errors, not sure
if I've run out of columns or if it's some other kind of error.


Are you trying to sum the data from the 20 sheets into a single sheet?

gls858


  #6   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 27
Default Pulling Information from different workbook pages

yes, just trying to take one column from each sheet (not always the same
column) and put them into a single sheet. Also put them in order in their
own column, i.e. column1, column2, column3, column4, column5. . .
--
RedFive


"gls858" wrote:

RedFive wrote:
I have about 20 sheets in one workbook and I'm trying to pull 1 column from
each sheet and put that info into it's own sheet. Right now i'm trying to
import into access and build querries but I'm running into errors, not sure
if I've run out of columns or if it's some other kind of error.


Are you trying to sum the data from the 20 sheets into a single sheet?

gls858

  #7   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 209
Default Pulling Information from different workbook pages

RedFive wrote:
yes, just trying to take one column from each sheet (not always the same
column) and put them into a single sheet. Also put them in order in their
own column, i.e. column1, column2, column3, column4, column5. . .


assuming you have values in A1 on sheets 1-20 and you want to sum these
cells on sheet 21 then on sheet 21 in A1 put this formula

=SUM(Sheet1:Sheet20!A1)

Is this what you are wanting?

gls858
  #8   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 27
Default Pulling Information from different workbook pages

no, not really, i don't want to sum, i just want to cut and paste really,
without having to cut and paste.
--
RedFive


"gls858" wrote:

RedFive wrote:
yes, just trying to take one column from each sheet (not always the same
column) and put them into a single sheet. Also put them in order in their
own column, i.e. column1, column2, column3, column4, column5. . .


assuming you have values in A1 on sheets 1-20 and you want to sum these
cells on sheet 21 then on sheet 21 in A1 put this formula

=SUM(Sheet1:Sheet20!A1)

Is this what you are wanting?

gls858

  #9   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 345
Default Pulling Information from different workbook pages

Click on cell in 'another page' where you want list to start - enter an =
sign, then using mouse click on tab of sheet from where you want data from,
then click on cell - press Enter. If you then look at cell on 'another page'
you will see the data with a formula entered. Copy this formula (drag!) in
the same direction (across, down or both) as data appears on your source
sheet. Repeat this for all your other sheets.
Hope this helps.

"RedFive" wrote:

I have two very large pages in one spreadsheet and I need to pull information
from one column from both pages and place them into another page. Can
anybody help me!
--
RedFive

  #10   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 27
Default Pulling Information from different workbook pages

Thank you so much Ron, that is exactly what I needed!
--
RedFive


"Ron@Buy" wrote:

Click on cell in 'another page' where you want list to start - enter an =
sign, then using mouse click on tab of sheet from where you want data from,
then click on cell - press Enter. If you then look at cell on 'another page'
you will see the data with a formula entered. Copy this formula (drag!) in
the same direction (across, down or both) as data appears on your source
sheet. Repeat this for all your other sheets.
Hope this helps.

"RedFive" wrote:

I have two very large pages in one spreadsheet and I need to pull information
from one column from both pages and place them into another page. Can
anybody help me!
--
RedFive



  #11   Report Post  
Posted to microsoft.public.excel.newusers
external usenet poster
 
Posts: 345
Default Pulling Information from different workbook pages

Glad to help

"RedFive" wrote:

Thank you so much Ron, that is exactly what I needed!
--
RedFive


"Ron@Buy" wrote:

Click on cell in 'another page' where you want list to start - enter an =
sign, then using mouse click on tab of sheet from where you want data from,
then click on cell - press Enter. If you then look at cell on 'another page'
you will see the data with a formula entered. Copy this formula (drag!) in
the same direction (across, down or both) as data appears on your source
sheet. Repeat this for all your other sheets.
Hope this helps.

"RedFive" wrote:

I have two very large pages in one spreadsheet and I need to pull information
from one column from both pages and place them into another page. Can
anybody help me!
--
RedFive

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
Need help pulling percentages from all work pages lumbergirl Excel Worksheet Functions 1 June 19th 08 07:27 PM
Pulling cell information from one workbook to another Quinci Excel Worksheet Functions 3 January 29th 08 02:12 PM
Pulling information from one worksheet into another Monika Excel Worksheet Functions 1 November 16th 06 11:18 PM
Pulling information from a list smck Excel Worksheet Functions 3 June 26th 06 06:25 AM
Pulling all information right of this "(" Mcobra41 Excel Discussion (Misc queries) 2 March 15th 05 08:33 PM


All times are GMT +1. The time now is 03:10 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"