+ Reply to Thread
Results 1 to 6 of 6

Using Choose Function

  1. #1
    Forum Expert
    Join Date
    04-23-2009
    Location
    Matrouh, Egypt
    MS-Off Ver
    Excel 2013
    Posts
    6,882

    Using Choose Function

    Hello everyone
    I have values in Column C starting in C4
    I need a formula using choose function according the following :
    The formula should be in D4
    Values in Column C >> Results should be
    ------------------ -----------------
    300 to 309 >> result should be 5
    310 to 319 >> result should be 5.25
    320 to 329 >> results should be 5.5

    Thanks advanced
    < ----- Please click the little star * next to add reputation if my post helps you
    Visit Forum : From Here

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,366

    Re: Using Choose Function

    in D4 and copied down:

    =IFERROR(LOOKUP(C4,{300,310,320},{5,5.25,5.5}),"")

  3. #3
    Forum Expert
    Join Date
    04-23-2009
    Location
    Matrouh, Egypt
    MS-Off Ver
    Excel 2013
    Posts
    6,882

    Re: Using Choose Function

    Thanks for reply...I appreciate your help
    I really need Choose function ...

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Using Choose Function

    Quote Originally Posted by YasserKhalil View Post
    I really need Choose function ...
    Why? CHOOSE is not the best solution.

    =CHOOSE(MATCH(C4,{300,310,320}),5,5.25,5.5)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  5. #5
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,366

    Re: Using Choose Function

    =lookup(c4,choose({1,2},{300;310;320},{5;5.25;5.5}))

  6. #6
    Forum Expert
    Join Date
    04-23-2009
    Location
    Matrouh, Egypt
    MS-Off Ver
    Excel 2013
    Posts
    6,882

    Re: Using Choose Function

    Thank you very much for this great help
    You are wonderful

+ 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] 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
  2. [SOLVED] Choose function
    By aman1234 in forum Excel Programming / VBA / Macros
    Replies: 16
    Last Post: 06-26-2014, 09:39 AM
  3. [SOLVED] CHOOSE Function (Automatic) - Automatic Choose Array
    By dluhut in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-13-2013, 03:22 PM
  4. Choose Function in VBA
    By vbahelp101 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 06-30-2012, 10:13 AM
  5. Choose Function
    By Gos-C in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-30-2007, 08:52 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