+ Reply to Thread
Results 1 to 2 of 2

data from various sheets

  1. #1
    Registered User
    Join Date
    03-20-2020
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 2016
    Posts
    5

    data from various sheets

    I am in need of some assistance.

    I have a summary tab which I need to pull data onto from other tabs.

    I have two variables that I have put into drop downs on the summary tab

    One is "branch". Each branch has a separate tab
    Next is "month" within each branches tab is a budget for Jan to Dec. From Jan to Dec

    I need to be able to select the branch and the month and pull the information from the correct spot.

    I have been trying to USE INDIRECT mixed with an H lookup but with no luck.

    Any assistance is greatly appreciated.
    Attached Files Attached Files
    Last edited by Pepe Le Mokko; 03-20-2020 at 11:57 AM. Reason: Shortened title we know you need help

  2. #2
    Forum Expert
    Join Date
    12-15-2009
    Location
    Chicago, IL
    MS-Off Ver
    Microsoft Office 365
    Posts
    3,177

    Re: data from various sheets

    Give this formula a try. In B2, enter this formula and autofill.
    =INDEX(INDIRECT($B$3&"!$A$4:$M$7",TRUE),MATCH(A5, INDIRECT($B$3&"!A4:A7",TRUE),0), MATCH(TEXT($B$2,"mmm-dd"),INDIRECT($B$3&"!3:3",TRUE),0))

+ 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. Assistance pulling same table from multiple websites
    By kingsdime29x in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 08-20-2018, 01:51 PM
  2. Assistance with searching text and pulling info from it
    By AceForSale in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 09-16-2016, 12:15 PM
  3. [SOLVED] Pulling Data from two separate sheets based on criteria on both those sheets
    By mlbdc2012 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-31-2015, 03:57 PM
  4. Comparing 2 sheets and pulling data from one
    By mnasiatka in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-24-2010, 04:39 PM
  5. Pulling data from other sheets?
    By nel1215 in forum Excel General
    Replies: 5
    Last Post: 03-16-2007, 11:22 AM
  6. Replies: 4
    Last Post: 08-17-2006, 01:30 AM
  7. [SOLVED] Pulling data from different sheets
    By G. Beard in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-05-2005, 04: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