Ask Experts Questions for FREE Help !
Ask
    RodriguisIUR's Avatar
    RodriguisIUR Posts: 10, Reputation: 1
    New Member
     
    #1

    May 18, 2010, 05:27 PM
    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.
    JBeaucaire's Avatar
    JBeaucaire Posts: 5,426, Reputation: 997
    Software Expert
     
    #2

    May 19, 2010, 05:25 PM

    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.

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Excel Macro [ 13 Answers ]

I have some code that loops through a row and a column and compares data. When it finds the values being equal it copies the columns the row is in and pastes it on another sheet along with the previous value of the column. For Each CCell In Range("C2:C65418") If Not IsEmpty(CCell.Value)...

Excel macro [ 4 Answers ]

I need to run a macro that opens excel so I can kick off "application.ontime" basically my macro should run without me having to start excel, just have the computer and outlook running. Is that possible?

Activating Macro in Excel 2007 [ 1 Answers ]

When transferred my files from an old computer with Excel 2003 to Vista based PC with Excel 2007, the old macros do not work. Please help me to activate the macros. Thanks Sdharmarajan

How to Automate a macro in excel [ 4 Answers ]

A program logs files at random in txt. abc_log.txt (example) When new info. Is added to the txt file,manualy activate macro and it does what it suppose to do, all OK there. Is there a way a macro code or excel, or perhaps a BAT program can be made to simply "detect" when new data is added...


View more questions Search