Thread: Match function
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Biff
 
Posts: n/a
Default Match function

Hi!

Try this:

=MATCH("01/07/05",INDEX(TEXT(A1:A10,"mm/dd/yy"),,1),0)

Biff

"David" wrote in message
...
I am doing a match function using dates. Column A has weekly dates with a
Header, "Date", going back about 5 years and formated short, mm/dd/yy.
Match
works if I use a cell address with a date in it, it works if I use the
serial
number for the date, but I am having a really hard time trying to put the
date in manually ie as a Text Value. The literals I have tried include
01/11/99, "01/11/99", #01/11/99".

I have also tried using the DateValue function in an attempt to get the
Serail number of the date, but keep getting #VALUE!, although the serial
number in know by Excel and is apparent whan a cell is selected. The
serial
number is visible as soon as a cell is selected, but the answer does not
translate down.

In the end I will be trying to take a date, add 365 days to it and do a
match funtion based on this calculated datebut I am having a hard time
just
making the function work well. Then I will trying and put it into code.
Any
help would be appreciated.


--
David