Results 1 to 5 of 5

Thread: Count unique values with three conditions

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    VBAX Regular
    Joined
    Sep 2016
    Location
    Peru
    Posts
    28
    Location

    Count unique values with three conditions

    Good afternoon


    I have a formula for counting the unique values in row B, according to two conditions related to a range of dates in column C.


    What I need is to add a third condition, so that I can count the unique values in B, in the range of dates between July 1, 2018 and 30, 2018 and also those that have the condition of "Terminado" in column D.


    I have been able to develop the matrix formula with two conditions, but I do not get the third condition ... Could you help me?


    = COUNT (1 / FREQUENCY (YES ($ C $ 5: $ C $ 104> C3; YES ($ C $ 5: $ C $ 104 <= D3; MATCH ($ B $ 5: $ B $ 104; $ B $ 5: $ B $ 104; 0))); FILA ($ B $ 5: $ B $ 104) -FILA (DESREF ($ B $ 5: $ B $ 104 ;;; 1) + 1))


    Thank you very much
    Attached Files Attached Files

Posting Permissions

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