DeltaE formula

  • Thread starter Thread starter Frank Malone
  • Start date Start date
F

Frank Malone

can someone show me how to enter this formula in excel.
=[(+11.1)^2+(-6.1)^2+(-5.25)^2]1/2

The answer is 13.71 it has to do with color L*a*b*
 
a) =((11.1)^2+(-6.1)^2+(-5.25)^2)^(1/2)
b) =SQRT((11.1)^2+(-6.1)^2+(-5.25)^2)
answer is 13.71067102661
 
You left out the exponent "^" sign before the last exponent of 1/2.

Also, either put the fractional exponent in parentheses, or use 0.5 instead. Otherwise, Excel will raise the expression to the first power, and then divide the entire expression by 2.

--

can someone show me how to enter this formula in excel.
=[(+11.1)^2+(-6.1)^2+(-5.25)^2]1/2

The answer is 13.71 it has to do with color L*a*b*
 
Or enter the numbers 11.1, 6.1 and 5.25 in A1, A2 and A3
use formula =SQRT(SUMSQ(A1:A3))
best wishes
 
Sure thank everyone for the help. I did recheck the way I entered formula
and it was that way in the book. I would never knew to drop the 1/2 and to
use SQRT

PeterAtherton said:
Frank

=SQRT((11.1)^2+(-6.1)^2+(-5.25)^2)

regards
Peter

Frank Malone said:
can someone show me how to enter this formula in excel.
=[(+11.1)^2+(-6.1)^2+(-5.25)^2]1/2

The answer is 13.71 it has to do with color L*a*b*
 

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