I have a range of if statements (located D6:D18) and am trying to do a count formula that only counts if there is a value.
My current count formula
COUNTA(Monthly_Config!$D$6:$D$18)
An example of one of the "IF" statements:
=IF(M_CSAT!B2="","",RIGHT(M_CSAT!B2,LEN(M_CSAT!B2)-3))
I only have 7 cells that have a month in them however the count formula states 13. How can I adjust my formula to only count non "" cells?
My current count formula
COUNTA(Monthly_Config!$D$6:$D$18)
An example of one of the "IF" statements:
=IF(M_CSAT!B2="","",RIGHT(M_CSAT!B2,LEN(M_CSAT!B2)-3))
I only have 7 cells that have a month in them however the count formula states 13. How can I adjust my formula to only count non "" cells?