Getting the content of a cell?

  • Thread starter Thread starter Rocky
  • Start date Start date
R

Rocky

Hi, I am trying to get the content of a cell and then put it in
(4-(x-8)^(2/3))^3/2)+8, where x is the content of the cell.

Thank you in advance
 
Hi

Write your formula in a cell starting with an equal sign, and
substitute 'x' with a cell reference like 'A1':

=(4-(A1-8)^2/3)^(3/2)+8

Regards,
Per
 
Back
Top