+ Reply to Thread
Results 1 to 5 of 5

CHOOSE Function Help

  1. #1
    Registered User
    Join Date
    03-28-2025
    Location
    USA, USA
    MS-Off Ver
    Office 365
    Posts
    7

    CHOOSE Function Help

    Hello,

    I'm trying to plug in a CHOOSE function that I can use to pull the AVG and MAX rating from my data set. I attached a small sample of what I'm working with to get an idea.

    Right now I just want to be able to pull the AVG and MAX from Column C and D. More columns will be added afterwards.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2024
    Posts
    6,179

    Re: CHOOSE Function Help

    Try this:

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

  3. #3
    Forum Guru
    Join Date
    03-02-2006
    Location
    Los Angeles, Ca
    MS-Off Ver
    WinXP/MSO2007;Win10/MSO2016
    Posts
    12,963

    Re: CHOOSE Function Help

    Please Login or Register  to view this content.
    choose returns either 1 or 4 to aggregate function #:
    Aggregate(1,6... --> Average
    Aggregate(4,6... ---> Max

    index(($c$10:$c$19,$d$10:$d$19) will return either column C or D to the aggregate ARRAY parm depending on the results of the Match function (i.e. 1 or 2)
    Attached Files Attached Files
    Last edited by protonLeah; 04-03-2025 at 10:06 PM.
    Ben Van Johnson

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 V 2504
    Posts
    13,750

    Re: CHOOSE Function Help

    Edited: Simplified.

    Similarly in B5
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by FlameRetired; 04-03-2025 at 08:48 PM. Reason: Simplified previous formula
    Dave

  5. #5
    Registered User
    Join Date
    01-11-2021
    Location
    CANADA
    MS-Off Ver
    Excel 365
    Posts
    52

    Re: CHOOSE Function Help

    =switch(b4,"avg",average,"max",max)(xlookup(b3,c9:d9,c10:d19))

+ 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. [SOLVED] Using Choose Function
    By YasserKhalil in forum Excel General
    Replies: 5
    Last Post: 05-23-2015, 05:35 PM
  2. When would someone use the Choose function?
    By johncassell in forum Excel General
    Replies: 28
    Last Post: 05-12-2015, 09:45 AM
  3. [SOLVED] Help with the Choose Function to choose a col
    By dlow in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 12-27-2014, 03:11 PM
  4. [SOLVED] Choose function
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-26-2014, 09:39 AM
  5. [SOLVED] CHOOSE Function (Automatic) - Automatic Choose Array
    By dluhut in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-13-2013, 03:22 PM
  6. CHOOSE function NOT RIGHT????
    By Tomkat743 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 04-21-2006, 12:10 PM
  7. CHOOSE function
    By Mcniwram in forum Excel General
    Replies: 1
    Last Post: 04-21-2005, 04:06 AM

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