+ Reply to Thread
Results 1 to 8 of 8

Stationery Record and Monitoring for charge

  1. #1
    Forum Contributor
    Join Date
    10-29-2012
    Location
    Laos
    MS-Off Ver
    Excel 2003,2010,2013
    Posts
    126

    Stationery Record and Monitoring for charge

    Hi, All

    how can i get all data sheet (a,b,c) to summl sheet as attached file

    please help me...
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Stationery Record and Monitoring for charge

    Hi

    Summl!B4: =VLOOKUP(A4,dbase!A:B,2,FALSE)

    Copy down as required

    rylo

  3. #3
    Forum Contributor
    Join Date
    10-29-2012
    Location
    Laos
    MS-Off Ver
    Excel 2003,2010,2013
    Posts
    126

    Re: Stationery Record and Monitoring for charge

    Thank you rylo
    Are there any macro that consolidate data summary item from sheer a,b,c to summl sheet

    please help me/....
    Attached Files Attached Files

  4. #4
    Forum Contributor
    Join Date
    10-29-2012
    Location
    Laos
    MS-Off Ver
    Excel 2003,2010,2013
    Posts
    126

    Re: Stationery Record and Monitoring for charge

    Some body plase help
    I Try to find other way, but no
    please any body help me
    Last edited by yukioh; 12-03-2012 at 04:06 AM.

  5. #5
    Forum Contributor
    Join Date
    10-29-2012
    Location
    Laos
    MS-Off Ver
    Excel 2003,2010,2013
    Posts
    126

    Wink Re: Stationery Record and Monitoring for charge

    Hi All,
    I need to copy all data Item Summary from Sheet A,B and C to Summl Sheet
    i have do this by manually and find some data that duplicated then delete it out, it make me crazy
    so, it is possible that just one click bottom then do everything to sheet summl ?
    Attached Files Attached Files

  6. #6
    Forum Expert
    Join Date
    01-15-2007
    Location
    Brisbane, Australia
    MS-Off Ver
    2007
    Posts
    6,591

    Re: Stationery Record and Monitoring for charge

    Hi

    Can do this with formulas

    Summl!B4: =VLOOKUP(A4,dbase!A:B,2,FALSE)
    L4: =IF(ISNA(VLOOKUP($A4,A!$A:$C,3,FALSE)),"",VLOOKUP($A4,A!$A:$C,3,FALSE))
    M4: =IF(ISNA(VLOOKUP($A4,B!$A:$C,3,FALSE)),"",VLOOKUP($A4,B!$A:$C,3,FALSE))
    N4: =IF(ISNA(VLOOKUP($A4,'C'!$A:$C,3,FALSE)),"",VLOOKUP($A4,'C'!$A:$C,3,FALSE))

    Copy down as required.

    rylo

  7. #7
    Forum Contributor
    Join Date
    10-29-2012
    Location
    Laos
    MS-Off Ver
    Excel 2003,2010,2013
    Posts
    126

    Re: Stationery Record and Monitoring for charge

    please help me with macro...

  8. #8
    Forum Contributor
    Join Date
    10-29-2012
    Location
    Laos
    MS-Off Ver
    Excel 2003,2010,2013
    Posts
    126

    Re: Stationery Record and Monitoring for charge

    how should i do

+ 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