+ Reply to Thread
Results 1 to 3 of 3

Consolidating Budget Reports

  1. #1
    Registered User
    Join Date
    11-27-2021
    Location
    london
    MS-Off Ver
    365
    Posts
    3

    Consolidating Budget Reports

    Hi to all experts,

    I have a workbook with multiple sheets with same structure. What i want to do is consolidate only the specific cells with same header using vba(from vertical to horizontal)
    Report is between A1:AN96 veritically, i need a1 and then horizotally AL6-AL20-AL24-AL26-................
    There ise a sample file of the report. I need to consolidate yellow cells..
    Thanks a lot in advance...
    Attached Files Attached Files
    Last edited by erd0w; 01-23-2022 at 12:58 PM.

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,151

    Re: Consolidating Budget Reports

    Try

    in B2

    =INDEX(INDIRECT("'" &$A2& "'!al6:Al49"),MATCH(B$1,INDIRECT("'" &$A2& "'!I6:i49"),0))

    copy across to E

    in F2

    =INDIRECT("'" &$A2 &"'!$AM$26")

    similar for other ranges
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Registered User
    Join Date
    11-27-2021
    Location
    london
    MS-Off Ver
    365
    Posts
    3

    Re: Consolidating Budget Reports

    I want to do it using vba

+ 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] VBA to change Budget Amount for Annual Budget Setup sheet
    By BillySpivy in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-05-2021, 10:30 AM
  2. Replies: 2
    Last Post: 03-15-2017, 03:14 AM
  3. Nested IF statement to show under budget, within a % of budget, over budget
    By clafleur in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-15-2015, 10:36 AM
  4. Need some help consolidating stock reports
    By CrowfootADS in forum Excel General
    Replies: 1
    Last Post: 05-15-2012, 11:36 PM
  5. Help with consolidating Excel Reports
    By beaglesBuddy in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-22-2012, 08:03 PM
  6. consolidating reports from one sheet to another and...
    By gpastor in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 11-30-2010, 01:14 PM
  7. Consolidating Excel Reports
    By sifuconman in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-24-2006, 11:30 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