+ Reply to Thread
Results 1 to 3 of 3

collecting results from data tab - vllokup ?

  1. #1
    Registered User
    Join Date
    03-03-2011
    Location
    london
    MS-Off Ver
    Excel 2003
    Posts
    34

    Wink collecting results from data tab - vllokup ?

    I am trying to match data on one tab to another so that the data downloaded from another source is sorted into a specific order for presentation perposes

    I have tried using a vlookup but im not sure if that is the correct solution

    ie on the attached I have a data tab that is a download of jobs by cost centre and this comes in from another source - on the results tab I am trying to pick up this data again to show in a specif order - I do not want to just point to the coresponding cell in the data tab as the real data is huge over 3000 lines each day
    I want if possible to lookup the data in the data tab and post to the correct cell in the results tab

    ie on the results tab C4 should return 25 jobs for the 1st March which it would read from the data sheet in volumn b6

    appreciate any help with this i seem to be going round in circles and not confinced vlookup is the answer

    thanks

    Attached Files Attached Files

  2. #2
    Forum Expert NBVC's Avatar
    Join Date
    12-06-2006
    Location
    Mississauga, CANADA
    MS-Off Ver
    2003:2010
    Posts
    34,898

    Re: collecting results from data tab - vllokup ?

    Do you mean, in C4?

    =IF(ISNA(MATCH($A4,data!$A:$A,0)),"",VLOOKUP($A4,data!$A:$AG,COLUMNS($A$1:B$1),0))

    copied down and across...
    Where there is a will there are many ways.

    If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below left corner

    Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: collecting results from data tab - vllokup ?

    Will the dates in row 3 of "results" always be the same as the dates in row 4 of "data"? If so, then VLOOKUP is the best solution. You would use this formula in results!C4 and copy down and to the right as needed.

    Please Login or Register  to view this content.
    Didn't mean to step on NVBC's solution, I had this sitting open for a long time before I hit Submit and didn't preview first.
    Last edited by 6StringJazzer; 03-23-2011 at 11:48 AM. Reason: added blue text
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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