Hi
probably cell A3 is not stored as number but as 'Text'. I would assume
the following formula returns FALSE:
=ISNUMBER(A3)
check cell A3. You may try:
=(--A3)*(--A3)

Signature
--
Regards
Frank Kabel
Frankfurt, Germany
> Hello,
>
> Does anyone know why a function i used to use like:
> =A3*A3
>
> doesn't work anymore. Like say the value in cell A3 was 2, and in
cell
> B3 i type: =A3*A3
>
[quoted text clipped - 4 lines]
>
> well, can anyone help me out? It doesn't even work if i try to use
it
> for subtraction or division..even if i try to use different cells
like
> =C3-C4 or something.
>
[quoted text clipped - 5 lines]
> happee's Profile: http://www.excelforum.com/member.php?action=getinfo&userid=15369
> View this thread: http://www.excelforum.com/showthread.php?threadid=269873
Jerry W. Lewis - 17 Oct 2004 13:29 GMT
I agree that A3 must not be numeric, but if it could be coerced to a
number then =A3*A3 would be sufficient to coerce it.
Jerry
> Hi
> probably cell A3 is not stored as number but as 'Text'. I would assume
[quoted text clipped - 50 lines]
>>
> http://www.excelforum.com/showthread.php?threadid=269873
Happee,
Something is wrong with what's in A3. Try selecting it, then moving the
cursor left and right with the arrow keys. Do you see more than just the
one character, 2 ? What does =LEN(A3) yield?

Signature
Earl Kiosterud
mvpearl omitthisword at verizon period net
-------------------------------------------
> Hello,
>
[quoted text clipped - 14 lines]
>
> HELP ME!!!!!!