+ Reply to Thread
Results 1 to 2 of 2

Bring the values based on multi criteria from a data table

Hybrid View

  1. #1
    Registered User
    Join Date
    10-22-2012
    Location
    Qatar
    MS-Off Ver
    Excel 2007
    Posts
    9

    Bring the values based on multi criteria from a data table

    Hello to all the gurus out there
    I have a problem which I am looking up to you guys, I have many shop's P&Ls and each one of them has many elements and each element has its own sheet as you can find it in attached file, I would like to have your guidance on how I can bring the values of each element in front of them based on the year they belongs to. For example how can i bring the Gross Sales amount for ShopA from Gross Sales tab, is it possible to bring the values from each elements tab based on two criteria one of them will be in cell A1 (Shop Name) of each shopTAB and second one will be Year.
    how I can do it in very efficient way considering the fact that I will add new shop P&L continuously in future as well.
    thanking you in advance for your consideration and precious help and advice...

    Kind Regards
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor AZ-XL's Avatar
    Join Date
    03-22-2013
    Location
    Azerbaijan, Baku
    MS-Off Ver
    Excel 2007
    Posts
    605

    Re: Bring the values based on multi criteria from a data table

    Hi
    Paste this formula to b3 cell shopA sheet
    =INDEX(INDIRECT("'"&$A3&"'!$B$2:$E$20"),MATCH('Shop A'!$A$1,INDIRECT("'"&$A3&"'!$A$2:$A$20"),0),MATCH('Shop A'!B$2,INDIRECT("'"&$A3&"'!$B$1:$E$1"),0))

    You can use same formula for other shops but change the sheet names.
    Appreciate the help? CLICK *

+ 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. Bring in data from one tab based on two sets of criteria on a different tab
    By tommypkoch in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 11-26-2013, 02:00 PM
  2. [SOLVED] Bring multiply values from a table
    By douglascaixeta in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-27-2013, 08:59 PM
  3. [SOLVED] Bring back a name in one column based on criteria in 2 other columns
    By BillDoor in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-22-2013, 08:07 AM
  4. Macro to Filter unique rows of data based on multi criteria
    By rz6657 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-24-2013, 07:33 PM
  5. based on certain criteria, need to get cell values from table
    By anand_erin in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-07-2012, 12:56 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