0

I have an excel spreadsheet that computes the Tan of an angle in degrees.

I need a formula that will convert the cell (Tan<) to an angle in degrees.

FYI:

I can send excel spreadsheet if needed.

Rakesh patanga
  • 832
  • 9
  • 25
Craig
  • 21
  • 1
  • 2

1 Answers1

1

Consider:

=ATAN(A1)*180/PI()

. .

Gary's Student
  • 95,722
  • 10
  • 59
  • 99