I have a spreadsheet that has 6 columns of dates, G thru L, that I need the max date that it is not later the date in column D. I need the result in column N
Sample data:
D F G H I J K L
7/30/2012 12/27/2012 blank 12/27/2012 12/27/2012 blank 12/27/2012 12/27/2012
8/7/2012 12/28/2012 blank 6/21/2012 8/3/2012 6/13/2012 12/28/2012 8/3/2012
7/10/2012 11/29/2012 7/9/2012 7/3/2012 7/9/2012 7/9/2012 11/29/2012 7/9/2012
I can get the max date from G thru L, but can not figure out how to make sure that it is before D
Thanks.
Sample data:
D F G H I J K L
7/30/2012 12/27/2012 blank 12/27/2012 12/27/2012 blank 12/27/2012 12/27/2012
8/7/2012 12/28/2012 blank 6/21/2012 8/3/2012 6/13/2012 12/28/2012 8/3/2012
7/10/2012 11/29/2012 7/9/2012 7/3/2012 7/9/2012 7/9/2012 11/29/2012 7/9/2012
I can get the max date from G thru L, but can not figure out how to make sure that it is before D
Thanks.