Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default Excel 2007 conversion - this file contains labels in formulas

Opening an Excel 2002 file in Excel 2007 for the first time, I'm greeted with:

"Excel has detected that this file contains lables in formulas. These are
no longer supported in Excel 2007 and will be replaced with cell references.
Your formulas will continue to work correctly. You cannot undo this change.
Do you want to continue?"

Okay, fine. But after I open up the file, how can I tell which cells have
been changed by Excel? Is there a way I can find these formulas in an older
Excel version? I'd like to replace these with cell names not cell
references...

I'd rather not go for the eyeball approach - the file is 6MB with 24 tabs ...
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Excel 2007 conversion - this file contains labels in formulas

On 20 Mar, 01:12, Hunter wrote:
Opening an Excel 2002 file in Excel 2007 for the first time, I'm greeted with:

"Excel has detected that this file contains lables in formulas. These are
no longer supported in Excel 2007 and will be replaced with cell references.
Your formulas will continue to work correctly. You cannot undo this change.
Do you want to continue?"

Okay, fine. But after I open up the file, how can I tell which cells have
been changed by Excel? Is there a way I can find these formulas in an older
Excel version? I'd like to replace these with cell names not cell
references...

I'd rather not go for the eyeball approach - the file is 6MB with 24 tabs ...



Easiest if you still have access to a machine with Excel 2002, and
open the original file. Turn off the names in formulas setting (in
tools options calculation).

Cells where they were used should now turn to #NAME errors - which if
there are only a few, you can search with
edit...goto...special..formulas...errors.

HTH

Andrew

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 28
Default Excel 2007 conversion - this file contains labels in formulas

When I try to turn off that setting in Excel 2003 (I don't have 2002
anymore), it immediately prompts with a similar message about converting the
formulas right there on the spot. So I would never get to search for errors.

Eventually here's the approach I took (using Excel 2003):
- I created an identical copy of the workbook, but in the new copy I
turned off names in the formula setting (thanks for the tip Andrew) which
triggered the automatic formula change. I saved the new copy.

- I then went to a web search engine and searched "vba compare workbooks"
which took me to some snappy macro to compare worksheets lickety split.

- Then it was just a matter of comparing the workbooks to find the culprit.

"loudfish" wrote:

On 20 Mar, 01:12, Hunter wrote:
Opening an Excel 2002 file in Excel 2007 for the first time, I'm greeted with:

"Excel has detected that this file contains lables in formulas. These are
no longer supported in Excel 2007 and will be replaced with cell references.
Your formulas will continue to work correctly. You cannot undo this change.
Do you want to continue?"

Okay, fine. But after I open up the file, how can I tell which cells have
been changed by Excel? Is there a way I can find these formulas in an older
Excel version? I'd like to replace these with cell names not cell
references...

I'd rather not go for the eyeball approach - the file is 6MB with 24 tabs ...



Easiest if you still have access to a machine with Excel 2002, and
open the original file. Turn off the names in formulas setting (in
tools options calculation).

Cells where they were used should now turn to #NAME errors - which if
there are only a few, you can search with
edit...goto...special..formulas...errors.

HTH

Andrew


  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 340
Default Excel 2007 conversion - this file contains labels in formulas

Greetings Hunter. Am I correct to understand that one can not use range
names in formulas in Excel 2007? Or is this something else? confused.

Bob Flanagan

"Hunter" wrote in message
...
Opening an Excel 2002 file in Excel 2007 for the first time, I'm greeted
with:

"Excel has detected that this file contains lables in formulas. These are
no longer supported in Excel 2007 and will be replaced with cell
references.
Your formulas will continue to work correctly. You cannot undo this
change.
Do you want to continue?"

Okay, fine. But after I open up the file, how can I tell which cells have
been changed by Excel? Is there a way I can find these formulas in an
older
Excel version? I'd like to replace these with cell names not cell
references...

I'd rather not go for the eyeball approach - the file is 6MB with 24 tabs
...



  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,979
Default Excel 2007 conversion - this file contains labels in formulas

Range names are supported in Excel 2007. In earlier versions of Excel,
you can use Natural Language formulas, as explained he

http://support.microsoft.com/kb/279412


Bob Flanagan wrote:
Greetings Hunter. Am I correct to understand that one can not use range
names in formulas in Excel 2007? Or is this something else? confused.

Bob Flanagan

"Hunter" wrote in message
...

Opening an Excel 2002 file in Excel 2007 for the first time, I'm greeted
with:

"Excel has detected that this file contains lables in formulas. These are
no longer supported in Excel 2007 and will be replaced with cell
references.
Your formulas will continue to work correctly. You cannot undo this
change.
Do you want to continue?"

Okay, fine. But after I open up the file, how can I tell which cells have
been changed by Excel? Is there a way I can find these formulas in an
older
Excel version? I'd like to replace these with cell names not cell
references...

I'd rather not go for the eyeball approach - the file is 6MB with 24 tabs
...






--
Debra Dalgleish
Contextures
http://www.contextures.com/tiptech.html



  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 2,574
Default Excel 2007 conversion - this file contains labels in formulas

I believe the question referred to so-called natural language names, which
are not supported in XL 2007. Named ranges, however, are a different beast
entirely, are not prone to confusion or error, and are supported in XL 2007.

Dave
--
A hint to posters: Specific, detailed questions are more likely to be
answered than questions that provide no detail about your problem.


"Bob Flanagan" wrote:

Greetings Hunter. Am I correct to understand that one can not use range
names in formulas in Excel 2007? Or is this something else? confused.

Bob Flanagan

"Hunter" wrote in message
...
Opening an Excel 2002 file in Excel 2007 for the first time, I'm greeted
with:

"Excel has detected that this file contains lables in formulas. These are
no longer supported in Excel 2007 and will be replaced with cell
references.
Your formulas will continue to work correctly. You cannot undo this
change.
Do you want to continue?"

Okay, fine. But after I open up the file, how can I tell which cells have
been changed by Excel? Is there a way I can find these formulas in an
older
Excel version? I'd like to replace these with cell names not cell
references...

I'd rather not go for the eyeball approach - the file is 6MB with 24 tabs
...




  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 340
Default Excel 2007 conversion - this file contains labels in formulas

Thanks Dave and Debra for the clarification.

Bob Flanagan

"Hunter" wrote in message
...
Opening an Excel 2002 file in Excel 2007 for the first time, I'm greeted
with:

"Excel has detected that this file contains lables in formulas. These are
no longer supported in Excel 2007 and will be replaced with cell
references.
Your formulas will continue to work correctly. You cannot undo this
change.
Do you want to continue?"

Okay, fine. But after I open up the file, how can I tell which cells have
been changed by Excel? Is there a way I can find these formulas in an
older
Excel version? I'd like to replace these with cell names not cell
references...

I'd rather not go for the eyeball approach - the file is 6MB with 24 tabs
...



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
Excel 2007 labels in functions no longer supported! forAbetterWorld Excel Worksheet Functions 14 March 6th 07 04:16 PM
Problems with my links to an excel 2007 file from a word 2007 file sc Links and Linking in Excel 0 February 21st 07 10:12 AM
Excel 2007 - Problems using print preview and PDF/XPS conversion without having a printer defined [email protected] Excel Discussion (Misc queries) 3 February 1st 07 01:20 PM
Excel file conversion? Bobby P. Excel Discussion (Misc queries) 0 July 31st 06 03:14 PM
Excel File Conversion Turquoise_dax Excel Discussion (Misc queries) 0 June 21st 06 02:59 PM


All times are GMT +1. The time now is 06:02 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"