I'm sure this is simple for lots of people, but I can't seem to get it. I
have a date generated by a formula. I need to see if this date is in a list
of dates. I tried MATCH, but I couldn't make it work. I looked at VLOOKUP
in the Help file, but couldn't see how to make that work either. I need
this in an IF formula in another cell.
If anyone can line me out on this, I would greatly appreciate it.
Ed
ed@HelpExcel.com - 22 Feb 2007 18:43 GMT
If you use vlookup with the false parameter at the end, that should
work.
Regards,
Eddie
http://HelpExcel.com
Ragdyer - 22 Feb 2007 18:57 GMT
Are the dates in the list and the dates returned from the formulas *TRUE*,
XL recognized dates?
If yes, post your formulas with particulars on datalist configurations.

Signature
Regards,
RD
---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
> I'm sure this is simple for lots of people, but I can't seem to get it. I
> have a date generated by a formula. I need to see if this date is in a
[quoted text clipped - 5 lines]
>
> Ed
KC Rippstein - 22 Feb 2007 18:59 GMT
Hmm, MATCH should work. Let me demonstrate and see if this clears it up:
date you have is in A1, list of dates is in column B, then
=IF(MATCH(A1,B:B,FALSE),do_this_formula,otherwise_do_this_formula)
Does that help?
> I'm sure this is simple for lots of people, but I can't seem to get it. I
> have a date generated by a formula. I need to see if this date is in a
[quoted text clipped - 5 lines]
>
> Ed
Ed - 22 Feb 2007 19:18 GMT
That got it! Thank you.
Ed
> Hmm, MATCH should work. Let me demonstrate and see if this clears it up:
> date you have is in A1, list of dates is in column B, then
[quoted text clipped - 10 lines]
>>
>> Ed