+ Reply to Thread
Results 1 to 3 of 3

Transposing, Filtering Data... kinda...

Hybrid View

  1. #1
    Registered User
    Join Date
    09-11-2016
    Location
    Detroit, Michigan
    MS-Off Ver
    2007-2015
    Posts
    1

    Transposing, Filtering Data... kinda...

    I'm new to this site and just discovering the magical world of VBA and Macros.

    Just a brief summary: I work for a company that often does inspections on buildings. Some of the reports we do, we must include the same data sorted in several different ways. I have to list every Room and each material and the quantity of it for every room. Then further in the report, i have to list the materials and what rooms they are in. For many of these buildings there are 50+ rooms and 50+ different materials. The materials and quantities vary from room to room, so we use a master table with all of the materials and rooms pre listed so as we walk through, we can mark off quantities if they are in the rooms.

    I attached a small example of what our typical spreadsheets look like and the products we need for our final reports. Hope i'm looking in the right place. If not please direct me to where to look.
    Thanks!
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,077

    Re: Transposing, Filtering Data... kinda...

    C16 should be 200.

    I'm worried about your inspections now :-)
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Valued Forum Contributor
    Join Date
    05-08-2015
    Location
    Uvalde, TX
    MS-Off Ver
    2010
    Posts
    720

    Re: Transposing, Filtering Data... kinda...

    Hi,

    You can use INDEX MATCH arrays.

    Enter in C14 and copy down.
    =INDEX($C$3:$G$7,MATCH($B$13,$B$3:$B$7,0),MATCH($B14,$C$2:$G$2,0))
    Enter in D21 and copy down.
    =INDEX($C$3:$G$7,MATCH($B21&$C21,$A$3:$A$7&$B$3:$B$7,0),MATCH($B$20,$C$2:$G$2,0))
    These are arrays, use CTRL, SHIFT, ENTER when entering them.

    See attachment.

    Hope this is helpful.

    Cheers
    Attached Files Attached Files

+ 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. New Member Kinda
    By enofman in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 12-20-2014, 08:55 PM
  2. [SOLVED] Need help filtering data by filtering based on the last digit of a column/true statement
    By Stephen R in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 04-11-2014, 07:43 AM
  3. Hello! I'm 'new' (kinda)
    By SpannerPoint2 in forum Hello..Introduce yourself
    Replies: 2
    Last Post: 07-09-2013, 04:09 AM
  4. Transposing list of values with 6 zeroes in front to retain the zero after transposing
    By Lisa4legin in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 02-16-2013, 03:34 AM
  5. Excel Data Manipulation (Kinda like a Transpose)
    By ericy51 in forum Excel General
    Replies: 1
    Last Post: 07-14-2010, 08:19 PM
  6. Replies: 0
    Last Post: 08-16-2007, 05:51 AM
  7. Look ups? Kinda............
    By Merlin54k in forum Excel General
    Replies: 13
    Last Post: 12-19-2006, 04:20 PM

Tags for this Thread

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