Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a workbook that I have links from worksheet into another. I copy and
paste the links between different columns within the same row. When I set up a link in Sheet 2 to cell A1 (linking the Sheet 1's A1) I want to copy and paste the link into Sheet 2 cell B1 so that it is linking with my Sheet 1's B1. Excel does this for me sometimes but not others. Sometimes it will just paste the samething that is A1. Why is that? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
More information would be helpful. It is hard to understand what you are trying to do. Please post your formulas.
Just taking a guess: You want Sheet2 cell A1 to equal Sheet1 cell A1. I'm guessing your formula looks something like this: =Sheet1!$A$1 If you copy/fill that left to Sheet2 cell B1, B1 will have the same formula in it. Change your formula to: =Sheet1!A1 Now if you copy/fill that left to Sheet2 cell B1, the resulting formula in B2 should be: =Sheet1!B1 Notice the dollar signs ($) in the first formula. That is what is preventing the formulas from copying the way you want them to. Look up "References" in Excel's help and read everything on "Absolute" & "Relative" cell references. A good place to start might be "Microsoft Excel HelpCreating and Correcting FormulasCreating FormulasUsing ReferencesAbout cell and range references". I hope this helps, Conan Kelly "Visual Calendar Dilemma" wrote in message ... I have a workbook that I have links from worksheet into another. I copy and paste the links between different columns within the same row. When I set up a link in Sheet 2 to cell A1 (linking the Sheet 1's A1) I want to copy and paste the link into Sheet 2 cell B1 so that it is linking with my Sheet 1's B1. Excel does this for me sometimes but not others. Sometimes it will just paste the samething that is A1. Why is that? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You answered my question. Thank you!
"Conan Kelly" wrote: More information would be helpful. It is hard to understand what you are trying to do. Please post your formulas. Just taking a guess: You want Sheet2 cell A1 to equal Sheet1 cell A1. I'm guessing your formula looks something like this: =Sheet1!$A$1 If you copy/fill that left to Sheet2 cell B1, B1 will have the same formula in it. Change your formula to: =Sheet1!A1 Now if you copy/fill that left to Sheet2 cell B1, the resulting formula in B2 should be: =Sheet1!B1 Notice the dollar signs ($) in the first formula. That is what is preventing the formulas from copying the way you want them to. Look up "References" in Excel's help and read everything on "Absolute" & "Relative" cell references. A good place to start might be "Microsoft Excel HelpCreating and Correcting FormulasCreating FormulasUsing ReferencesAbout cell and range references". I hope this helps, Conan Kelly "Visual Calendar Dilemma" wrote in message ... I have a workbook that I have links from worksheet into another. I copy and paste the links between different columns within the same row. When I set up a link in Sheet 2 to cell A1 (linking the Sheet 1's A1) I want to copy and paste the link into Sheet 2 cell B1 so that it is linking with my Sheet 1's B1. Excel does this for me sometimes but not others. Sometimes it will just paste the samething that is A1. Why is that? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
keeping cells locked and protected when copying and pasting | Excel Discussion (Misc queries) | |||
Copying and pasting ??? | Excel Discussion (Misc queries) | |||
Copying and pasting multiple formulas, it it possible? | Excel Discussion (Misc queries) | |||
Copying and Pasting between Workbooks | Excel Worksheet Functions | |||
Copying and Pasting between Workbooks | Excel Worksheet Functions |