+ Reply to Thread
Results 1 to 6 of 6

Count data from multiple rows

  1. #1
    Registered User
    Join Date
    02-21-2013
    Location
    Sweden
    MS-Off Ver
    Excel 2010
    Posts
    19

    Count data from multiple rows

    I have yet another struggle in the vba jungle.

    What i am trying to do is getting data from column B, C & D to count.

    Example: As you se below i only added value from "B2". There is another value in column C and D could be "4,5 litre V8" in C and "7-speed duoclutch GETRAG"
    I want to create a code that counts how many times "Ferrari 458 4,5 litre V8 7-speed duoclutch GETRAG" occurs.


    Please Login or Register  to view this content.
    /Alex

  2. #2
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Count data from multiple rows

    Is this the only statement that needs to be counted or are there many more such combos?
    If I have helped, Don't forget to add to my reputation (click on the star below the post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code: [code] Your code here [/code]

  3. #3
    Registered User
    Join Date
    02-21-2013
    Location
    Sweden
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Count data from multiple rows

    There are plenty more combinations. A = model B = engine and C = transmission. Sometimes there are different models that have the same transmission. So i have to specify every code and prob repeat it for every different combo.

  4. #4
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Count data from multiple rows

    Maybe you can attach a sample file with dummy data, but in the same format as your original file and we can try to help you.

    To Attach a File:

    1. Click on Go Advanced
    2. In the frame Attach Files you will see the button Manage Attachments
    3. Click the button.
    4. A new window will open titled Manage Attachments - Excel Forum.
    5. Click the Browse... button to locate your file for uploading.
    6. This will open a new window File Upload.
    7. Once you have located the file to upload click the Open button. This window will close.
    8. You are now back in the Manage Attachments - Excel Forum window.
    9. Click the Upload button and wait until the file has uploaded.
    10. Close the window and then click Submit.

  5. #5
    Registered User
    Join Date
    02-21-2013
    Location
    Sweden
    MS-Off Ver
    Excel 2010
    Posts
    19

    Re: Count data from multiple rows

    Created a dummy with the same type of values that i would encounter in my original document.

    As you can see i listed the car model twice but different engines etc.

    Hope this helps. The original document contain more values but they are not relevant for the count.

    Thanks, Alex
    Attached Files Attached Files

  6. #6
    Forum Contributor arlu1201's Avatar
    Join Date
    09-09-2011
    Location
    Bangalore, India
    MS-Off Ver
    Excel 2003 & 2007
    Posts
    19,166

    Re: Count data from multiple rows

    In what format should the output be shown?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1