+ Reply to Thread
Results 1 to 4 of 4

Multiple IF function

  1. #1
    Registered User
    Join Date
    01-19-2005
    Posts
    2

    Multiple IF function

    I need a formula to do the following:

    If y156 is equals 1 then enter 0, if y156 equals 2 and s156 is greater than or equal to 0 then multiply s156 by 10 percent.

    Thanks in advance for any assistance.

    Tina

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by uniontwp
    I need a formula to do the following:

    If y156 is equals 1 then enter 0, if y156 equals 2 and s156 is greater than or equal to 0 then multiply s156 by 10 percent.

    Thanks in advance for any assistance.

    Tina
    See if this formula is what you need ...

    =if(Y156=1,0,if(and(Y156=2,S156>=0),S156*0.1,""))
    BenjieLop
    Houston, TX

  3. #3
    Registered User
    Join Date
    01-19-2005
    Posts
    2

    Talking Thank you Thank you

    Thank you so very much for the formula. I was on the right track, just didn't know the AND I can't thank you enough.

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by uniontwp
    Thank you so very much for the formula. I was on the right track, just didn't know the AND I can't thank you enough.
    You're welcome ... just glad I can help.

    Regards.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1