+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    Registered User
    Join Date
    02-18-2010
    Location
    Telford, england
    MS-Off Ver
    Excel 2003
    Posts
    2

    Return a value based on multiple criteria

    I need to create a formula to return a value based on 3 criteria.

    if A1 < 75 return "9" in B1
    if A1 is between 75 & 95 return "3" in B1
    if A1 is > 95 return "1" in B1

    Thanks in advance.

    Mike

  2. #2
    Forum Guru darkyam's Avatar
    Join Date
    03-05-2008
    Location
    Colorado, US
    MS-Off Ver
    2007
    Posts
    2,140

    Re: Return a value based on multiple criteria

    =if(a1<75,9,if(a1>95,1,3))

  3. #3
    Registered User
    Join Date
    02-18-2010
    Location
    Telford, england
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Return a value based on multiple criteria

    Genius,

    That works fine, many thanx

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.2.0