Results 1 to 11 of 11

Thread: Counts min and max quantity of equals 'strings' based on a filter column

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #2
    VBAX Mentor
    Joined
    Nov 2022
    Location
    The Great Land
    Posts
    443
    Location
    For a start, figure out how to calc min and max values - How to Find Lowest Value with Criteria in Excel (7 Effective Ways) (exceldemy.com)

    Minimum must be number greater than 1?

    You want to use multiple criteria for counting so use COUNTIFS.

    In my first simple attempt, values in J cells are read as text and return 0. Converting values to numbers returns maximum and minimum.

    Unfortunately, MINIFS() does not seem to be available with Excel 2010 Excel MINIFS function | Exceljet, same for COUNTIFS.

    Explain the formula some more - why multiply by result of $H$9:$H$70=K1 ?


    Wait, you want the count of values that have the least and most rows, not count of the maximum and minimum values? That changes everything for me. Back to square 1.
    Last edited by June7; 05-27-2023 at 12:22 PM.
    How to attach file: Reading and Posting Messages (vbaexpress.com), click Go Advanced below post edit window. To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Posting Permissions

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