View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
RLN RLN is offline
external usenet poster
 
Posts: 3
Default How do you count specific values in a row

Rick:

=COUNTIF(B4:AF4,"X") <<


This worked nicely, thank you.