A
analysis headache
I am trying to figure out how to sum certain cells in a row that correspond
to a Date in the same column. For example.
A B C D E
F G
1 DATE 1/1/2008 2/1/2008 3/1/2008 4/1/2008 5/1/2008
2 VENDOR 3/1/2008 10 20 30 40 50
In this example. I want to sum all the numbers in row 2 which have a date
greater then or equal to the date in cell b2.
to a Date in the same column. For example.
A B C D E
F G
1 DATE 1/1/2008 2/1/2008 3/1/2008 4/1/2008 5/1/2008
2 VENDOR 3/1/2008 10 20 30 40 50
In this example. I want to sum all the numbers in row 2 which have a date
greater then or equal to the date in cell b2.