Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Tia
 
Posts: n/a
Default Copying and Pasting---Another question...

The original question is at the bottom, but I was still struggling with it so
this is more information in the hopes that someone else can help me. Thanks!


I'm having trouble with the formula....

If my worksheets a

Apr. 3
May 5
March 13

and I want cell B14 from every worksheet to all appear in a new worksheet.
What would my formula look like???

Thanks for your time and assistance!!

"Gord Dibben" wrote:

Tia

You refer to "tables" in a workbook.

Do you mean "worksheets" in a workbook?

If the latter, how are they named?

If Sheet1, Sheet2 etc. enter this formula in A1 of a sheet.

=INDIRECT("Sheet" & (ROW() & "!B5")

Drag/copy down column B.

If sheets have unique names, enter the sheet names in a column and use this
formula.

=INDIRECT(A1 & "!B5")

Assume sheet names were in A1:A10 you would copy down 10 cells.

Your ranges may differ, so adjust to suit.


Gord Dibben Excel MVP

On Thu, 2 Jun 2005 15:25:38 -0700, Tia wrote:

If I have a workbook that has multiple tables, is it possible to select one
cell and copy that same cell from all the tables and paste into either a new
table or a new workbook???


I want the data from a specific cell (i.e.B5) from each table copied into
one table. Is there a way to do this???

Thanks for any help!






Expand AllCollapse All
  #2   Report Post  
Barb R.
 
Posts: n/a
Default

If you don't care about elegance, this is what they'd look like.

='Apr. 3'!B14
='May 5'!B14
='March 13'!B14

"Tia" wrote:

The original question is at the bottom, but I was still struggling with it so
this is more information in the hopes that someone else can help me. Thanks!


I'm having trouble with the formula....

If my worksheets a

Apr. 3
May 5
March 13

and I want cell B14 from every worksheet to all appear in a new worksheet.
What would my formula look like???

Thanks for your time and assistance!!

"Gord Dibben" wrote:

Tia

You refer to "tables" in a workbook.

Do you mean "worksheets" in a workbook?

If the latter, how are they named?

If Sheet1, Sheet2 etc. enter this formula in A1 of a sheet.

=INDIRECT("Sheet" & (ROW() & "!B5")

Drag/copy down column B.

If sheets have unique names, enter the sheet names in a column and use this
formula.

=INDIRECT(A1 & "!B5")

Assume sheet names were in A1:A10 you would copy down 10 cells.

Your ranges may differ, so adjust to suit.


Gord Dibben Excel MVP

On Thu, 2 Jun 2005 15:25:38 -0700, Tia wrote:

If I have a workbook that has multiple tables, is it possible to select one
cell and copy that same cell from all the tables and paste into either a new
table or a new workbook???


I want the data from a specific cell (i.e.B5) from each table copied into
one table. Is there a way to do this???

Thanks for any help!






Expand AllCollapse All

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
Copying and Pasting between Workbooks NothingButRomance Excel Worksheet Functions 0 May 13th 05 09:54 PM
Copying and Pasting between Workbooks NothingButRomance Excel Worksheet Functions 0 May 13th 05 07:33 PM
Copying and PAsting using MACROS [email protected] Excel Worksheet Functions 9 March 29th 05 07:34 PM
Trouble copying and pasting a formula Julie P. Excel Discussion (Misc queries) 6 March 4th 05 04:11 AM
Trouble copying and pasting a formula Julie P. Excel Worksheet Functions 4 March 3rd 05 03:16 AM


All times are GMT +1. The time now is 10:43 PM.

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

About Us

"It's about Microsoft Excel"