This error flag usually denotes that a Function being used is not available to
the workbook in question, but there are other reasons.
From Help on "errors" and #NAME?
***************************
Possible causes and solutions
Using a function that is part of the Analysis Toolpak add-in, without the
add-in being loaded
Install and load the Analysis Toolpak add-in.
How?
On the Tools menu, click Add-Ins.
In the Add-Ins available list, select the Analysis ToolPak box, and then click
OK.
If necessary, follow the instructions in the setup program.
Using a name that does not exist
Make sure the name exists. On the Insert menu, point to Name, and then click
Define. If the name is not listed, add the name by using the Define command.
Misspelling the name
Verify the spelling. Select the name in the formula bar , press F3, click the
name you want to use, and then click OK.
Using a label in a formula, without labels being allowed
Allow labels to be used. On the Tools menu, click Options, and then click the
Calculation tab. Under Workbook options, select the Accept labels in formulas
check box.
Misspelling the name of a function
Correct the spelling. Insert the correct function name into the formula by
clicking Function on the Insert menu.
Entering text in a formula without enclosing the text in double quotation
marks
(Excel tries to interpret your entry as a name even though you intended it to
be used as text.)
Enclose text in the formula in double quotation marks. For example, the
following formula joins the piece of text "The total amount is " with the
value in cell B50:
="The total amount is "&B50
Omitting a colon

) in a range reference
Make sure all range references in the formula use a colon

); for example,
SUM(A1:C10).
Referencing another sheet not enclosed in single quotation marks.
**********************************************
Gord Dibben Excel MVP
On Tue, 6 Sep 2005 17:17:38 -0700, "Paulo Freixieiro" <Paulo