+ Reply to Thread
Results 1 to 5 of 5

Consolidating & pulling correct data to overview

  1. #1
    Registered User
    Join Date
    12-28-2018
    Location
    johannesburg, South Africa
    MS-Off Ver
    excel 2013
    Posts
    2

    Consolidating & pulling correct data to overview

    Hello Excel wiz

    I am beginning to learn how to use excel so please be patient with my query, it is a two fold question.

    I am trying to put together a personal financial statement that will pull data from each month and display it on the overview sheet.

    Question:

    1) Is it possible to consolidate the data by the type of category which then is updated in real time on the table in column "S" ?

    2) can the total income and expenditure be automatically pull from sheet "jan", "feb", "mar" and be displayed on the overview sheet?

    I have attached the example to this thread, and thank you in advance.


    Best.
    SelfLearningExcel
    Attached Files Attached Files

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Consolidating & pulling correct data to overview

    1. Change months to Jan, Feb, etc to match sheet names and delete unneccessary columns.

    2. Create Named range (List - CTRL F3 to view/edit) for all of th emonths.

    3. Input, formula copied down:
    =IFERROR(SUMIF(INDIRECT("'"&$B2&"'!G2:G100"),"Total Income",INDIRECT("'"&$B2&"'!H2:H100")),"")

    4. Output formula:
    =IFERROR(SUMIF(INDIRECT("'"&$B2&"'!O2:O100"),"Total Expenditure",INDIRECT("'"&$B2&"'!P2:P100")),"")

    5. Formulae on monthly sheets are mostly straightforward, except for utilities:
    =SUMPRODUCT((($J$1:$O$1="Internet")+($J$1:$O$1="Electricity & Water"))*$J$2:$O$10)
    Attached Files Attached Files
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  3. #3
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    43,986

    Re: Consolidating & pulling correct data to overview

    This, however, is a better layout. it allows the SUMPRODUCT formulae on th emonthly sheets to look down further. layout changges in yellow. All formulae (gold) changed slightly.
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    12-28-2018
    Location
    johannesburg, South Africa
    MS-Off Ver
    excel 2013
    Posts
    2

    Re: Consolidating & pulling correct data to overview

    Thank you for the quick response Glenn

    Let me give it a try and I'll get back to you.

  5. #5
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Consolidating & pulling correct data to overview

    Hello and welcome to the forum.

    You are making the same mistake that I see time and time again. You are mixing up the two elements of data capture and final reporting. The two require quite different treatments.

    A lot of people start by designing the form that they expect to see as the final report or which at first glance seems the best way of capturing data, and then wonder why it's so difficult to subsequently analyse and summarise or extract information from it. Yours exhibits all those features.


    You should always capture data in a simple two dimensional table and worry about reporting information from it afterwards. Without exception doing this you will always be able to easily obtain management information. Rarely is this the case if you start the other way round.
    You will also throw open the whole wonderful world of the powerful Pivot table functionality.

    So before you get too far with this I'd create a single sheet database that contains the following columns

    Date
    Category *
    Amount


    The * values could be Validation drop down cells from which you could pick values. The way I normally arrange these things is to have a single data entry row above the database in which the new values are entered, then a button which runs a macro that adds the new record to the database.
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

+ 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. Issue Pulling Correct Data from Index Function
    By Zander712 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 09-20-2016, 10:18 AM
  2. [SOLVED] Macro to copy data from multiple sheets to overview and align results on overview sheet
    By McBree in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-04-2015, 04:01 PM
  3. Index match formula is not pulling the correct data
    By thomashasler in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-20-2015, 03:14 PM
  4. Replies: 15
    Last Post: 11-25-2014, 08:14 AM
  5. INDEX ROW Not Pulling Correct Data
    By autoworke in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-29-2013, 03:16 PM
  6. Macro - Pulling out data on set criteria and consolidating
    By jamesh777 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-18-2012, 06:04 AM
  7. LOOKUP formula not pulling correct data
    By anelson02 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 03-30-2009, 06:37 AM

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