+ Reply to Thread
Results 1 to 5 of 5

cosolidating report

  1. #1
    Registered User
    Join Date
    04-05-2012
    Location
    Aiyansh, Canada
    MS-Off Ver
    Excel 2007
    Posts
    6

    cosolidating report

    How can i retrieve data from multiple work sheets?

    example, for payroll retreive payroll numbers for current and prior years, note that the payroll expense line item is not always on the same row.

    i attached a spreadsheet that shows the report format.
    Attached Files Attached Files

  2. #2
    Forum Expert DGagnon's Avatar
    Join Date
    02-23-2012
    Location
    Ontario, Canada
    MS-Off Ver
    Excel 2003, 2007
    Posts
    1,645

    Re: cosolidating report

    you could use a series of VLOOKUPs like this:

    =VLOOKUP(A9,'Company 1'!A:B,2,0)+VLOOKUP(A9,'Company 2'!A:B,2,0)+VLOOKUP(A9,'Company 3'!A:B,2,0)

    and this

    =VLOOKUP(A9,'Company 1'!A:C,3,0)+VLOOKUP(A9,'Company 2'!A:C,3,0)+VLOOKUP(A9,'Company 3'!A:C,3,0)
    If you liked my solution, please click on the Star -- to add to my reputation

    If your issue as been resolved, please clearly state so and mark the thread as [SOLVED] using the thread tools just above the first post.

  3. #3
    Forum Guru
    Join Date
    05-24-2011
    Location
    India
    MS-Off Ver
    365
    Posts
    2,243

    Re: cosolidating report

    Or,

    enter all sheet names (except summary) in a range. eg: J2:J4, then use SUMIF

    B9,

    Please Login or Register  to view this content.
    C9,

    Please Login or Register  to view this content.
    Then select both & drag down.
    Regards,
    Haseeb Avarakkan

    __________________________________
    "Feedback is the breakfast of champions"

  4. #4
    Registered User
    Join Date
    04-05-2012
    Location
    Aiyansh, Canada
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: cosolidating report

    Cool both work. Now i will use the formulas on my complex financial statement. I just need to tweak my data extractions then the formulas will work. i have another formula question. will post in a bit just going to add couple sheet to show you.

  5. #5
    Registered User
    Join Date
    04-05-2012
    Location
    Aiyansh, Canada
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: cosolidating report

    Attached is a revised report that requires the following formula:

    Department 1 is from Company 1. Now Department one allocates 40% of expenses to Company 2 and 40% expenses to Company 3. At the same time 80% of expenses from Department 1 are subtracted from Company 1.

    Is there or are there formulas that can assist me with this?
    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)

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