I am trying to count a column in Excel but I want it to be counted only if it is not blank and has value in another column.
Here, I want to count the number of cells in Text2 which are not blank and also have value in Text1. In this case the value should be 3
I have tried Count(), Countif() with NOT(ISBLANK()) etc. But nothing seems to work.
Can someone help me out ?
Thanks.