+ Reply to Thread
Results 1 to 4 of 4

Alternate formula for VLOOKUP in reporting.

  1. #1
    Registered User
    Join Date
    06-06-2010
    Location
    Hong Kong
    MS-Off Ver
    2016 for Mac
    Posts
    28

    Alternate formula for VLOOKUP in reporting.

    Hi,

    I have a master sheet holding outstanding payables for many associates. Every associate likes to know his/her outstanding amounts. VLOOKUP is not really helpful in this case since copying the formula will return the same data over and over till the end of the array is reached. I want every relevant line only once of course. Any alternative to VLOOKUP
    Example of formula used: =VLOOKUP($A$6,'[test AP HK.xlsx]AP'!$A3:$K$1000,10,false). So the value in column 10 I want only once, then I want the next value in the cell under it for $A$6.

    Thanks guys.

  2. #2
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Alternate formula for VLOOKUP in reporting.

    Hi,

    maybe (in column K values)

    =SUMIF('[test AP HK.xlsx]AP'!$A3:$A$1000$,A6,'[test AP HK.xlsx]AP'!$K3:$K$1000)

    or


    =SUMIFS('[test AP HK.xlsx]AP'!$K3:$K$1000,'[test AP HK.xlsx]AP'!$A3:$A$1000$,A$6,......

    if you would need to add other conditions.


    If you could share a sample file, it will be easier to help you.

    Hope it helps
    -----------------------------------------------------

    At Excelforum, you can say "Thank you!" by clicking the star icon ("Add Reputation") below the post.

    Please, mark your thread [SOLVED] if you received your answer.

  3. #3
    Forum Expert
    Join Date
    12-03-2009
    Location
    Florence, Italy
    MS-Off Ver
    Excel 2019
    Posts
    1,796

    Re: Alternate formula for VLOOKUP in reporting.

    Hi again

    if you'd need a list of numbers, an array formula to be confirmed with control+shift+enter

    =IFERROR(INDEX('[TEST AP HK.xlsx]AP'!$K$3:$K$1000,SMALL(IF('[TEST AP HK.xlsx]AP'!$A$3:$A$1000=$A$6,ROW($A$3:$A$1000)-2),ROWS($A$1:A1))),"")




    Hope it helps
    Attached Files Attached Files
    Last edited by canapone; 11-05-2013 at 03:51 AM.

  4. #4
    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
    52,936

    Re: Alternate formula for VLOOKUP in reporting.

    luccallens, welcome to the forum

    perhaps if you provided a sample workbook, it might be easier to suggest something?

    canapone, just fyi, sumif/s() dont work on closed workbooks
    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

+ 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] Sorting and reporting - Probably a VLookup query
    By dvs in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-24-2013, 01:14 AM
  2. Reporting Structure/Vlookup Loop?
    By mario0on in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 09-11-2012, 05:12 PM
  3. Copy Vlookup Formula to alternate columns
    By Brilar in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 08-09-2011, 04:24 AM
  4. Alternate Vlookup formula
    By mangesh in forum Excel General
    Replies: 3
    Last Post: 07-23-2010, 02:40 PM
  5. [SOLVED] Vlookup reporting #N/A's
    By D&E Communications in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-19-2005, 02:21 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