+ Reply to Thread
Results 1 to 13 of 13

HLookup - Incremental Row additions

  1. #1
    Registered User
    Join Date
    07-30-2014
    Location
    Columbus
    MS-Off Ver
    2013
    Posts
    64

    HLookup - Incremental Row additions

    Afternoon - I looked and didn't see an incremental row increase request, so I'm posting it here.

    I'm updating targets for Q1-Q4 and Fiscal year, which are a total of 6 rows (one in between Q4 and FY). I have 150 managers in my main file, but how can I show for rep 04, all of their targets for Q1-FY, and then follow up with the remaining reps throughout the workbook, without having to manually change the row number?

    I've seen various options with the "Row" Function, but for whatever reason, it won't automatically populate throughout the sheet (I think it's because I have 5 separate rows for a single rep before I get to the next rep).

    Thank you for any help. File Attached

    rO
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: HLookup - Incremental Row additions

    You are looking as result for column D or is the result H2 - N7

    If it is result H - N7 than you can do this with a pivot table.

    See the attached file.
    Last edited by oeldere; 08-30-2016 at 02:15 PM.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: HLookup - Incremental Row additions

    I add a helper column to your table so that way I can use Match/Vlookup to 2 do a two dimensional lookup. Take a look of the file.

    =VLOOKUP(A2,$I$2:$N$6,MATCH(C2,$I$1:$N$1,0),0)
    Attached Files Attached Files

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: HLookup - Incremental Row additions

    posted in wrong topic.
    Last edited by oeldere; 08-30-2016 at 02:22 PM.

  5. #5
    Registered User
    Join Date
    07-30-2014
    Location
    Columbus
    MS-Off Ver
    2013
    Posts
    64

    Re: HLookup - Incremental Row additions

    Thanks for the help, however, the H-N is a different sheet (IE. Sheet 2) - (they are vendors for our business - we have 20 separate tabs). A-E represent the lookup for Q1,Q2,Q3,Q4 and FY17 looking up from the sheet containing columns H-N.

    So, what I'm looking for is; AM ID 04 looking up The "Month" (Q1, etc...), to Sheet 2. Sheet 2 contains the amounts that are showing up in Green. I've been using an HLOOKUP, but how can I do this without having to manually change the Row lookup # (i.e. Row 1,2,3,4,5 for Month Periods)?

    I hope I'm clearer in my request. ...thanks again for your assistance.

  6. #6
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: HLookup - Incremental Row additions

    Not to me, show in your excel file (2 sheets), where the inputdata is found, and what the expected result should be.

    Mark the related cells with the same backgroundcolor.

    If there are headers please also add them.

    The layout of all the other 20 tabs are the same?

    And that info also has to go the same Master worksheet?

  7. #7
    Registered User
    Join Date
    07-30-2014
    Location
    Columbus
    MS-Off Ver
    2013
    Posts
    64

    Re: HLookup - Incremental Row additions

    I added another excel example with 2 sheets, similar to my file.

    Yes, the layout is identical on the other tabs as well. The "Master Sheet" is the "Results Tab" in the example. The "Data" tab is an example of 1 of the 20 vendors.

    End result would be to bring all items into correct placement by not having to change the "row" number for each rep.
    Thanks again.

    RO
    Attached Files Attached Files

  8. #8
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: HLookup - Incremental Row additions

    With the macro integratie_Oeldere_revisted_vs3() to get all sheet on 1 mastersheet (consolidated)

    With the macro Sub CONVERTROWSTOCOL_Oeldere_revisted_new() to get the data on the sheet output.

    after that a pivot table.

    See the attached file (for the result).

    The VBA code is in the file.

  9. #9
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: HLookup - Incremental Row additions

    @RO24

    I would appreciate it, if you reply on the offered solution.

  10. #10
    Registered User
    Join Date
    07-30-2014
    Location
    Columbus
    MS-Off Ver
    2013
    Posts
    64

    Re: HLookup - Incremental Row additions

    Oeldere,

    Sorry for not getting back to you...I tried this, but was unsuccessful, I think I may be overthinking this, but I'm going to try again.

    I've attached another workbook that hopefully will help in the understanding of my question.

    Reviewing the workbook, tab 1 (Monthly Amt.) is the information I'm looking to bring in from the "Data" tab.
    The Data tab figures are horizontally listed across the page, while the Monthly Amt has to be brought in vertically.

    So, what my ask is, how can I have AMID 01 tranferred in from Data tab, then AMID 02, etc....AND then switch "vendors" and restart
    the count, so I don't have to manually type in each Row.

    Please let me know if this can be done with a VBA.

    Thank you again, really appreciate your help.

    rO
    Attached Files Attached Files

  11. #11
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: HLookup - Incremental Row additions

    This is a total differant question.

    1) Did you solved the earlier question, with the solution in 8?

    For this question:

    With Vlookup and a a pivot table.

    See the attached file.

    2) I would appreciate it, if you reply on the offered solution.

  12. #12
    Registered User
    Join Date
    07-30-2014
    Location
    Columbus
    MS-Off Ver
    2013
    Posts
    64

    Re: HLookup - Incremental Row additions

    Oeldere,

    Your help is greatly appreciated, you've taught me something I wasn't even asking about....In my example (Test #2 workbook), the "AMount COlumn" should have all "blanks" in it to start. What I'm trying to do is to bring in the Horizontal data from the Data tab (monthly values) and bring them into the "Amount" column in the Monthly Amount Tab.

    This would benefit from the ROWS formula, but I'm not sure how to use it, since I have AMID's repeating 12 times.

    Thanks again

  13. #13
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: HLookup - Incremental Row additions

    1) Did you solved the earlier question, with the solution in 8?
    You did not answer this question.


    With Vlookup and a a pivot table.
    Is this a solution to your question or should it be completed differant.

    Your reply is not clear to me.

    2) I would appreciate it, if you reply on the offered solution.

+ 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. doing additions subtractions
    By sophieriana in forum Excel General
    Replies: 2
    Last Post: 07-31-2014, 02:18 AM
  2. HLOOKUP Help. HLOOKUP links to Drop down list problems
    By finalmike in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-02-2013, 07:08 PM
  3. Incremental hlookup
    By echo in forum Excel General
    Replies: 4
    Last Post: 03-28-2010, 04:58 PM
  4. HLOOKUP in HLOOKUP, Base Estimate Table in Excel
    By gqdallas in forum Excel General
    Replies: 20
    Last Post: 10-19-2009, 01:41 PM
  5. Multiple additions
    By jimd1768 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-27-2007, 11:47 AM
  6. Additions
    By Christof in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-12-2007, 06:58 PM
  7. Multiple additions
    By BIYB in forum Excel General
    Replies: 4
    Last Post: 07-26-2005, 12: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