Happy Monday everyone!
On a worksheet named Summary, I am looking to count the number of unique values in column B where column D is blank, and where column E is 50 or greater. So far, I had this formula, without the unique piece, but not working anyway.
If I could get some help with this, and maybe the inverse, where DD is not blank, I think I could build all the other formulas I need.
Thanks!
On a worksheet named Summary, I am looking to count the number of unique values in column B where column D is blank, and where column E is 50 or greater. So far, I had this formula, without the unique piece, but not working anyway.
Excel Formula:
=countifs(Summary!D:D,ISBLANK,Summary!E:E,>49)
If I could get some help with this, and maybe the inverse, where DD is not blank, I think I could build all the other formulas I need.
Thanks!