Ask Me Help Desk

Ask Me Help Desk (https://www.askmehelpdesk.com/forum.php)
-   Spreadsheets (https://www.askmehelpdesk.com/forumdisplay.php?f=395)
-   -   While Macro Excel 2007 (https://www.askmehelpdesk.com/showthread.php?t=471646)

  • May 18, 2010, 05:27 PM
    RodriguisIUR
    While Macro Excel 2007
    Hello!

    I would like to have some help in this:

    - I have one column with Date, most of them sequencial, but some are duplicates


    Like this:
    2010-12-23 | -120$
    2010-12-24 | +100$
    2010-12-25 | +250$
    2010-12-25 | -50$
    2010-12-25 | -90$
    2010-12-25 | -100
    2010-12-26 | +900$
    2010-12-27 | +55$
    2010-12-27 | -2000$
    2010-12-28 | +100$
    ...

    Each date has an expense in other column (debit or credit), but I only want to know the daily variation. It doesn't matter how many intraday transactions were made.

    I tried with an IF formula but without success. Maybe it's better a macro but I don't understand anything of macros.

    Thanks.
  • May 19, 2010, 05:25 PM
    JBeaucaire

    I have many Consolidation and Parse macros on my website.

    The macros here seem to be most what you're needing...

    Columns to Rows - See Part 4

    To use that macro, you can drop your data into the sample workbook posted on that site, Part 4. Or you can take the macro out of the workbook and put it in yours. The macro is designed to merge the data in column B matching the values in column A.

  • All times are GMT -7. The time now is 11:03 AM.