+ Reply to Thread
Results 1 to 7 of 7

Can I CONDITIONALLY add cell content from multiple workbooks into a Summary workbook?

Hybrid View

kthakur Can I CONDITIONALLY add cell... 04-13-2012, 02:30 PM
FDibbins Re: Can I CONDITIONALLY add... 04-13-2012, 03:10 PM
kthakur Re: Can I CONDITIONALLY add... 04-15-2012, 08:01 PM
FDibbins Re: Can I CONDITIONALLY add... 04-15-2012, 08:47 PM
kthakur Re: Can I CONDITIONALLY add... 04-17-2012, 06:35 PM
FDibbins Re: Can I CONDITIONALLY add... 04-18-2012, 07:44 AM
kthakur Re: Can I CONDITIONALLY add... 04-18-2012, 01:03 PM
  1. #1
    Registered User
    Join Date
    07-26-2010
    Location
    Pasadena, US
    MS-Off Ver
    Excel 2007
    Posts
    21

    Question Can I CONDITIONALLY add cell content from multiple workbooks into a Summary workbook?

    Hi all,

    I tried finding the forums for this particular kind of questions raised but could not find much useful answers.

    Here's what I am trying to accomplish:

    I have 12 different workbooks which have identical worksheet structure and cell structure. Basically these are financials of 12 different properties and all have a sheet in them called "cashflows". For now, let's call them Workbook 1 through Workbook 12. Let's assume cell D5 of each of these workbook's sheet called "cashflows" contains the Total Revenue number for the month of Mar 2012.

    I've been tasked to create a summary workbook where the D5 cell of the "cashflow" sheet of the summary workbook would basically add the contents of the D5 cell of the cashflow sheet of each of the 12 workbooks. Which is very easy to do right! Just open all 12 and point them manually. Well!!

    Here's the TWIST -

    I need to create an additional sheet in this summary workbook which would give me flexibility to decide which of the workbooks gets included in this exercise. So for instance if my boss says exclude properties 3,7 and 8 from the summation in the summary (portfolio) workbook, I would like to change the value of a cell from "1" to "0" and make this happen.


    Can someone please provide some guidance on what my approach should be? Any guidance is greatly appreciated!!

    Thank you!
    KT
    _________
    K.Thakur
    Sr. Fin. Analyst

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Can I CONDITIONALLY add cell content from multiple workbooks into a Summary workbook?

    perhaps a 3 col table, A= list of the different files, B= a "switch" next to each 1, C = a formula that, if B is selected, gives the file reference, and if not selected, gives "". Then in your formula, reference every instance of C
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    07-26-2010
    Location
    Pasadena, US
    MS-Off Ver
    Excel 2007
    Posts
    21

    Re: Can I CONDITIONALLY add cell content from multiple workbooks into a Summary workbook?

    Thank FDibbins!

    Will give it a shot and circle back... What would that col 3 formula look like if u dont mind helping me.

    Thanks again!!

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Can I CONDITIONALLY add cell content from multiple workbooks into a Summary workbook?

    if you dont mind gaps in the table for those WB's not selected, something as below would work....

    =if(cell_used_to_select=0,"",[workbook1.xlsx]Sheet1!$A$1)

    if you would prefer the answer across all WB's to be in just 1 cell (for each "set" of data, of course), i will work on something for you

  5. #5
    Registered User
    Join Date
    07-26-2010
    Location
    Pasadena, US
    MS-Off Ver
    Excel 2007
    Posts
    21

    Re: Can I CONDITIONALLY add cell content from multiple workbooks into a Summary workbook?

    Thank you FDibbins!!

    Your suggestion really helped...

  6. #6
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: Can I CONDITIONALLY add cell content from multiple workbooks into a Summary workbook?

    glad to help. if this fixed your problem, please mark the thread solved, and dont forget to add to my reputation by clicking onthe star

  7. #7
    Registered User
    Join Date
    07-26-2010
    Location
    Pasadena, US
    MS-Off Ver
    Excel 2007
    Posts
    21

    Re: Can I CONDITIONALLY add cell content from multiple workbooks into a Summary workbook?

    Done n Done

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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