lotus

previous page: 10.19 What is the correct, registered MIME Content-Type for Excel files?
  
page up: Spreadsheets FAQ
  
next page: 10.21 Why does Excel claim I have an invalid `SYLK' file?

10.20 How do I protect myself in Excel against "unary" minus type bugs in my formulas?




Description

This article is from the Spreadsheets FAQ, by Russell Schulz casfaq@locutus.ofB.ORG with numerous contributions by others.

10.20 How do I protect myself in Excel against "unary" minus type bugs in my formulas?

You can use the AutoCorrect feature to prevent yourself from
incorporating hard-to-spot logic errors into your spreadsheets:

is   replace with
,-   ,(0-
(-   (0-
=-   =0-      <-- this one is IMPORTANT, since = and - are adjacent
                  on most keyboards, and it's easy to type `=-' when
                  you only meant to type `='

 

Continue to:













TOP
previous page: 10.19 What is the correct, registered MIME Content-Type for Excel files?
  
page up: Spreadsheets FAQ
  
next page: 10.21 Why does Excel claim I have an invalid `SYLK' file?