ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Help with a formula please? (https://www.excelbanter.com/excel-discussion-misc-queries/199177-re-help-formula-please.html)

Ron Rosenfeld

Help with a formula please?
 
On Fri, 15 Aug 2008 21:28:07 +0100, "Victor Delta" wrote:

I have a spreadsheet which contains rows of client data. The clients at the
top of the sheet are the active clients, and are separated from those at the
bottom (non active) by a blank row.

Can anyone help me with a formula which will give the number of active
clients i.e. by identifying the row of the topmost blank cell in column A.

Many thanks,

V


This **array-entered** formula will return a value indicating the first blank
cell in the range:

=MATCH(TRUE,ISBLANK(E:E),0)

You could subtract 1 (or 2 if you have a header row in the range) to get your
number of clients.

--ron

Victor Delta[_2_]

Help with a formula please?
 
"Ron Rosenfeld" wrote in message
...
On Fri, 15 Aug 2008 21:28:07 +0100, "Victor Delta"
wrote:

I have a spreadsheet which contains rows of client data. The clients at
the
top of the sheet are the active clients, and are separated from those at
the
bottom (non active) by a blank row.

Can anyone help me with a formula which will give the number of active
clients i.e. by identifying the row of the topmost blank cell in column A.

Many thanks,

V


This **array-entered** formula will return a value indicating the first
blank
cell in the range:

=MATCH(TRUE,ISBLANK(E:E),0)

You could subtract 1 (or 2 if you have a header row in the range) to get
your
number of clients.

--ron


Thanks,

V



All times are GMT +1. The time now is 11:30 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com