• 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.

Recent content by juzzvinay

  1. J

    XIRR for Non Contiguous Data [SOLVED]

    Yes I agree with you - I think there is some other formula which is slowing it down. I just tried it in the test files (without the main files open) and it works superfast. With 6GB of RAM, my pc has no reason to slouch. Will try again to make the new formula work. It works fine for Security...
  2. J

    XIRR for Non Contiguous Data [SOLVED]

    Lori is on a roll!! Works great - a bit resource intensive, but not too much. Unfortunately, the above is not working error free - or maybe I haven't understood it well enough to implement it correctly. I'm not sure about which portion of the file is requiring time to save but the file...
  3. J

    XIRR for Non Contiguous Data [SOLVED]

    Wow.. Thanks Lori! Seems to work - will try in it one of the main sheets tomorrow and let you know how it goes. Never in a million years would I have been able to structure this on my own!o_O Awesome:):DD :awesome::awesome::awesome::awesome::awesome:
  4. J

    XIRR for Non Contiguous Data [SOLVED]

    As required, latest sample file is attached. Calculation is set on Manual because it takes too long to respond. So please press F9 after making any changes.
  5. J

    XIRR for Non Contiguous Data [SOLVED]

    I came back to this thread to actually post some updates on the XIRR formula last time. Previously I needed to find out the XIRR of a series of portfolio transactions i.e. XIRR of the entire portfolio. Now recently we needed to expand this to find out XIRR of all stocks/ asset classes...
  6. J

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

    Thank you very much Kind Sir!! This is just :awesome:! I was so sure that the solution was within reach and all it took was just a few additional words. Of course knowing which words and where to use them is what makes all the difference. I am sure it will work although I should probably check...
  7. J

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

    Sample File http://speedy.sh/9tST7/Named-Ranges-Sample-Extract.xlsm VBA Code - As suggested by @jeffreyweir (Modified from code in http://chandoo.org/forum/threads/creating-a-priority-table-from-multiple-tables-solved.10785) Private Sub Worksheet_Activate() Dim lo As ListObject Dim...
  8. J

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

    Thanks SirJB7 for the quick revert. I thought it would be a simple entry to input external tables/worksheets/ workbooks. If you can think of some way to modify the code to allow one time setup of external file links it would be great but don't waste too much time over it. At the risk of...
  9. J

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

    Hi, Apologies for the delay in replying - financial year end pressures!! SirJB7 - could you explain the 'simple' code? How can I select what portion of which table from which worksheet from which external workbook should be merged? For ex, I have 4 different (but similar layout and format)...
  10. J

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

    @SirJB7 Thank you very much!! I really thought you had forgotten about it ;) - let me try to understand it during the day and see if I am getting stuck again. I am sure many people, along with me, will find this useful. :)
  11. J

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

    @Cruiser Thanks - would appreciate the help on the question. I solved it somehow, but I don't think I will be able to do it again. So it would be good to know an alternative.
  12. J

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

    Sir JB7 Hope you have had the time to go through the post. Do let me know if you can help me out. Looking forward to hearing from you. Regards
  13. J

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

    Sorry SirJB7 - I tried to minimize and prioritize the questions but I guess once my curiosity itches, it needs to be scratched.:) Juanito - Thanks for the suggestion. I have come across the RDB add in earlier and its from there I got the idea of a userform asking which worksheets/ tables should...
  14. J

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

    Thanks SirJB7.. Your solution works but it is not suitable in my case as I frequently update the associated worksheets - around 200 a month. Also, since I have more than 8000 rows across worksheets and 40 odd columns the file size is unwieldy as well. Jeff's solution works just fine - I am only...
  15. J

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

    Thanks so much SirJB7! I will definitely try out you suggestion and let you know how it works. From what I understand this is not automated and I will have to manually add rows in the summary sheet each time new rows are added in the 3 dynamic tables. I have already implemented a VBA solution...
Back
Top