Posted to microsoft.public.excel.misc
|
|
counting the number of times value of "x" appears in a row
=COUNTIF(1:1,"X")
or
=SUMPRODUCT(--(1:1="x"))
VBA Noob
--
VBA Noob
------------------------------------------------------------------------
VBA Noob's Profile: http://www.excelforum.com/member.php...o&userid=33833
View this thread: http://www.excelforum.com/showthread...hreadid=566363
|