+ Reply to Thread
Results 1 to 4 of 4

How to omit Cell value if Value>Choice

  1. #1
    Registered User
    Join Date
    05-24-2017
    Location
    Philippines
    MS-Off Ver
    2021
    Posts
    35

    How to omit Cell value if Value>Choice

    Hello guys I need a little bit help.
    I am constructing a program where I can make economical cuts from bars given following:

    length required
    commercial size

    Now Given L>Size, need tip how to choose Required size
    L=Size or Omit choices Size<L

    Thanks!
    Attached Files Attached Files
    Last edited by monskaye; 11-02-2018 at 07:11 PM.
    Newbie and still learning

  2. #2
    Forum Contributor
    Join Date
    10-30-2003
    Location
    Singapore
    MS-Off Ver
    Excel 2019
    Posts
    197

    Re: How to omit Cell value if Value>Choice

    Try,

    In J14, copied down :

    =INDEX(C$13:G$13,MATCH(1,INDEX(0+({1,2,3,4,5}*(C13:G13=I13)>0),0),0))

    Regards
    Bosco

  3. #3
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,222

    Re: How to omit Cell value if Value>Choice

    Please try

    J14 drag down

    =LOOKUP(2,1/(C14:G14=I14),C$13:G$13)

    or

    =INDEX($C$13:$G$13,MATCH(AGGREGATE(15,6,ABS($C$13:$G$13/(C14:G14=I14)-B14),1),INDEX(ABS($C$13:$G$13/(C14:G14=I14)-B14),),))
    Last edited by Bo_Ry; 11-03-2018 at 12:50 AM.

  4. #4
    Registered User
    Join Date
    05-24-2017
    Location
    Philippines
    MS-Off Ver
    2021
    Posts
    35

    Re: How to omit Cell value if Value>Choice

    Thank you very much!

+ 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. Multiple Time Stamps depending on choice in Drop Down List Choice
    By insayah in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 01-25-2022, 09:53 AM
  2. [SOLVED] Command to omit first number not the best choice?
    By bralew in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 04-25-2017, 07:16 AM
  3. [SOLVED] SUM two cells then omit 3rd cell...indefinitely.
    By kevawo in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 04-23-2016, 02:28 PM
  4. Make an multiple choice quiz with randomized choice
    By shaterroi in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-16-2015, 11:04 AM
  5. Replies: 3
    Last Post: 12-09-2013, 04:21 AM
  6. Replies: 2
    Last Post: 07-10-2012, 04:37 PM
  7. how do you omit part of a cell in a vlookup?
    By BOK in forum Excel General
    Replies: 4
    Last Post: 10-17-2006, 03:53 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