G
Golfinray
I have a spreadsheet inherited that I need to query. I imported it, changed
my datatypes to get them correct, etc. Here is the problem:
Payment Date Amount Payment
10/2/2007 $32,476 Partial
12/15/2007 $55,025 Partial
3/4/2008 $70,132 Partial
6/1/2008 $62,154 Final
I need to extract the first partial date and the final date. Then I can use
datediff to find out how long the project took to complete. I have tried
first, last, max, min, and have had no luck. Sometimes there are 3, 4, 5, or
more partials, sometimes just one payment all at once. All are tied to
project numbers. Thanks so much!
my datatypes to get them correct, etc. Here is the problem:
Payment Date Amount Payment
10/2/2007 $32,476 Partial
12/15/2007 $55,025 Partial
3/4/2008 $70,132 Partial
6/1/2008 $62,154 Final
I need to extract the first partial date and the final date. Then I can use
datediff to find out how long the project took to complete. I have tried
first, last, max, min, and have had no luck. Sometimes there are 3, 4, 5, or
more partials, sometimes just one payment all at once. All are tied to
project numbers. Thanks so much!