N
Neil
I am stumped by a table and how the data is laid out and need some help
figuring out how to sum the data in this format. Heres the layout:
Year Qtr Hours
2006 1 2
2006 2 1.5
2006 3 5
2006 4 1.25
2007 1 3
2007 2 1.5
2007 3 6
2007 4 1
Here's what I want to do. I want to sum 2006 Qtr 2 to 2007 Qtr 1 Hours.
The result would be 10.75.
Additionally I want to be able to have a user prompted to enter start year,
start Qtr followed by end year, end Qtr.
Any ideas?
figuring out how to sum the data in this format. Heres the layout:
Year Qtr Hours
2006 1 2
2006 2 1.5
2006 3 5
2006 4 1.25
2007 1 3
2007 2 1.5
2007 3 6
2007 4 1
Here's what I want to do. I want to sum 2006 Qtr 2 to 2007 Qtr 1 Hours.
The result would be 10.75.
Additionally I want to be able to have a user prompted to enter start year,
start Qtr followed by end year, end Qtr.
Any ideas?