• IF statement formula

    • This topic has 3 replies, 3 voices, and was last updated 16 years ago.
    Author
    Topic
    #460083

    I am trying to inset a IF statement that inserts 7% if cell is greater than 99999 and inserts 5% if cell is less than 100000. I would really appreciate any help.

    Viewing 2 reply threads
    Author
    Replies
    • #1162055

      I am trying to inset a IF statement that inserts 7% if cell is greater than 99999 and inserts 5% if cell is less than 100000. I would really appreciate any help.

      Hi

      I am confused on your requirement
      if the cell >99999 and 99999 or < 100000, what result would you want?

    • #1162056

      Welcome to the Lounge!

      Let’s say the cell with the number is A1.
      The following formula, entered in another cell, will return 7% or 5% depending on the value of A1:

      =IF(A1>=10000,7%,5%)

      You may have to format the cell with the formula as a percentage.

    • #1162071

      Thanks Hans, that worked!!

    Viewing 2 reply threads
    Reply To: IF statement formula

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: