Consulting

Results 1 to 2 of 2

Thread: Excel VBA/Formula Selective Count

  1. #1
    VBAX Regular
    Joined
    Jul 2010
    Posts
    24
    Location

    Question Excel VBA/Formula Selective Count

    Hi,

    If I have the following data,

    A1 SS
    A2 10
    A3
    A4 20

    then how do I get the COUNT of the cells that contain only numeric values (i.e. 2 in the above example, A2&A4) in cell A5.

    Thanks. Much appreciated.
    bjoshi

  2. #2
    VBAX Regular
    Joined
    Nov 2011
    Location
    Ufa
    Posts
    75
    Location
    Is it not appropriate?
    =COUNT(A1:A4)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •