Results 1 to 4 of 4

Thread: [RESOLVED] Count Value And Blank Cells Value..

  1. #1

    Thread Starter
    PowerPoster
    Join Date
    Mar 2005
    Posts
    2,943

    Resolved [RESOLVED] Count Value And Blank Cells Value..

    http://www8.rapidupload.com/d.php?file=dl&filepath=886

    I would want with a macro with 2 condition:
    1)
    Count into column A of RATE how many code are present refered the column into sheet TABELLA
    Example:

    count all value with code "4500" into column A of sheet RATE and insert the total value foud into range I2 of TABELLA (in this case I2= 66)

    count all value with code "4501" into column A of sheet RATE and insert the total value foud into range I3 of TABELLA (in this case I3=7)
    ....
    ecc...

    2)
    count how many line with code 4500 (in column A) contain a value into range AB of sheet RATE and put into J2 of TABELLA the total (in this case are only 5 cells filled, J2=5)

    count how many line with code 4501 (in column A) contain a value into range AB of sheet RATE and put into J3 of TABELLA the total (in this case are only 7 cells filled, J3=7)
    .....
    ecc...

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: Count Value And Blank Cells Value..

    Excel VBA question moved to Office Development.

  3. #3
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: Count Value And Blank Cells Value..

    I think you should try posting this in the Office Development forum.

  4. #4
    Frenzied Member Andrew G's Avatar
    Join Date
    Nov 2005
    Location
    Sydney
    Posts
    1,587

    Re: Count Value And Blank Cells Value..

    To quick

Posting Permissions

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



Click Here to Expand Forum to Full Width