How to perform operation on column in Stats 2Var
|
04-05-2019, 08:11 PM
Post: #1
|
|||
|
|||
How to perform operation on column in Stats 2Var
I want to multiple the whole column by 2 or say a column has diameters of a circle. Now, I want to convert that column into areas of these circles. How would I do this?
|
|||
04-05-2019, 08:40 PM
Post: #2
|
|||
|
|||
RE: How to perform operation on column in Stats 2Var
If C1 contains the radii, you can go to Home and enter
C2 := 2*C1 C3 := π*C1^2 When you go back to the Num view, you should see columns C2 and C3 containing the diameters and areas. |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)