#1   Report Post  
Posted to microsoft.public.excel.misc
Shirley Munro
 
Posts: n/a
Default Paste Link Problem


I have a workbook containing several worksheet. The first sheet is
named Production Output and contains totals which I require in another
worksheet.
The details in the Production Output sheet are as follows:

cell D21 contains the value £22,756
Cell F21 contains the value £32,988
Cell H21 contains the value £53,537
Cell J21 contains the value £58, 350

I was to copy these values into another worksheet starting in cell B3
and then continuing down in cells B4, B5, B6 etc

The formula in B3 is therefore =ProductionOutput!D$21 and the formula
in B4 is =ProductionOutput!F$21. I now select cell B3 and B4 and want
to copy this formula down cells B5 onwards but when I do this it
replicates the formula in B3 and B4 and does not increment it. I have
also tried putting the answers along row 3 rather than down column B
but the following answers appear:

in cell B3 I have the formula =ProductionOutput!D$21
in cell C3 I have the formula =ProductionOutput!F$21


When I copy this along row 3, cell D3 contains the formula
ProductionOutput!F$21 and then cell E3 contains the formula
=ProductionOutput!H$21. Cell F3 then repeats the formula in E3
(=ProductionOutput!H$21) and so it continues. Obviously I want the
formulas to be:

=ProductionOutput!D$21
=ProductionOutput!F$21
=ProductionOutput!H$21
=ProductionOutput!J$21

and so on.

Any help would be much appreciated.

Shirley Munro


--
Shirley Munro
------------------------------------------------------------------------
Shirley Munro's Profile: http://www.excelforum.com/member.php...nfo&userid=836
View this thread: http://www.excelforum.com/showthread...hreadid=509320

  #2   Report Post  
Posted to microsoft.public.excel.misc
flummi
 
Posts: n/a
Default Paste Link Problem

If you copy your formulas down the row part of the references can't
change because the have a $-sign in front of them.

If you want the Column parts to be adapted automatically I would
suggest you copy the formulas as follows

Formula in B4: ='Production Output'!D$21

B4 -- D4
D4 -- F4
F4 -- H4

Then you MOVE

D4 to B5
F4 to B6
H4 to B7

Is that the end of the story or do you then want to copy that block
elsewhere?

Hans

  #3   Report Post  
Posted to microsoft.public.excel.misc
Dav
 
Posts: n/a
Default Paste Link Problem


If you wish to go across the sheet put in b3
=OFFSET(Productionoutput!$E$23,0,(COLUMN()-2)*2)

If you wish to go down the sheet try
=OFFSET(Productionoutput!$E$23,0,(ROW()-3)*2)

It is because you want to skip a row between each formula which
produces the problem, the previous suggestion is simpler if you do not
have many to do.

If both this instances the row and column bit increase by 2 so copying
them increases the cell return by 2, which has the effect of skiping
every other column

Regards

Dav


--
Dav
------------------------------------------------------------------------
Dav's Profile: http://www.excelforum.com/member.php...o&userid=27107
View this thread: http://www.excelforum.com/showthread...hreadid=509320

  #4   Report Post  
Posted to microsoft.public.excel.misc
Shirley Munro
 
Posts: n/a
Default Paste Link Problem


Thanks Dav. This worked perfectly.

Shirley Munro


--
Shirley Munro
------------------------------------------------------------------------
Shirley Munro's Profile: http://www.excelforum.com/member.php...nfo&userid=836
View this thread: http://www.excelforum.com/showthread...hreadid=509320

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
copy paste problem? Neil22 Excel Discussion (Misc queries) 5 January 10th 06 05:32 PM
In Excel: Paste Special should have a "Link Value" Selection Deon Isis Excel Worksheet Functions 0 June 30th 05 02:12 PM
Macro Solution for Link Problem? Mikeice Excel Worksheet Functions 2 June 14th 05 07:49 AM
Problem breaking a link TJB Excel Discussion (Misc queries) 1 June 2nd 05 12:00 AM
Problem with delays in Cut (Cntl-C) and Paste (Ctrl-V) in Excel Girl from Tacoma Excel Discussion (Misc queries) 0 December 10th 04 02:55 AM


All times are GMT +1. The time now is 09:57 AM.

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"