Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Losing Formulas in Excel

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JNW JNW is offline
external usenet poster
 
Posts: 480
Default Losing Formulas in Excel

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 2
Default Losing Formulas in Excel

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 623
Default Losing Formulas in Excel

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
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
Losing MS Query Excel XL SP3 triloki Excel Discussion (Misc queries) 0 March 2nd 07 10:38 PM
Losing Query in Excel 2003 Steemer Excel Discussion (Misc queries) 2 November 28th 06 08:01 PM
Is there a way to sort without losing individual set formulas? Rachael-R Excel Worksheet Functions 2 June 22nd 06 10:40 AM
entering new data in a saved spreadsheet without losing formulas? Jackie in Houston New Users to Excel 1 January 31st 06 01:00 AM
How do I clear data values wthout losing the formulas? genaksdal Excel Worksheet Functions 1 November 8th 05 05:48 PM


All times are GMT +1. The time now is 03:19 PM.

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"