Display workaround

D

dna.splicer

If you want it to display the value correctly you can raise it to the
third power, then by the one third power.

i.e. =((850*77.1)^3)^(1/3)

and it will display 65535.

you could also use this as just a value check on an existing output
cell.

i.e. =((A1)^3)^(1/3)

that way you could reference it only when you think there is a
problem, and you won't have as much clutter in one cell.

I don't know why it works, nor do I understand half of what many of
you are talking about, but I do know this works in Excel 2007 and
because it's using an odd power it retains +/-.
 
D

dna.splicer

If you want it to display the value correctly you can raise it to the
third power, then by the one third power.

i.e. =((850*77.1)^3)^(1/3)

and it will display 65535.

you could also use this as just a value check on an existing output
cell.

i.e. =((A1)^3)^(1/3)

that way you could reference it only when you think there is a
problem, and you won't have as much clutter in one cell.

I don't know why it works, nor do I understand half of what many of
you are talking about, but I do know this works in Excel 2007 and
because it's using an odd power it retains +/-.

This is in reference to the calculation error 850*77.1=100000
 
B

Bob Phillips

more simply with

=850*77.1+2-2

--
HTH

Bob

(there's no email, no snail mail, but somewhere should be gmail in my addy)
 

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