Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default copy formulas with fill handle

I have two spreadsheets and want to link info from one sheet to another. I
have totals at the bottom of columns and I want to be able to put those
totals into another spreadsheet. I want to do this with the fill handle
instead of entering one by one.

I have totals in lets say B66,C66,D66 and so on. I want to be able to put
those numbers in the next spreadsheet in cells B11,B12,B13 and so on. B11
should equal B66 , B12 should equal C66 and so on.

Any help would be appreciated.

  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 563
Default copy formulas with fill handle

In B11 of Sheet2 enter =OFFSET(Sheet1!$B$66,0,ROW(A1)-1)
This will evaluate to =OFFSET(Sheet1!$B$66,0,0) and will be the same as
=Sheet1!B66
Drag the formula down the column
In B12 you will have =OFFSET(Sheet1!$BA$661,0,ROW(A2)-1)
This will evaluate to =OFFSET(Sheet1!$B$66,0,1) and will be the same as
=Sheet1!C66
etc
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme


"Bob L" wrote in message
...
I have two spreadsheets and want to link info from one sheet to another.
I have totals at the bottom of columns and I want to be able to put those
totals into another spreadsheet. I want to do this with the fill handle
instead of entering one by one.

I have totals in lets say B66,C66,D66 and so on. I want to be able to put
those numbers in the next spreadsheet in cells B11,B12,B13 and so on. B11
should equal B66 , B12 should equal C66 and so on.

Any help would be appreciated.


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8
Default copy formulas with fill handle

That worked great. Thanks

"Bernard Liengme" wrote in message
...
In B11 of Sheet2 enter =OFFSET(Sheet1!$B$66,0,ROW(A1)-1)
This will evaluate to =OFFSET(Sheet1!$B$66,0,0) and will be the same as
=Sheet1!B66
Drag the formula down the column
In B12 you will have =OFFSET(Sheet1!$BA$661,0,ROW(A2)-1)
This will evaluate to =OFFSET(Sheet1!$B$66,0,1) and will be the same as
=Sheet1!C66
etc
best wishes
--
Bernard Liengme
Microsoft Excel MVP
http://people.stfx.ca/bliengme


"Bob L" wrote in message
...
I have two spreadsheets and want to link info from one sheet to another.
I have totals at the bottom of columns and I want to be able to put those
totals into another spreadsheet. I want to do this with the fill handle
instead of entering one by one.

I have totals in lets say B66,C66,D66 and so on. I want to be able to
put those numbers in the next spreadsheet in cells B11,B12,B13 and so on.
B11 should equal B66 , B12 should equal C66 and so on.

Any help would be appreciated.


  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default copy formulas with fill handle

Another one...

Entered in Sheet1 B11 and copied down as needed...

=INDEX(Sheet2!B$66:J$66,ROWS(B$11:B11))

Adjust for the correct end of range J$66.

--
Biff
Microsoft Excel MVP


"Bob L" wrote in message
...
I have two spreadsheets and want to link info from one sheet to another. I
have totals at the bottom of columns and I want to be able to put those
totals into another spreadsheet. I want to do this with the fill handle
instead of entering one by one.

I have totals in lets say B66,C66,D66 and so on. I want to be able to put
those numbers in the next spreadsheet in cells B11,B12,B13 and so on. B11
should equal B66 , B12 should equal C66 and so on.

Any help would be appreciated.



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
bob bob is offline
external usenet poster
 
Posts: 2
Default copy formulas with fill handle

Thanks Biff, this worked great
"T. Valko" wrote in message
...
Another one...

Entered in Sheet1 B11 and copied down as needed...

=INDEX(Sheet2!B$66:J$66,ROWS(B$11:B11))

Adjust for the correct end of range J$66.

--
Biff
Microsoft Excel MVP


"Bob L" wrote in message
...
I have two spreadsheets and want to link info from one sheet to another.
I have totals at the bottom of columns and I want to be able to put those
totals into another spreadsheet. I want to do this with the fill handle
instead of entering one by one.

I have totals in lets say B66,C66,D66 and so on. I want to be able to
put those numbers in the next spreadsheet in cells B11,B12,B13 and so on.
B11 should equal B66 , B12 should equal C66 and so on.

Any help would be appreciated.







  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 15,768
Default copy formulas with fill handle

You're welcome. Thanks for the feedback!

--
Biff
Microsoft Excel MVP


"bob" wrote in message
...
Thanks Biff, this worked great
"T. Valko" wrote in message
...
Another one...

Entered in Sheet1 B11 and copied down as needed...

=INDEX(Sheet2!B$66:J$66,ROWS(B$11:B11))

Adjust for the correct end of range J$66.

--
Biff
Microsoft Excel MVP


"Bob L" wrote in message
...
I have two spreadsheets and want to link info from one sheet to another.
I have totals at the bottom of columns and I want to be able to put those
totals into another spreadsheet. I want to do this with the fill handle
instead of entering one by one.

I have totals in lets say B66,C66,D66 and so on. I want to be able to
put those numbers in the next spreadsheet in cells B11,B12,B13 and so
on. B11 should equal B66 , B12 should equal C66 and so on.

Any help would be appreciated.







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 formulas with fill handle Bob L[_2_] New Users to Excel 4 March 30th 10 04:49 PM
SET DEFAULT FOR FILL HANDLE TO COPY ONLY Mark Excel Discussion (Misc queries) 1 May 9th 08 01:20 AM
Help - copy a formula using the fill handle Lori Excel Discussion (Misc queries) 5 January 12th 07 03:20 PM
ROUNDUP copy/paste and fill handle not working Jason Southco Excel Worksheet Functions 1 October 10th 05 05:41 PM
3-d reference not adjusting when using Fill Handle to copy down gall Excel Worksheet Functions 3 November 24th 04 06:42 PM


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