Please ensure Javascript is enabled for purposes of website accessibility

Excel help again!!

Discussion in 'The Water Cooler' started by Swamp Stalker, Oct 26, 2016.

  1. Swamp Stalker

    Swamp Stalker Legendary Woodsman

    Joined:
    Apr 23, 2013
    Posts:
    15,606
    Likes Received:
    33,523
    Dislikes Received:
    47
    Location:
    CT
    OK so I'm trying to figure out how to enter in the formula for tangent , opp/adj=tangent.

    I know how to enter that part, but how do I get it to show the angle is zero if it's really zero? I know I need to use =if..... But i'm lost as soon as I enter that.

    Here's a picture of what I'm trying to do. We have the distance (the opposite) and we have the offset (adj)

    [​IMG]


    Sent from my iPhone using Tapatalk
     
  2. selfbros

    selfbros Die Hard Bowhunter

    Joined:
    Jul 20, 2011
    Posts:
    2,422
    Likes Received:
    43
    Dislikes Received:
    1
    Location:
    Glen Carbon, IL
    Isn't there supposed to be another = whatever after the ()
     
  3. BJE80

    BJE80 Legendary Woodsman

    Joined:
    Jan 2, 2009
    Posts:
    14,268
    Likes Received:
    279
    Dislikes Received:
    4
    Location:
    Central and Northern Wisconsin
    If you don't get an answer by tomorrow mid morning PM me and remind me and I'll help. I'll probably forget. I can't help anymore tonight.
     
  4. copperhead

    copperhead Grizzled Veteran

    Joined:
    Jan 6, 2014
    Posts:
    3,477
    Likes Received:
    700
    Dislikes Received:
    2
    Location:
    Apex, North Carolina
    There is a tangent function

    =TAN(RADIANS(number))

    So the tangent in degrees of 45 would be =TAN(RADIANS(45))

    Also remember that you can not divide by zero.

    I am not sure if that helps you here though.

    To check for zero you could something like this

    Say B2 is 50 and C2 is 0

    =IF(C2=0,0,B2/C2)

    Hope that helps
     
    Last edited: Oct 26, 2016
  5. Swamp Stalker

    Swamp Stalker Legendary Woodsman

    Joined:
    Apr 23, 2013
    Posts:
    15,606
    Likes Received:
    33,523
    Dislikes Received:
    47
    Location:
    CT

    Thanks I appreciate it!


    Awesome, thank you!! I'll give that a shot!!


    Sent from my iPhone using Tapatalk
     

Share This Page