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

    Array formula problem

    OK! This appears to have worked! I understand why multiplying the booleans works, but I wonder why the AND function doesn't? I suppose it must have to do with the order of evaluation... In case it's of some added value to any forum readers, here is my "ultimate" array formula that takes...
  2. A

    Array formula problem

    Thanks - btw :) In the example data in my post, e.g. in row 2 the result would be 0.97 that way (see "values in array"), not 1.
  3. A

    Array formula problem

    That will only calculate the current row intersect. It would be more correctly written with @ for all references in that case, but it's only a subset of the calculation this way.
  4. A

    How to run a VBA in a new workbook from the existing one

    An alternate solution would be to NOT modify "Master file" with your macro, but copy the desired data from Master File to a nwe workbook, and save that instead.
  5. A

    How to run a VBA in a new workbook from the existing one

    Did you try the suggestion of putting your code in another workbook besides "Master file"? With your overall approach to the task, you will have the exact problem you are having. Try creating a new workbook such as "Master File Automater" or what have you. Put the code there. You will have...
  6. A

    How do I consolidate several tables in one long table?

    Oh, one more suggestion. You could consider keeping all the transaction tables in one table to begin with. In that case, you would probably want an added column to indicate which bank/bank account the transaction was associated with. Then, you could filter that table on bank account when...
  7. A

    How do I consolidate several tables in one long table?

    Depending on your needs, there are various ways to merge tables that are laid out differently. One simple way is to manually modify the layout to be the same, then copy and paste the data from one sheet to the other (or both to a new sheet). The topic you linked to appears to be dealing with...
  8. A

    Scoring error's with multiple data ranges problem. need help!

    Hi wxmeddler (are you meddling with the weather?? :D ), I'm going to make some guesses as to your terminology... verification: the actual amount of precipitation measured verification range: bracketed margin of error of the forecast One basic solution, given that you understand the...
  9. A

    Array formula problem

    Hi everyone, Excel 2010 I previously asked for help with this formula on the EXCEL-L mail list (LSOFT) but didn't get a solution. I have a worksheet that has a table with three date/time columns: The first column of interest, DATE, is a calendar day (i.e. September 24, 2011). The second...
  10. A

    Hello .. Introduce yourself

    Hi, I'm Asa. I just found your site looking for some articles to recommend to someone on a particular Excel question they had on the EXCEL-L MS Excel Developers mail list (Chandoo, I linked to your excellent article with a broad take on form controls) In the 90s I worked as a programmer and...
Back
Top