It's been quite a while since I've attempted to use VBA and I'm very rusty, so I hope my explanation below makes sense.
I have an Excel Workbook that has a Sheet, called 'Journal', that has the following Column Headers - (A) Date, (B) Transaction Type, (C) Category and (D) Amount. Both Columns B and C have a variety of Values.
What I am trying to achieve is to SUM the amounts in the Amount Column (D) depending on the Month in Column A and the Values in Columns B and C and then posting the result to a fixed Cell in another Sheet (called 'Cash Flow').
If I was expressing this in English, I would say ......
In the Journal Sheet
IF Month in Column A = January
AND Value in Column B = 'Cash' or 'Cheque'
AND Value in Column C = "Membership"
Then SUM the qualifying amounts in Column D
Post result to Cell B2 in Cash Flow Sheet
I hope this makes sense.
The version of Excel I have is 'Excel for Mac - 2011', Version 14.5
I have an Excel Workbook that has a Sheet, called 'Journal', that has the following Column Headers - (A) Date, (B) Transaction Type, (C) Category and (D) Amount. Both Columns B and C have a variety of Values.
What I am trying to achieve is to SUM the amounts in the Amount Column (D) depending on the Month in Column A and the Values in Columns B and C and then posting the result to a fixed Cell in another Sheet (called 'Cash Flow').
If I was expressing this in English, I would say ......
In the Journal Sheet
IF Month in Column A = January
AND Value in Column B = 'Cash' or 'Cheque'
AND Value in Column C = "Membership"
Then SUM the qualifying amounts in Column D
Post result to Cell B2 in Cash Flow Sheet
I hope this makes sense.
The version of Excel I have is 'Excel for Mac - 2011', Version 14.5