View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mikael Lindqvist Mikael Lindqvist is offline
external usenet poster
 
Posts: 19
Default Find unique value in list (TIME), not working

Good morning everyone,

I'm fairly good with Excel but this problem really stumps me. I have one
list with two columns:

1) Time (hh:mm:ss)
2) Integer (interval 0 to 200)

Now, from a value (reference next cell on the left) I want to match the
"Time" in my list (above) and return the integer on same row.

A simple FINDROW (I think that's the english name for the function, I'm
using a swedish version) does the trick, all the time, but not now. If I
force an exact match I get the "#missing!"

Same thing for the super-allround index(c1:c10;match(a1;d1:d10;0)

If I set it to not exact matching it "guess" right most of the time, but not
always.

This surely has something to do with the "time" format of the cell, but I
can't for my life guess what's causing this hicup.

Here's an example of the data:

LIST, kolumn C and D
Integer, Time
0 00:01:00
0 00:02:00
0 00:03:00
1 00:04:00
1 00:05:00
1 00:06:00
2 00:07:00

Kindly,
Mikael
Sweden