Results 1 to 20 of 20

Consolidated data from 3 worksheets and populate to another sheets

Threaded View

  1. #1
    Registered User
    Join Date
    03-20-2012
    Location
    TBA
    MS-Off Ver
    Excel 2007
    Posts
    24

    Consolidated data from 3 worksheets and populate to another sheets

    Hi All,

    I have one workbook contains multiple worksheets.
    Sheets database as database all transaction, sheets S7 as database limit and sheet S6 as counterparty name.

    I already have macro code, but it's run slow. Any one could help me with this case.


    Edit Post:

    I need to store data in array an populate to sheet.
    Example:
    Sheet "database":
    Ctg | utilisasi | BNB |
    A | 20 | Y |
    B | 10 | N |
    A | 5 | Y |
    A | 25 | Y |
    B | 2 | N |
    C | 100 | Y |
    D | 22 | N |
    D | 10 | N |

    Sheet "name":
    LBL | Full |
    A | Andaro |
    B | Bandada |
    C | Calamanta |
    D | Delemi |

    Sheet "Limit":
    Code | Limit | BNB1 |
    A | 200 | Y
    B | 300 | N
    C | 100 | Y
    D | 50 | N

    Result that i need:

    Sheet "1":
    CTG | CTG NAME | LIMIT | UTILISASI | AVAILABLE LIMIT
    A | Andaro | 200 | 50 | 150
    C | Calamanta | 100 | 100 | 0

    Sheet "2":
    CTG | CTG NAME | LIMIT | UTILISASI | AVAILABLE LIMIT
    B | Bandada | 300 | 12 | 288
    D | Delemi | 50 | 32 | 18
    Thank you,
    Last edited by uky; 03-21-2013 at 10:23 PM.

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