Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a worksheet (#1) that references another worksheet (#2) line by line
and copies select information into the sheet. When I delete lines in #1 the #2 comes back with #REF! for the lines that I deleted in #1. Data in #2 is imported into another application and the format is important. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
This happens because the default reference for referring to another workbook
is absolute ($A$1). when the row is deleted it no longer knows what to reference. The only solution is to make the reference non-absolute (remove the dollar signs), and make sure that you only delete rows when you have both workbooks open. Deleting rows in wkbk #1 without having #2 open will make the references in #2 refer to the wrong cells. -- JNW "Indy-Joe" wrote: I have a worksheet (#1) that references another worksheet (#2) line by line and copies select information into the sheet. When I delete lines in #1 the #2 comes back with #REF! for the lines that I deleted in #1. Data in #2 is imported into another application and the format is important. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When I removed the $ the problem still exists. I am using one workbook and
referencing worksheets within the same workbook. Thanks "JNW" wrote: This happens because the default reference for referring to another workbook is absolute ($A$1). when the row is deleted it no longer knows what to reference. The only solution is to make the reference non-absolute (remove the dollar signs), and make sure that you only delete rows when you have both workbooks open. Deleting rows in wkbk #1 without having #2 open will make the references in #2 refer to the wrong cells. -- JNW "Indy-Joe" wrote: I have a worksheet (#1) that references another worksheet (#2) line by line and copies select information into the sheet. When I delete lines in #1 the #2 comes back with #REF! for the lines that I deleted in #1. Data in #2 is imported into another application and the format is important. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
When you import, do you still need the formulas, or do you just need the values?
If all you need are the values, you can convert your data to values by using CopyPaste Special...Values. Then when you delete the lines, there are no formulas, therefore no #REF errors. -- Regards, Fred "Indy-Joe" wrote in message ... When I removed the $ the problem still exists. I am using one workbook and referencing worksheets within the same workbook. Thanks "JNW" wrote: This happens because the default reference for referring to another workbook is absolute ($A$1). when the row is deleted it no longer knows what to reference. The only solution is to make the reference non-absolute (remove the dollar signs), and make sure that you only delete rows when you have both workbooks open. Deleting rows in wkbk #1 without having #2 open will make the references in #2 refer to the wrong cells. -- JNW "Indy-Joe" wrote: I have a worksheet (#1) that references another worksheet (#2) line by line and copies select information into the sheet. When I delete lines in #1 the #2 comes back with #REF! for the lines that I deleted in #1. Data in #2 is imported into another application and the format is important. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Losing MS Query Excel XL SP3 | Excel Discussion (Misc queries) | |||
Losing Query in Excel 2003 | Excel Discussion (Misc queries) | |||
Is there a way to sort without losing individual set formulas? | Excel Worksheet Functions | |||
entering new data in a saved spreadsheet without losing formulas? | New Users to Excel | |||
How do I clear data values wthout losing the formulas? | Excel Worksheet Functions |