=SUMPRODUCT(NOT(ISNUMBER(A1:AE50))*1) would count a 1 for every cell not containing numbers
Maybe even use
=SUMPRODUCT(NOT(ISNUMBER(A1:AE50))*(A1:AE50<>"")*1) to skip the blanks as well
=SUMPRODUCT(NOT(ISNUMBER(A1:AE50))*1) would count a 1 for every cell not containing numbers
Maybe even use
=SUMPRODUCT(NOT(ISNUMBER(A1:AE50))*(A1:AE50<>"")*1) to skip the blanks as well
Last edited by daffodil11; 05-23-2014 at 06:11 PM.
Make Mom proud: Add to my reputation if I helped out!
Make the Moderators happy: Mark the Thread as Solved if your question was answered!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks