Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
I have several worksheets linked together in the same file. I am trying to
copy a worksheet (sheet2) into a new worksheet (sheet3) and not all of the formulas changed. All formulas with a worksheet reference (ie. Sheet1!) will not change. One of the formulas I am working with is as follows: =+Sheet1!b3+1 This formula is located on sheet2. This purpose of this formula is to take a previous total (from sheet1) and increment it by 1 on the new work sheet (sheet2). When I create a new sheet3 and copy sheet2, the formula remains linked to sheet1. I want it to take the previous total from sheet2. How do I fix it so that when I copy this formula, it will change automaticly? I appreciate anyones help on this. |
#2
![]() |
|||
|
|||
![]()
If I'm understanding you correctly, I think the solution is easy. In the new
sheet(3), change that =+Sheet1!b3+1 to +=Sheet2!b3+1 I hope this helps. "Greg" wrote: I have several worksheets linked together in the same file. I am trying to copy a worksheet (sheet2) into a new worksheet (sheet3) and not all of the formulas changed. All formulas with a worksheet reference (ie. Sheet1!) will not change. One of the formulas I am working with is as follows: =+Sheet1!b3+1 This formula is located on sheet2. This purpose of this formula is to take a previous total (from sheet1) and increment it by 1 on the new work sheet (sheet2). When I create a new sheet3 and copy sheet2, the formula remains linked to sheet1. I want it to take the previous total from sheet2. How do I fix it so that when I copy this formula, it will change automaticly? I appreciate anyones help on this. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 FAILS, but Excel 2000 SUCCEEDS ??? | Excel Discussion (Misc queries) | |||
sharing/using/saving Excel 2002 files in Excel 2003 | Excel Discussion (Misc queries) | |||
Excel 2002 date formulas problem | Excel Worksheet Functions | |||
Problems with Excel formulas when 2002 upgraded to XP | Excel Worksheet Functions | |||
Excel & Copying Formulas | Excel Worksheet Functions |