View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Max Max is offline
external usenet poster
 
Posts: 9,221
Default HOW DO I CALCULATE THE NUMBER OF RESULTS FROM AN ENTIRE ROW

P n/a P B P F \
P B F


If you meant that the data you posted is all in a single cell, say in A1,
you could try this in B1:
=LEN(A1)-LEN(SUBSTITUTE(A1,"P",""))
to get the count of the "P" in A1

Copy B1 down as required
--
Max
Singapore
http://savefile.com/projects/236895
xdemechanik
---