Forum Discussion

NathanDellinger's avatar
NathanDellinger
Copper Contributor
Nov 14, 2021
Solved

Excel Formula for Filtering 2 Columns and Counting the filter cells

I am looking to create a formula that will filter/count 2 Separate columns in the same bulk data, and the counts the cell that only have the data I'm looking to quantify.    I have 3000 Rows of dat...
  • HansVogelaar's avatar
    Nov 14, 2021

    NathanDellinger 

    How about

     

    =COUNTIFS('ACT PTD YTD'!D:D, "Done", 'ACT PTD YTD'!B:B, "Call")

    =COUNTIFS('ACT PTD YTD'!D:D, "To do", 'ACT PTD YTD'!B:B, "Call")

Resources