Thread: COUNTA?
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default COUNTA?

=COUNTIF(G:G,D2)

--
__________________________________
HTH

Bob

"Paul" wrote in message
...
I'm trying to put together a formula that will count the number of times
the
data in cell D2 appears in column G.
Thanks!