I have this excel report,
Sheet1 contains Column State with values {size1,n/a,size3,size1,size3,size2,"","","",}
Sheet2 contains Column Total which should count size3 occurrences from Sheet1.
I have the following formula:
=COUNTA(SIRs_APT!A4:A302)
but i wanted to exlcude "n/a" occurrence from the count.
So i did this formula:
=COUNTIF(SIRs_AT!B2:B298,"<>*Rejected*")
but the problem is the current rows with data is only up to 10 rows. Hence, the count above includes the black rows which satisfied <> rejected condition. I wanted to retain the blank rows for future purposes.
Please help.
![]()
Bookmarks