This discussion is locked.
You cannot post a reply to this discussion. If you have a question start a new discussion

Excel input for 7671 calculation

Could any one assist this old duffer? I have successfully put together a fairly comprehensive circuit calculation spreadsheet in Excel for circuits up to and including 16mm2. However, can anyone advise how I can enter a cell instruction to convert Cos theta to the sine of the angle. For example power factor is 0.8 and sine of same angle is 0.6. All I want to do is enter 0.8 into a cell and the corresponding cell correctly inputs 0.6. 

Parents
  • Not at desk but think

    =sqrt(1-PF^2)

    (Where PF is the cell containing cos(th))

    will do the trick.

    Note that excel’s trig functions take radians as their inputs, just to catch you out (c;

    So to get the phase angle from PF=cos(th), you need =degrees(acos(PF))

    **Edited to correct formula!**

  • Ps should have said first that the reverse for PF from phase angle is =cos(radians(th))

  • Whoops, forgot a square root there. Edited.

Reply
  • Whoops, forgot a square root there. Edited.

Children
No Data