+ Reply to Thread
Results 1 to 4 of 4

Detail of each project

  1. #1
    Registered User
    Join Date
    02-22-2014
    Location
    Vung tau
    MS-Off Ver
    Excel 2003
    Posts
    19

    Detail of each project

    This file contains 2 sheet Main M and Detail D.
    In Sheet Detail D, When I choose Code, month of Project, it will be shown the result.
    By the way, tell me how to delete the Auxiliary column in Main sheet.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Detail of each project

    See the attached file. I replaced all your offset formulas with INDEX/MATCH formulas and created a unique identifier in your "Aux Column" column using
    =C12&"_"&COUNTIF($C$12:C12,C12)

    Then, in D!C9 for example
    =IFERROR(INDEX(M!$F$12:$F$19,MATCH($AI$1&"_"&ROWS($A$1:A1),M!$B$12:$B$20,0)),"")
    For your data, in D9 copied across and down
    =IFERROR(INDEX(M!$H$12:$NH$19, MATCH($AI$1&"_"&ROWS($A$1:A1),M!$B$12:$B$19,0),MATCH($AJ$1,M!$H$10:$NI$10,0)+COLUMNS($A$1:A$1)-1),"")
    Does that work for you?
    Attached Files Attached Files
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  3. #3
    Registered User
    Join Date
    02-22-2014
    Location
    Vung tau
    MS-Off Ver
    Excel 2003
    Posts
    19

    Re: Detail of each project

    Sorry, how to delete Protected viewed in your file ?

  4. #4
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Detail of each project

    I didn't protect anything. What did you want to delete?

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Hide Detail / Show Detail In Macro
    By IveGotNoSocksOn in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-20-2013, 06:58 AM
  2. [SOLVED] Function that concatenates multiple sub-project descriptions based on project code
    By markbpi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-28-2012, 06:49 PM
  3. [SOLVED] Insert Blank Rows between sorted projects, Subtotal project to the right of final project.
    By ZAC7 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-07-2012, 04:08 AM
  4. [SOLVED] Pivot Table Detail - Macro to double click/show detail
    By popps in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-17-2012, 11:28 AM
  5. Replies: 1
    Last Post: 10-18-2005, 11:05 AM

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