+ Reply to Thread
Results 1 to 4 of 4

creating a list from cross referenced data

  1. #1
    Forum Contributor
    Join Date
    05-27-2014
    Posts
    141

    creating a list from cross referenced data

    Hi,

    I've googled this but not 100% sure. is it possible to create a list based on cross referenced data.

    the layout goes

    column 1 = text
    row 1 = text
    the cross referenced cells ie row 5, column 5 = numbers.

    i need to generate a list that shows the column heading and row heading for each value entered. I 've attached a sample sheet to see the layout of the raw data and what would be the the results data.

    any input would be helpful,

    thanks danny
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,053

    Re: creating a list from cross referenced data

    We'll see, but I have a very bad feeling that your sample may have been oversimplified... Can one person be assigned more than one letter?

    If yes, please post a realistic sample and watch a grown man cry... If no, then one way to do this is:

    helper in I2, copied down:
    =SUM(B2:H2)

    In N2, copied down:
    =IFERROR(INDEX($A$2:$A$6,MATCH(0,INDEX(--(COUNTIF($N$2:N2,$A$2:$A$6)=$I$2:$I$6),0),0)),"")

    and in O2, copied down:
    =IFERROR(INDEX($1:$1,SUMPRODUCT(--(INDEX($B$2:$B$6,MATCH(N3,$A$2:$A$6,0)):INDEX($H$2:$H$6,MATCH(N3,$A$2:$A$6,0))<>"")*COLUMN($B$1:$H$1))),"")
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Guru Bo_Ry's Avatar
    Join Date
    09-10-2018
    Location
    Thailand
    MS-Off Ver
    MS 365
    Posts
    7,211

    Re: creating a list from cross referenced data

    Please try at

    J3 drag down

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    K3 drag down

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Kvsrinivasamurthy thanks for wonderful idea.
    Attached Files Attached Files
    Last edited by Bo_Ry; 11-19-2018 at 03:54 AM. Reason: shorten formula, idea from kvsrinivasamurthy

  4. #4
    Forum Expert
    Join Date
    07-20-2011
    Location
    Mysore, India.
    MS-Off Ver
    Excel 2019
    Posts
    8,587

    Re: creating a list from cross referenced data

    ARRAY formulas are used

    In J2 then copied down.
    Please Login or Register  to view this content.
    In K2 then copied down.
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Pl note
    Array formula should be confirmed with Ctrl+Shift+Enter keys together.
    If answere is satisfactory press * to add reputation.

+ 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. Need data cross-referenced in multiple tables: VLOOKUP vs. Match vs. Index
    By James McMurray in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-05-2008, 02:53 PM
  2. Deleting cross-referenced data
    By awobwi in forum Excel General
    Replies: 1
    Last Post: 03-11-2008, 03:25 PM
  3. [SOLVED] How can I return a cross referenced cell value?
    By JR in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  4. [SOLVED] How can I return a cross referenced cell value?
    By Duke Carey in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 AM
  5. How can I return a cross referenced cell value?
    By Duke Carey in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-06-2005, 06:05 AM
  6. [SOLVED] How can I return a cross referenced cell value?
    By JR in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM
  7. How can I return a cross referenced cell value?
    By JR in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 01:05 AM
  8. [SOLVED] How can I return a cross referenced cell value?
    By JR in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 10:05 PM

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