G
Guest
I have 2 columns with dates, "Receipt" and "Completed". I'm trying to determine the oldest receipt date for the ones not completed. Any ideas?
Thanks. Amy
Thanks. Amy
determine the oldest receipt date for the ones not completed. Any ideas?Amy said:I have 2 columns with dates, "Receipt" and "Completed". I'm trying to
determine the oldest receipt date for the ones not completed. Any ideas?Amy said:I have 2 columns with dates, "Receipt" and "Completed". I'm trying to
enter as an array I get 6/1/04 as the result. The answer I'm looking for isAmy said:Thanks Andy B - Here's my example:
Rec Comp
6/1/04 6/2/04
6/1/04 6/2/04
6/2/04
6/2/04 6/3/04
6/3/04 6/3/04
6/3/04
With the formula mentioned below I get 1/0/00 as the result. If I don't
ranges to the cells that have values I get the correct answer. How can IAmy said:Thanks for all your work on this Andy B.
OK, I figured out the problem but still with no solution. If I limit my