+ Reply to Thread
Results 1 to 3 of 3

How to use the column header to retrieved values from a table

  1. #1
    Forum Contributor
    Join Date
    09-19-2017
    Location
    Taguig City, Philippines
    MS-Off Ver
    Microsoft Excel 2016
    Posts
    120

    How to use the column header to retrieved values from a table

    Hi,

    Appreciate is someone could help me out on what formula to use under cell A4 and all the way down, sheet Masterfile.
    Basically, what I want to happen is for the values to auto populate in Masterfile sheet once I paste the extracted report in sheet WIP DATA.
    The cell where the first job number value in WIP DATA would land is not fix, so I'm thinking the best way to do this is, all values under the word "Job Number" in WIP DATA should feed through in the Masterfile - Job Number column.

    Please see attached file.

    Thank you!
    Attached Files Attached Files

  2. #2
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: How to use the column header to retrieved values from a table

    MAY BE THE BELOW
    A4=IFERROR(INDEX('WIP DATA'!$D$12:$W$131,ROWS(A$3:A4),MATCH(A$3,'WIP DATA'!$D$12:$U$12,0)),"")
    Try this and copy across
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  3. #3
    Forum Contributor
    Join Date
    09-19-2017
    Location
    Taguig City, Philippines
    MS-Off Ver
    Microsoft Excel 2016
    Posts
    120

    Re: How to use the column header to retrieved values from a table

    Thanks for this! It works perfectly!

+ 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. [SOLVED] Search nearest value above in table. return header row + header column
    By 323428 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-22-2018, 05:06 AM
  2. Get values from input table to add data in output table depending on header
    By SBBmaster09 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-16-2016, 03:25 AM
  3. [SOLVED] Product of table row based on column header values
    By p3rlend in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-15-2016, 01:21 AM
  4. [SOLVED] Find specific value in table and return header row and header column value
    By nelwan in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-30-2013, 01:35 AM
  5. Macro to identify column by header and replace number values with string values
    By kang6789 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-22-2013, 05:44 PM
  6. [SOLVED] Extract the column header given the row header and highest value in a subset of a table
    By pguarino in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-20-2013, 02:05 AM
  7. Vlookup return the header name of table (Table of 4 column x 55 rows)
    By sanpat in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-09-2013, 11:23 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