+ Reply to Thread
Results 1 to 4 of 4

Pulling Data from two separate sheets based on criteria on both those sheets

  1. #1
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    Pulling Data from two separate sheets based on criteria on both those sheets

    In my attached workbook, I have 3 sheets (Custom Auction Settings, Draft Board and Values). I want to reference data from both Custom Auction Settings and Values to the Draft Board sheet.

    Depending on what is selected in the drop down menus of the Custom Auction Settings for cells C9 and C10, I then want columns G, H or I to fill based on the info used in the values sheet that corresponds with what's in the drop down menu of the Custom Auction Settings C9 and C10.

    Example, if Mixed 5X5 is selected in the drop down menus, cell G13 of the Draft Board should read "42" because that is the value for the name in cell C13. If AL 5X5 is selected I would then want cell H13 to read "40" and so on and so forth.

    Any help would be greatly appreciated. Thanks!
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,023

    Re: Pulling Data from two separate sheets based on criteria on both those sheets

    Hi there. try this out...
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,914

    Re: Pulling Data from two separate sheets based on criteria on both those sheets

    G13=IF('Custom Auction Settings'!$C$9<>G$11,"",INDEX(Values!$B$3:$E$13,MATCH($C13,Values!$B$3:$B$13,0),MATCH('Custom Auction Settings'!$C$9&" "&'Custom Auction Settings'!$C$10,Values!$B$3:$E$3,0)))
    Try this and copy across
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Contributor
    Join Date
    11-23-2013
    Location
    San Diego
    MS-Off Ver
    Excel 2013
    Posts
    457

    Re: Pulling Data from two separate sheets based on criteria on both those sheets

    Quote Originally Posted by nflsales View Post
    G13=IF('Custom Auction Settings'!$C$9<>G$11,"",INDEX(Values!$B$3:$E$13,MATCH($C13,Values!$B$3:$B$13,0),MATCH('Custom Auction Settings'!$C$9&" "&'Custom Auction Settings'!$C$10,Values!$B$3:$E$3,0)))
    Try this and copy across
    Perfect thanks a lot!

+ 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] Pulling Data to separate sheets based on one column
    By joliver in forum Excel General
    Replies: 10
    Last Post: 10-04-2013, 05:14 PM
  2. Sort data to separate sheets based on criteria
    By kmahan71 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 10-11-2012, 05:03 PM
  3. Copy and paste data to separate sheets based on mutiple criteria again
    By Ricker090 in forum Excel Programming / VBA / Macros
    Replies: 12
    Last Post: 07-13-2011, 02:23 PM
  4. Copy and paste data to separate sheets based on mutiple criteria
    By Ricker090 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-21-2011, 03:48 PM
  5. Replies: 4
    Last Post: 11-22-2010, 12:57 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