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

Tracking Finances with VBA

Hi everyone,

I have made a new years resolution to keep track of my finances. What better way to leverage Excel and it's capabilities with VBA??

I am able to download account activity into csv files from my banking website. I am writing vba to take the raw extract file and format it to my liking, and add it to a running log of my finances.

Part of the formatting I need help with is the column for the amount of each transaction. This column includes both positive and negative numbers. I want to take this column and split it into a debit column (positive) and credit column (negative).

Please see the attached file.

Thanks for your help!
 

Attachments

  • vba_finance_demo.xlsx
    9.2 KB · Views: 6
Hi Jeffrey ,

Can you not use an IF statement ?

Check the file.

Narayan
 

Attachments

  • vba_finance_demo.xlsx
    9.6 KB · Views: 5
I have made a new years resolution to keep track of my finances.
Hi, Jeffrey Lebowski!
So did I... but with formulas only. Give a look at the uploaded file.
Now I have my problems solved at least until end of year 2023.
Regards!
 

Attachments

  • Tracking Finances with VBA (for Jeffrey Lebowski at chandoo.org).xlsx
    10.6 KB · Views: 6
Hi, Jeffrey Lebowski!
Glad you solved it. Thanks for your feedback and welcome back whenever needed or wanted.
Regards!
 
Back
Top