View Single Post
  #36   Report Post  
Posted to microsoft.public.excel.programming
GS[_6_] GS[_6_] is offline
external usenet poster
 
Posts: 1,182
Default Code Count the items in a named range

These both work on the sheet.
=COUNTA(Cable_1)-COUNTBLANK(Cable_1)
=COUNTIF(C2:C100,"?*")

I could probably use the COUNTIF in the code for my Item Count.


CountA returns the unused count; is this what you want?

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion