• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Hi SirJB7 I have already uploaded a sample file - http://speedy.sh/F3Ffe/Named-Ranges-Sample-Extract.xlsx - the solution suggested by Narayan works well. The only issue is that due to the high number of entries (~8000) across more than 10 worksheets is leading to a long, complicated formula...
  2. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Bump! Any suggestions? File size is shooting up to 25MB from 250kb (xlsx) and becoming too unwieldy to work with.
  3. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Hi Narayan/ Jeffrey Follow up to this query - how many sheets can be consolidated using the formula given by Narayan? Need to consolidate 12 sheets now and the formula is becoming too long and the file size is also shooting up. Any suggestions? VBA solution is also fine. Thanks
  4. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Jeffrey, its a shared workbook using Google. Everyone edits their respective location data (i.e. on their sheet) at the end of the week.
  5. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Jeffrey, Thanks so much for the input - the worksheets are all in the same workbook and hence the link shared is appropriate. Of course that is entirely macro based which I dont know much about and hence am still trying to understand it. Would you be able to suggest a VBA solution to my...
  6. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Narayan, Sure - let me know when possible regarding the first question. The macro solution sounds good - the first option seems quite efficient. Even if the new data is inserted in any order, I can always sort it (or even that can be automated). Regarding pivot tables - one of the reasons...
  7. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Ok. Got it. I was copying it only for exact requirement as the total/ subtotal rows come in at the bottom. Also, the entry was being done bottom-top i.e. newest data on top. Anyhow, that can be managed. Named ranges are dynamic and include fresh data, so no issues there as well. For my...
  8. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Narayan, Got it - so if it has to be truly automatic, then macros will be required. As of now, the insertion of rows will be required regularly i.e. for every new row added in either M,B or C, a row needs to be added in the Master sheet. Whether the addition of rows is at the bottom or...
  9. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Narayan You are seriously GOOOOD!! Here I have been struggling with this since a couple of days making absolutely no headway and you have a solution in a half hour. Thanks man! Wow - though I am sure it will take me sometime before I fully understand the straightforward way. Anyhow, it...
  10. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Hi, As required, the sample workbook is attached below. http://speedy.sh/F3Ffe/Named-Ranges-Sample-Extract.xlsx
  11. J

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet

    Merge/Stack Multiple Named Ranges (Across Multiple Worksheets) in a Master Sheet I would appreciate help in a problem which I am facing - despite all efforts of searching multiple blogs/ forums (including my favorite, chandoo.org), I am unable to find a non-VBA solution. Briefly, I work for...
  12. J

    XIRR for Non Contiguous Data [SOLVED]

    Narayan, Thanks for all the suggestions till now. Appreciate it. Till you get any fresh ideas, I will assume this thread is resolved. Vinay
  13. J

    XIRR for Non Contiguous Data [SOLVED]

    Dear Narayan, Seems to be that XIRR is pretty buggy and is prone to many errors, most notably, 2.98 error when empty cells, zero-valued date cells are entered, be they at the beginning, middle or end of the value and date ranges...
  14. J

    XIRR for Non Contiguous Data [SOLVED]

    Dear Narayan, Suppose if I want to filter the worksheet data for investments made since calendar year 2005 to date (Column AI to be filtered by selecting 2005, 2007, 2008 and 2009 years - Total Outflow will be Rs. 91,575 and Current Value/ Inflows Total will be Rs 117,380), then the XIRR...
  15. J

    XIRR for Non Contiguous Data [SOLVED]

    Narayan, I have tried to put your explanation to good use in finding filtered XIRR from the data, but am still in a mess. I have uploaded the sample file with my 3 best attempts at using CHOOSE/ OFFSET and Array Functions to solve the problem. File uploaded to...
  16. J

    XIRR for Non Contiguous Data [SOLVED]

    Dear Narayan, Awaiting followup to your previous message.. Haseeb, Narayan, anyone, Any ideas on how to compute XIRR from filtered data as mentioned above?
  17. J

    XIRR for Non Contiguous Data [SOLVED]

    Haseeb - that is seriously brilliant! Simple and elegant.. Thanks! Narayan - I would still love to understand the formula you suggested if you can spare the time for it. Any ideas for getting XIRR for filtered data though?
  18. J

    XIRR for Non Contiguous Data [SOLVED]

    Sure. Appreciate all the time you are spending on this.
  19. J

    XIRR for Non Contiguous Data [SOLVED]

    Narayan, I think you have misunderstood me. You are absolutely correct that if the dates and values differ in number, XIRR will not work. There are multiple portfolios for which I need the XIRR calculated. One of the portfolios has 1126 rows and the other has 3214. The number of entries of...
  20. J

    XIRR for Non Contiguous Data [SOLVED]

    Hi Narayan, I had named the ranges but was not using either of TRANSPOSE/ MOD/ ROW/ INT. In fact with simple OFFSET I was getting the same #NUM! error. Can you take me through why we are using the above functions? I would really appreciate a step by step explanation so I understand properly...
  21. J

    XIRR for Non Contiguous Data [SOLVED]

    Narayan, Thanks a ton! I tried the same approach by naming ranges, somehow it didnt work for me. I will compare both files and see where I was going wrong. But this definitely seems like it works well - I only have to try and implement this over 3000 rows and see if that complicates matters...
  22. J

    XIRR for Non Contiguous Data [SOLVED]

    Hi, I have already gone through multiple websites including the ones sent by you and short of UDF using VBA (which I dont understand at all) there doesnt seem to be any solution. IRR accepts non contiguous ranges, but not XIRR. I am not sure if Excel 2010 or 2013 supports this function and...
  23. J

    XIRR for Non Contiguous Data [SOLVED]

    Hi, I have been an avid follower of this site and the tips have helped to a great extent (short of the cape and spandex pants!) I would appreciate if you someone could help me out with a couple of issues I am facing. For a portfolio management sheet, the data available is Col 1 - Outflow...
Back
Top