+ Reply to Thread
Results 1 to 12 of 12

Consolidation Report - Existing Formula Not Capturing All The Data

  1. #1
    Registered User
    Join Date
    12-18-2012
    Location
    Miami, Florida
    MS-Off Ver
    Excel 2007
    Posts
    61

    Consolidation Report - Existing Formula Not Capturing All The Data

    Good morning.

    I have the following formula that I am currently using in my Consolidated Report (separate workbook - total of 4 workbooks involved here):

    =IFERROR(('[WORKBOOK1.xlsm]Breakdowns'!$D$12+'[WORKBOOK2.xlsm]Breakdowns'!$D$12+'[WORKBOOK3.xlsm]Breakdowns'!$D$12),"-")

    The current link values I am picking up are 0.8 in WORKBOOK1-Breakdowns; 0.0 in WORKBOOK2-Breakdowns; and 0.9 in WORKBOOK3. The result of the formula is "-" when it should be 1.7. I believe it is because there is a string "-" ( being used in formula. Not sure. However, my attempts to fix this have failed. Is there a Formula and/or Array Formula that I can use to solve this.

    I want the formula to do error trapping for strings, #DIV!; #VALUE!; and #N/A.

    Is this possible? Again, the above WORKBOOKS 1-3 consist of a lot of linked data within them and now I have to do a Consolidated Version off of them.

    Thanks a bunch for your assistance. Deanna

  2. #2
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    Please post a sample sheet with your data. If you leave out the IFERROR function, which error is returned?

  3. #3
    Registered User
    Join Date
    12-18-2012
    Location
    Miami, Florida
    MS-Off Ver
    Excel 2007
    Posts
    61

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    Hello Pepe Le Mokko,

    I receive the #VALUE! error is I just use a simple SUM() function. I have gone back on all the sheets and took out the hyphen and leaving the quotes empty.

    A consulting firm built this reporting system in excel for my company, so when I came aboard, I inherited the system and have been doing a lot of error trapping forumulas, etc. I cannot fix this one though and unfortunely, this system structure is huge and would I would have to send you many sheets, which is not feasible.

    Basically, there are 3 workbooks that the consolidated workbook is pulling information from. Each of the 3 workbooks contain links from other source workbooks. I went back on the "source" workbooks and took out the hyphens there also (leaving an empty string). I hope this does not mean it is still reading as a "string" in a mathematical equation. I have to come up with a better formula. Might be why I did a simple sum function and the #VALUE!.

    Anyhow, are you able to assist me? Deanna

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    Are your workbooks open ?

  5. #5
    Registered User
    Join Date
    12-18-2012
    Location
    Miami, Florida
    MS-Off Ver
    Excel 2007
    Posts
    61

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    Yes. My apology for being so vague, data files are confidential. I also realize this type of reporting belongs in a Relational Database. I wil be doing this project in the future but they have asked that I make this work for now.

    I hope you understand. Deanna

  6. #6
    Registered User
    Join Date
    12-18-2012
    Location
    Miami, Florida
    MS-Off Ver
    Excel 2007
    Posts
    61

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    Could someone please assist me with this
    Last edited by DDM64; 02-25-2013 at 09:34 PM. Reason: Unsolved

  7. #7
    Registered User
    Join Date
    12-18-2012
    Location
    Miami, Florida
    MS-Off Ver
    Excel 2007
    Posts
    61

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    Unsolved.

    Could someone assist me with this. Deanna

  8. #8
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    be sure to check the "sources" for string values. you can transform them to "real numbers" using text to column.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

  9. #9
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    Quote Originally Posted by vlady View Post
    be sure to check the "sources" for string values. you can transform them to "real numbers" using text to column.
    When you sum numbers, not using a function, it does not matter if the "numbers" are in fact text. The arithmetic operators will coerce hem as usual

  10. #10
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    @ pepe isn't that the other way around when you use function(sum) it will calculate but if not returns #value error

    [QUOTEWhen you sum numbers, not using a function, it does not matter if the "numbers" are in fact text[/QUOTE]
    A1 ->1
    A2->2
    A3-> C

    =A1+A2 +A3 ->error
    =sum(A1:A3) -> 3

    since in post #1 the OP used the first one thus giving the error message and the suggestion was just to make sure computations are accurate we never know.

  11. #11
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,448

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    Ah yes, I was talking about a "text number" or what should it be called?), not a real text string

  12. #12
    Registered User
    Join Date
    12-18-2012
    Location
    Miami, Florida
    MS-Off Ver
    Excel 2007
    Posts
    61

    Re: Consolidation Report - Existing Formula Not Capturing All The Data

    Good morning.

    I understand what you mean and I appreciate the assistance from both of you.

    Have a great day! Deanna

+ 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