+ Reply to Thread
Results 1 to 3 of 3

Pull data from a matrix table into a report using 2 report conditions

  1. #1
    Registered User
    Join Date
    08-29-2008
    Location
    Blyth, Northumberland, UK
    Posts
    2

    Pull data from a matrix table into a report using 2 report conditions

    I believe I need a formula in the report cost column(G2) when matching suffix(B2) and code(F2), then from the table, inputs the data in the intersecting row and column.
    I have cut the files down from the very big originals for ease.
    Attached Files Attached Files

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,480
    Try this,
    =INDEX([Table.xls]Costs!$C$3:$U$32,MATCH(F2,[Table.xls]Costs!$B$3:$B$32,0),MATCH(B2,[Table.xls]Costs!$C$2:$U$2,0))

  3. #3
    Registered User
    Join Date
    08-29-2008
    Location
    Blyth, Northumberland, UK
    Posts
    2

    Thumbs up

    Quote Originally Posted by davesexcel View Post
    Try this,
    =INDEX([Table.xls]Costs!$C$3:$U$32,MATCH(F2,[Table.xls]Costs!$B$3:$B$32,0),MATCH(B2,[Table.xls]Costs!$C$2:$U$2,0))
    Worked a treat.
    Thanks
    Steve.

+ 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: 1
    Last Post: 08-07-2008, 12:23 AM
  2. Data not displaying in pivot table
    By Lacklustre in forum Excel General
    Replies: 1
    Last Post: 03-11-2008, 09:54 PM
  3. Macro to Copy Data from a Pivot Table
    By mr_diss in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-15-2007, 05:10 AM
  4. How to update Charts data table programmaticly
    By JIBG in forum Excel Charting & Pivots
    Replies: 3
    Last Post: 09-16-2007, 08:40 PM
  5. a pivot table report cannot overlap another pivot table report
    By judyh in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-25-2007, 12:59 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