I have the following list of data:
01/12/02
01/12/02
01/12/02
01/19/02
01/19/02
01/19/02
01/19/02
01/26/02
01/26/02
01/26/02
01/26/02
02/02/02
02/02/02
02/02/02
02/23/02
02/23/02
02/23/02
02/23/02
03/02/02
03/02/02
03/02/02
03/15/02
03/15/02
03/26/02
03/26/02
Assume the range of data is named "wedate" and starts in cell A10. In cell A1 is the date 01/31/02. I have the following formula entered into cell A2 =MAX(MONTH(dtldate)=MONTH(A1)) and enter it as an array. I want the formula to return the maximum date from "wedate" that falls in the month in cell A1. Unfortunately my formula returns -0-. Is there a way to write the formula to return the maximum date in "wedate" that falls in the month in cell A1?
01/12/02
01/12/02
01/12/02
01/19/02
01/19/02
01/19/02
01/19/02
01/26/02
01/26/02
01/26/02
01/26/02
02/02/02
02/02/02
02/02/02
02/23/02
02/23/02
02/23/02
02/23/02
03/02/02
03/02/02
03/02/02
03/15/02
03/15/02
03/26/02
03/26/02
Assume the range of data is named "wedate" and starts in cell A10. In cell A1 is the date 01/31/02. I have the following formula entered into cell A2 =MAX(MONTH(dtldate)=MONTH(A1)) and enter it as an array. I want the formula to return the maximum date from "wedate" that falls in the month in cell A1. Unfortunately my formula returns -0-. Is there a way to write the formula to return the maximum date in "wedate" that falls in the month in cell A1?