ATP loaded, =convert() remains lowercase

  • Thread starter Thread starter dindigul
  • Start date Start date
D

dindigul

I have the Analysis toolpak loaded, but still the function =convert()
remains in lowercase and gives #value. I checked the number with ISNUMBER()
and indeed i got a numerical value. ATP is loaded otherwise it would not
have recognised the function as such. What could be wrong?
 
You workbook doesn't have its own convert UDF by any chance?

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 
I tried this to convert from Fahrenheit to Celsius & all such things
supported by CONVERT. But Excel acknowledges it as a function as it does not
return #NAME as error instead it says "#VALUE". I type the function name in
caps, but it remains in lowercase indicating it is not accepting. I even
tried the statement given in Excel help file, copied ditto onto worksheet,
but same result =convert(68,"F","C"). I fail to understand why is this
happening?
 
Just some more thoughts that Bob spurred:

Or a range name (or any other name) called convert.

Or a module named convert?

I couldn't duplicate the problem with either of those two, but I've seen strange
things when I do things like this.

And a wild guess about something I don't use at all:

Do you use tools|options|calculation tab|allow labels in formulas?

Maybe it's looking for some table with a label of convert???
 
For debugging, can you do the following, which is also an ATP function
(assuming a prior version to Excel 2007)

=DEC2BIN(100)
Does it work on a "new" workbook?
 
Thanks Dana, first I got the answer as 1100100 and then suddenly it worked,
convert got into uppercase and problem solved. I don't know what triggered
it but Excel seemed to mend its ways. Thanks again
 

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

Back
Top