+ Reply to Thread
Results 1 to 6 of 6

for visible cells (filtered), how find value lowest than 4.00 and return the cell number

  1. #1
    Registered User
    Join Date
    08-02-2017
    Location
    Brazil
    MS-Off Ver
    Office 2016
    Posts
    2

    for visible cells (filtered), how find value lowest than 4.00 and return the cell number

    Hi All,
    i have a table with with a column that has numbers like:
    10
    9.22
    7.33
    5.44
    4.67
    3.12
    2.10
    1.90
    and i want to be able to find the lower value bigger than 4 and to do that i can use the formula:
    =MIN(IF(A2:A8>4,A2:A8))
    But i am having two issues that the moment:
    1- how can i make this formula work ONLY for unhidden cells?
    2- how can i return the line/column of that cell?

    Thanks and Advance.
    DC

  2. #2
    Valued Forum Contributor quekbc's Avatar
    Join Date
    01-18-2010
    Location
    Sydney, Australia
    MS-Off Ver
    2010, 2013, 2016
    Posts
    1,149

    Re: for visible cells (filtered), how find value lowest than 4.00 and return the cell numb

    The only method that i know how is to first use a helper column.

    Assuming that values you have is A1:A8

    Row\Col
    A
    B
    C
    1
    10 10 =IF(A1 < $B$10, "n/a",A1)
    2
    9.22 9.22 copy down from above
    3
    7.33 7.33
    4
    5.44 5.44
    5
    4.67 4.67
    6
    3.12 n/a
    7
    2.1 n/a
    8
    1.9 n/a
    9
    10
    Limit 4 Input
    11
    Minimum 4.67 =SUBTOTAL(105, B1:B8)
    12
    Row 5 =ROW(INDEX(B1:B8, MATCH(B11, B1:B8, 0)))

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: for visible cells (filtered), how find value lowest than 4.00 and return the cell numb

    1- how can i make this formula work ONLY for unhidden cells?
    2- how can i return the line/column of that cell?
    I interpreted this a little differently as cell address.

    In B11 and B12:
    Formulas are (same as quekbc's)
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    and
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Unfiltered.
    Row\Col
    A
    B
    1
    amts
    2
    10
    3
    9.22
    4
    7.33
    5
    5.44
    6
    4.67
    7
    3.12
    8
    2.1
    9
    1.9
    10
    11
    A9
    12
    1.9


    Filtered >4

    Row\Col
    A
    B
    1
    amts
    2
    10
    3
    9.22
    4
    7.33
    5
    5.44
    6
    4.67
    10
    11
    A6
    12
    4.67
    Dave

  4. #4
    Registered User
    Join Date
    08-02-2017
    Location
    Brazil
    MS-Off Ver
    Office 2016
    Posts
    2

    Thumbs up Re: for visible cells (filtered), how find value lowest than 4.00 and return the cell numb

    It worked with your suggestion.
    Thanks a lot

  5. #5
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2403
    Posts
    13,406

    Re: for visible cells (filtered), how find value lowest than 4.00 and return the cell numb

    Good deal.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  6. #6
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,445

    Re: for visible cells (filtered), how find value lowest than 4.00 and return the cell numb

    Your post does not comply with Rule 8 of our Forum RULES. Do not crosspost your question on multiple forums without including links here to the other threads on other forums.

    Cross-posting is when you post the same question in other forums on the web. The last thing you want to do is waste people's time working on an issue you have already resolved elsewhere. We prefer that you not cross-post at all, but if you do (and it's unlikely to go unnoticed), you MUST provide a link (copy the url from the address bar in your browser) to the cross-post.

    Expect cross-posted questions without a link to be closed and a message will be posted by the moderator explaining why. We are here to help so help us to help you!

    Read this to understand why we ask you to do this, and then please edit your first post to include links to any and all cross-posts in any other forums (not just this site).

+ 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] Fill number series down a filtered range in visible cells only
    By Groovicles in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 06-27-2016, 01:01 PM
  2. Find lowest value from 4 numbers in various cells and return text
    By mheinmiller in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-27-2014, 05:32 AM
  3. Replies: 5
    Last Post: 02-13-2014, 05:37 PM
  4. How do I code to return the lowest 2 number is a list of cells
    By rkjudy in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 07-02-2013, 12:53 AM
  5. [SOLVED] Find lowest value in corresponding cells on multiple worksheets. Return value & location.
    By WORKINGBEE in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-21-2013, 01:33 PM
  6. Replies: 2
    Last Post: 02-19-2013, 06:48 PM
  7. Row number of first visible cell in a filtered range
    By rcdgreat in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 03-05-2012, 06:30 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