I need assistance with a formula:
If 'Request ID#' and 'Day of Contact' have the same info, then calculate the running total in 'Request Count'.
I can't get my formula to work:
=COUNTIFS([Request ID#]:[Request ID#], [Request ID#]@row , [Day of Contact]:[Day of Contact], [Day of Contact]@row , ROW():ROW(), <= ROW()@row )
I manually entered the 'Request Count' to show what it should look like.