Consulting

Results 1 to 5 of 5

Thread: Find the max and min from a range of cell given a criteria

  1. #1
    VBAX Newbie
    Joined
    Apr 2013
    Posts
    3
    Location

    Find the max and min from a range of cell given a criteria

    Hi, Iam new to this forum. Iam trying to find the max and Min value in a
    range of cells that has a certain criteria. For example, I have column a
    tha shows different types of mesurement
    a = voltage, curent, watts, resistance, ect.
    now if I choose "curent" I would like the macro to show me the max and min
    values for that criteria.

  2. #2
    VBAX Mentor
    Joined
    Jul 2012
    Posts
    398
    Location
    attach please a sample file with desired result

  3. #3
    VBAX Newbie
    Joined
    Apr 2013
    Posts
    3
    Location
    Thanks for replying, here is what a want to do,
    I want to take column B and find the Stages, for example Stage A
    and then find the Max and Min For that stage.
    I would like to do this with VBA code not with formulas
    Attached Images Attached Images
    Last edited by jtech; 04-27-2013 at 06:19 AM.

  4. #4
    VBAX Mentor
    Joined
    Jul 2012
    Posts
    398
    Location
    I mean xls file not image

  5. #5
    VBAX Newbie
    Joined
    Apr 2013
    Posts
    3
    Location
    Sorry, I dont have the code yet I dont know how to acomplish this task
    in vba.

Posting Permissions

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