Simple question?

  • Thread starter Thread starter Jo
  • Start date Start date
J

Jo

Hi,

I have a cel named as, say, "John"

In another cell, I have a formula like this: =K59*John

I get: #VALUE!......................WHY?

What I missing here?

Thanks,
Jo
 
Chances are that either John or K59 is not a number. Also, verify that your
named cell is referenced correctly

Regards,
Paul
..
 
Chances are that either John or K59 is not a number. Also, verify that your
named cell is referenced correctly

Regards,
Paul
.

--











- Show quoted text -

It is referenced as a Number, but the error still there!?
 
You might try testing the two values for being numbers.

=ISNUMBER(John)
=ISNUMBER(K59)

If either one of these return false, then check them again. Make sure the
cell is formatted as either General or Number. Once verified, click on the
cell named John, press F2 and then Enter. Do the same for K59. Then press
F9 to calculation

HTH,
Paul


--
 
You might try testing the two values for being numbers.

=ISNUMBER(John)
=ISNUMBER(K59)

If either one of these return false, then check them again. Make sure the
cell is formatted as either General or Number. Once verified, click on the
cell named John, press F2 and then Enter. Do the same for K59. Then press
F9 to calculation

HTH,
Paul

--







- Show quoted text -

Thanks Paul, I had the value in "John" as $3.00.......I did remove it
and re-put as 3.00 and worked.....
 

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