+ Reply to Thread
Results 1 to 5 of 5

Formula to populate data matching Date and userid

  1. #1
    Forum Contributor prabhuduraraj09's Avatar
    Join Date
    05-19-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    330

    Formula to populate data matching Date and userid

    Hi all,

    This could be simple task for experts, i believe

    I have a table of data in sheet1, which have userid wise numbers delivered for each date.

    and i have sheet2 in which upon entering Id, respective numbers should populate for each of the dates.

    Need a better formula solution.

    Attached sample file.
    Attached Files Attached Files
    Thank you

    If I have helped you in someway, use the * icon below to give reputation feedback, it is appreciated.

  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
    52,946

    Re: Formula to populate data matching Date and userid

    1. You need to check your ID values, you left an 8 out of the ID in sheet 2

    2. Put this in B5 and copy down as needed...
    =IFERROR(INDEX(Sheet1!$C$2:$J$8,MATCH(Sheet2!$B$1&Sheet2!$B$2,INDEX(Sheet1!$B$2:$B$8&Sheet1!$A$2:$A$8,0),0),MATCH(Sheet2!$A5,Sheet1!$C$1:$J$1,0)),0)
    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 Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Formula to populate data matching Date and userid

    "B5"
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

  4. #4
    Forum Contributor prabhuduraraj09's Avatar
    Join Date
    05-19-2012
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    330

    Re: Formula to populate data matching Date and userid

    Thanks to Fdibbins and avk, both the solution worked. appreciate your effort.

  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
    52,946

    Re: Formula to populate data matching Date and userid

    Happy to help

+ 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] Insert column and then populate date when matching
    By abraham30 in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 05-28-2017, 10:02 AM
  2. [SOLVED] Excel Userform checklist with date and userid
    By confusebox in forum Excel Programming / VBA / Macros
    Replies: 11
    Last Post: 10-26-2016, 03:52 PM
  3. [SOLVED] Formula to populate data based on date
    By spiwere in forum Excel Formulas & Functions
    Replies: 16
    Last Post: 11-07-2015, 08:33 AM
  4. [SOLVED] Parsing by userid AND date: can't quite get the Match-Index right...
    By portsample in forum Excel General
    Replies: 2
    Last Post: 08-26-2014, 11:02 PM
  5. [SOLVED] Auto populate userid
    By mtapp2207 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 05-20-2014, 08:27 AM
  6. [SOLVED] Help with getting multiple values returned based on a date and userid
    By WhizGidget in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-11-2013, 01:59 PM
  7. [SOLVED] Help with using VBA to populate columns matching date with a count/sum
    By compto in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 12-14-2012, 09:24 AM

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