(Msg. 1) Posted: Thu Aug 21, 2008 6:33 am
Post subject: Counting Cells With Condition Archived from groups: microsoft>public>excel>crashesgpfs (more info?)
I use Excel 2003. I would like to know the Syntax for counting number of
cells with a particular value in a row provided the adjacent cells to the
left or to the right of the cell containing the value satifies certain
conditions.
Exapmple:
A B C D E F G H
I J K L M
1 23 w 0 w 23 w 6 w 9
w 23 w w
2
3
I would like to count only those number of cells from A1: M1 with value 'w'
& who have value of '23' in the cell to its left
(Msg. 2) Posted: Fri Aug 22, 2008 5:34 pm
Post subject: RE: Counting Cells With Condition [Login to view extended thread Info.] Archived from groups: per prev. post (more info?)
=SUMPRODUCT(--(B1: M1="w"),--(A1:L1=23))
HTH,
Barb Reinhardt
"Sandesh" wrote:
> I use Excel 2003. I would like to know the Syntax for counting number of
> cells with a particular value in a row provided the adjacent cells to the
> left or to the right of the cell containing the value satifies certain
> conditions.
> Exapmple:
> A B C D E F G H
> I J K L M
> 1 23 w 0 w 23 w 6 w 9
> w 23 w w
> 2
> 3
> I would like to count only those number of cells from A1: M1 with value 'w'
> & who have value of '23' in the cell to its left
All times are: Eastern Time (US & Canada) (change)
Page 1 of 1
You can post new topics in this forum You can reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum