Results 1 to 3 of 3

Thread: Get The Large Number From Range By Skipping Values Based On A Condition

  1. #1
    Junior Member
    Join Date
    Mar 2013
    Posts
    20
    Rep Power
    0

    Get The Large Number From Range By Skipping Values Based On A Condition

    Hello guru's,

    i am not sure if it can be done but any thing is possible for the guru's

    Column A Column B
    I 10
    I 90
    A 30
    B 40
    C 50
    I 60
    D 80

    i want the A,B,C,D large numbers but excluding the I into the range

    the formula so far i have tried is "=IF(A1="I",OFFSET(A1,1,0),LARGE($B$1:$B$7,1)) "

    i am really clueless can any one help me?

    i have also posted it in some other help source
    http://http://www.ozgrid.com/forum/s...d.php?t=186605

  2. #2
    Forum Guru Rick Rothstein's Avatar
    Join Date
    Feb 2012
    Posts
    659
    Rep Power
    13
    Quote Originally Posted by ashu1990 View Post
    i have also posted it in some other help source
    http://http://www.ozgrid.com/forum/s...d.php?t=186605
    For those who are interested, the above link does not work but this one does...

    formula to skip a text and get the large number into the range

    Also note that the OP received the answer he was seeking in that other forum.

  3. #3
    Administrator Excel Fox's Avatar
    Join Date
    Mar 2011
    Posts
    1,401
    Rep Power
    10
    For those who are interested, in case the objective is to find the largest value, after skipping the values for all the unwanted text (in this case, 'I'), then one can use this formula as well

    =MAX(B1:B7*(A1:A7<>"I")) (As Array or in other words, CTRL+SHIFT+ENTER formula)
    A dream is not something you see when you are asleep, but something you strive for when you are awake.

    It's usually a bad idea to say that something can't be done.

    The difference between dream and aim, is that one requires soundless sleep to see and the other requires sleepless efforts to achieve

    Join us at Facebook

Similar Threads

  1. Select A Range Dynamically Based On Count Of Values
    By getlucky in forum Excel Help
    Replies: 1
    Last Post: 02-19-2014, 07:06 PM
  2. IF STATEMENT BASED ON EQUAL VALUES IN RANGE
    By mrmmickle1 in forum Excel Help
    Replies: 3
    Last Post: 09-09-2013, 05:54 PM
  3. Convert a (Possibly) Very Large Positive Decimal Number to Any Base (Up To 36)
    By Rick Rothstein in forum Rick Rothstein's Corner
    Replies: 4
    Last Post: 04-22-2013, 04:52 PM
  4. Replies: 3
    Last Post: 03-31-2013, 06:18 AM
  5. Unique Large Values From Duplicate List
    By S M C in forum Excel and VBA Tips and Tricks
    Replies: 0
    Last Post: 10-04-2011, 02:17 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •