+ Reply to Thread
Results 1 to 6 of 6

Need help with a multiple formula condition

  1. #1
    Registered User
    Join Date
    03-20-2013
    Location
    Beirut, Lebanon
    MS-Off Ver
    Excel 2010
    Posts
    9

    Need help with a multiple formula condition

    Hi Guys,

    I have the below issue,

    Need to return a certain value for one cell for each of the below parameters:

    If A1<80 Value to be returned in B1 is 0
    If 80< A1 < 85 Value to be returned in B1 is 10
    If 85< A1 < 90 Value to be returned in B1 is 20
    If 90< A1 < 95 Value to be returned in B1 is 30
    If 95< A1 < 100 Value to be returned in B1 is 40
    If A1>100 Value to be returned in B1 is 50

    Is it possible to do so ?

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,178

    Re: Need help with a multiple formula condition

    =IF(A1<80,0,IF(A1<85,10,IF(A1<90,20,IF(A1<95,30,IF(A1<100,40,50)))))


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    03-20-2013
    Location
    Beirut, Lebanon
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Need help with a multiple formula condition

    Thanks a million TMS,


  4. #4
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Need help with a multiple formula condition

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  5. #5
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,178

    Re: Need help with a multiple formula condition

    You're welcome.

  6. #6
    Registered User
    Join Date
    03-20-2013
    Location
    Beirut, Lebanon
    MS-Off Ver
    Excel 2010
    Posts
    9

    Re: Need help with a multiple formula condition

    Thanks as well

+ 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