+ Reply to Thread
Results 1 to 4 of 4

Returning Four Different Values For an IF Function

  1. #1
    Registered User
    Join Date
    03-24-2014
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2003
    Posts
    8

    Returning Four Different Values For an IF Function

    Good afternoon everyone. I am trying to determine membership status based on the number of volunteer events attended. For example, cell A1 would have the person's name, cell B1 would have a "1" if that person attended the first event, cell C1 would have a "1" if the person attended the second event, and so on. All the way in Column Z1, their membership status would be determined based off of the number of events they have attended (0 events attended would result in a "regular member", 1 event attended would be a "Bronze" member, 2 events a "Silver" member, and 3 or more events a "Bronze" member).

    What is the formula I'd need in cell Z1 to make this all calculate the membership level automatically? Thanks so much for your help with this!

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Returning Four Different Values For an IF Function

    Try

    =LOOKUP(SUM(A1:Z1),{0,1,2,3},{"Regular","Bronze","Silver","Bronze"})&" member"


    Although, my guess would be you meant to say "Austin Powers" (Gold Member) for 3 or more events (you actually said Bronze for 3 or more)

  3. #3
    Registered User
    Join Date
    03-24-2014
    Location
    Philadelphia, PA
    MS-Off Ver
    Excel 2003
    Posts
    8

    Re: Returning Four Different Values For an IF Function

    Thank you! This worked like a charm. Allow myself to introduce myself.

  4. #4
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Returning Four Different Values For an IF Function

    You're welcome.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Look up function returning rogue values :-(
    By Pingbat in forum Excel General
    Replies: 4
    Last Post: 04-30-2013, 10:57 AM
  2. If function returning values from other cells
    By Angeltown in forum Excel General
    Replies: 6
    Last Post: 05-26-2011, 04:37 PM
  3. Find Function - Returning Values
    By controlfreak in forum Excel General
    Replies: 1
    Last Post: 06-03-2009, 07:38 AM
  4. Returning only positive values from a function
    By Ceves in forum Excel General
    Replies: 1
    Last Post: 04-02-2006, 10:57 PM
  5. Large Function returning top values
    By J Shrimps, Jr. in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 03-30-2006, 11:10 PM

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