View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
Hugh Hugh is offline
external usenet poster
 
Posts: 38
Default counting the number of times value of "x" appears in a row

Thank you very much!

"VBA Noob" wrote:


=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