What if the two dates are the same amount of days away?
=IF(ABS(TODAY()-A1)=ABS(TODAY()-A2),"Either
Date",IF(ABS(TODAY()-A1)=MIN(ABS(TODAY()-A1),ABS(TODAY()-A2)),A1,A2))
If they can never be the same number of days away from today like if they
are 7 days apart then the formula can be shortened to:
=IF(ABS(TODAY()-A1)=MIN(ABS(TODAY()-A1),ABS(TODAY()-A2)),A1,A2)
--
HTH
Sandy
In Perth, the ancient capital of Scotland
(e-mail address removed)
(e-mail address removed) with @tiscali.co.uk