+ Reply to Thread
Results 1 to 8 of 8

Index for a row only on cells wiht a specific header

  1. #1
    Forum Contributor
    Join Date
    12-08-2012
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    190

    Index for a row only on cells wiht a specific header

    i need to return the farthest right vlaue for each of the colomns on the mating tab. returned to teh main colomung


    ie.
    B2 = Last Pairing
    ( find the farthest right vlaue for R2 in the pairing column (E, I, M, Q ect>


    and the same for each of the otehr main titles other than the paired with column

    Attachment 269287

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Index for a row only on cells wiht a specific header

    It might help if you added some data and showed a few sample answers ?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Contributor
    Join Date
    12-08-2012
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    190

    Re: Index for a row only on cells wiht a specific header

    ok no problem will do

  4. #4
    Forum Contributor
    Join Date
    12-08-2012
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    190

    Re: Index for a row only on cells wiht a specific header

    Attachment 269293

    has sample data in the mating sheet

  5. #5
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Index for a row only on cells wiht a specific header

    OK not sure if this is what you wanted?

    =IFERROR(INDEX('Mating Sheet'!B2:AZX2,1,COUNTA('Mating Sheet'!B2:AZX2)-1),"")

  6. #6
    Forum Contributor
    Join Date
    12-08-2012
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    190

    Re: Index for a row only on cells wiht a specific header

    no..its giving me a circular reference now wiht that

    what i need is like in row 2 it returns the respective data for the farthest right of eahc of the specific colomuns

    Date last paired is the farthest right paired column
    date of last sac is the farthes right sac data
    last sac size is the farthest right sac size for each of the rows

  7. #7
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Index for a row only on cells wiht a specific header

    Thats exactly what it is doing. I put that in Molt Sheet C2, copied down.

    Where did you put it, and where do you want the answer to be?

  8. #8
    Forum Contributor
    Join Date
    12-08-2012
    Location
    USA
    MS-Off Ver
    Excel 365
    Posts
    190

    Re: Index for a row only on cells wiht a specific header

    not teh molt sheet..in the mating sheet

+ 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. Replies: 14
    Last Post: 08-05-2013, 04:36 AM
  2. Replies: 6
    Last Post: 07-26-2012, 06:34 PM
  3. looking up specific cells utilizing named ranges, index/match in VBA?
    By hlep in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-27-2012, 09:44 AM
  4. [SOLVED] sum wiht an if or vlookup?
    By Chip Smith in forum Excel General
    Replies: 1
    Last Post: 03-31-2006, 02:15 PM
  5. [SOLVED] How to define specific cells as header and footer for printing?
    By serdar in forum Excel General
    Replies: 3
    Last Post: 07-25-2005, 05: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