+ Reply to Thread
Results 1 to 3 of 3

Vlookup

  1. #1
    Registered User
    Join Date
    05-17-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2010
    Posts
    14

    Exclamation Vlookup

    I have am in need of some excel help please!

    I have one master sheet that lists all the information on a client. I have 12 subsequent sheets labeled by month. I need a formula that will auto-populate each months sheet based on two different months. For example, For January spreadsheet I would want any client that has a January or July in the review month column to auto-populate from the master sheet. I need to be able to then sort it by branch and have the formulas stay in tack.

    Anything in yellow under the month sheet would need to be auto-populated from the master sheet.


    I've tried a couple of vlookup formulas but don't get the desired result.


    Please help!
    Attached Files Attached Files
    Last edited by cr0unch; 05-27-2014 at 05:42 PM. Reason: Forgot Attachment

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Vlookup

    Sort and have formulas stay intact? I'm not sure such a thing can be done.

    B6:

    =IFERROR(INDEX(Master!A$2:A$5,SMALL(IF(((Master!$D$2:$D$5="Jan")+(Master!$D$2:$D$5="July")>0),ROW(Master!$D$2:$D$5)),ROW(A1))),"")

    Entered as an array with Ctrl+Shift+Enter, and then dragged down and over will pull your unique results, but because it's a formula-based result it won't be sortable at all.

    Instead, I'd look for a VB code solution with a button to refresh the page so that you can pull in all relevant results, play with it, and re-pull as needed.
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Vlookup

    And here is one such button.

+ 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: 0
    Last Post: 12-26-2013, 01:12 PM
  2. Display Cell within VLookup range that excel thinks matches the VLookup Value
    By headachexcelperson in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-04-2013, 04:56 PM
  3. vlookup? match? index? MULTIPLE criteria for vlookup search problem....
    By aborg88 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-11-2013, 09:56 AM
  4. Replies: 5
    Last Post: 07-29-2009, 07:53 AM
  5. vlookup function-Can vlookup command find the data from the 5 sheets.
    By Rishab shah in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-05-2005, 11: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