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.
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.
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.