On 7/4/12 11:00 AM, users+h...@global.libreoffice.org wrote:
Subject:
Re: [libreoffice-users] CALC - How to count blank cells?
From:
MiguelAngel <mari...@miguelangel.mobi>
Date:
7/4/12 3:44 AM

To:
users@global.libreoffice.org


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.
In a related (I think) question, what formula could be used to identify the last row in a spreadsheet with data in it? It's a similar situation as the OP, in which new data is inserted as a new row at the bottom of the sheet. I want another worksheet to be able to pick up certain fields from the last row of data, but haven't been able to figure out how to locate which row is last (with data).

A1=a
A2=b
A3=c
A4=d

What I'm looking for is a formula that would tell me, in the above data, that row 4 is the last one with data.

Thanks for any help!


--
For unsubscribe instructions e-mail to: users+h...@global.libreoffice.org
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

Reply via email to