+ Reply to Thread
Results 1 to 4 of 4

what if situations

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

    what if situations

    i am interested in a cell value based on multiple conditions.
    if <=70 i want a value =0.25
    if value is >70 but <=75 i want a value of 0.50
    if value is >75 but <= 80 i want a value of 0.75

  2. #2
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by scayers
    i am interested in a cell value based on multiple conditions.
    if <=70 i want a value =0.25
    if value is >70 but <=75 i want a value of 0.50
    if value is >75 but <= 80 i want a value of 0.75
    See if this is what you like

    =if(and(A1>70,A1<=75),0.50,if(and(A1>75,A1<=80),0.75,if(A1>80,"Error",0.25)))
    BenjieLop
    Houston, TX

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

    Thanks, this is exactly what I needed. I would have never figured this out. Again, Thank You

    scayers

  4. #4
    Forum Contributor
    Join Date
    06-23-2004
    Location
    Houston, TX
    Posts
    571
    Quote Originally Posted by scayers
    BenjieLop -

    Thanks, this is exactly what I needed. I would have never figured this out. Again, Thank You

    scayers
    Thank you for the feedback.

+ 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