B
Brian
Hello,
I have data in the form of:
DATE AMOUNT
like:
June 1, 2002 $100
June 5, 2002 $100
July 1, 2003 $125
Aug 9, 2003 $150
The data comes from an external program, and I would prefer to leave it
in this format so I can easily update it from the program.
I have had no luck so far in figuring out a function that will sum up
all the values in AMOUNT where the year from the DATE column is 2002 or
2003. The goal is to tell how much was spent each year.
Does anyone have an idea on how to do this?
Thank You.
-Brian
PS: I'm also shooting for per month per year, but that's just a bonus
right now.
I have data in the form of:
DATE AMOUNT
like:
June 1, 2002 $100
June 5, 2002 $100
July 1, 2003 $125
Aug 9, 2003 $150
The data comes from an external program, and I would prefer to leave it
in this format so I can easily update it from the program.
I have had no luck so far in figuring out a function that will sum up
all the values in AMOUNT where the year from the DATE column is 2002 or
2003. The goal is to tell how much was spent each year.
Does anyone have an idea on how to do this?
Thank You.
-Brian
PS: I'm also shooting for per month per year, but that's just a bonus
right now.