#NAME What does it Mean?

C

Christine

I need to know what the #NAME means when it appears in a cell that I have
typed a formula in?
 
D

Dave R.

It means Excel does not recognize a word you've entered. If you can provide
the formula someone can probably help.

You can get this error message by typing in;

=Hamburger(A1:A10)

or by typing in

=SUM(Hamburger,A1)

in the first case, it doesn't recognize the function name (hamburger) and in
the second case, it does not recognize Hamburger as a named range. There
maybe other cases that will return #NAME but these are the two I've seen
most.
 
G

Gord Dibben

Christine

It means Excel cannot find the Function referred to in the Formula.

If an Excel Function, possibly you need the Analysis ToolPak Add-in loaded
through Tools>Add-ins.

If a User Defined Function, it could be that an add-in or workbook with that
Function is not loaded.

If you post the formula that errors, we should be able to give more help.


Gord Dibben Excel MVP
 
D

David McRitchie

Probably a typo. But if you do have your own User Defined Function by that name, you would have to supply the workbook name it is
in, if not in the same workbook. There are ways around that though. A macro can be found in any open workbook but not user
defined functions.

If you have an Excel version prior to 2003 you have an Index in your help, and the # errors are right up at the top on the Index
Tab of HELP.

--
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top