El 04/07/12 5:16, dave wagner escribió:
I have a small range of cells (less than 100) in which I need to count the cells that are blank. What is the best way to do this?I was trying something like "=COUNTIF(C11:C103,(CELL("Type",b)))".But that just did not work. Thanks to all who helps me with this simple problem.
=SUMPRODUCT(ISBLANK(C11:C103)) Miguel Ángel. -- For unsubscribe instructions e-mail to: [email protected] Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/ Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette List archive: http://listarchives.libreoffice.org/global/users/ All messages sent to this list will be publicly archived and cannot be deleted
