Hi,
I am using a vlookup formula to (attempt to) return a date from a table. The columns are arranged as so:
The formula I use is like this:
=vlookup(A6,$T$3:$X$4,5,FALSE)
the table in which this formula resides has job numbers in the 'A' column (same format etc. as lookup table).
The problem is that vlookup returns answers for the date that are completely wrong. For example, instead of returning 15/11/2010 on one of them, it returns 16/03/1900. The two date formats are the same as are the two job number formats (numbers, not text). I am an experienced user of the vlookup function and have never seen this happen before.
Does anyone have an idea of what's going on?
Thanks,
H
I am using a vlookup formula to (attempt to) return a date from a table. The columns are arranged as so:
PHP:
T U V W X
1 JobNo x y z date
2
3 1199 .. .. .. 10 Mar 09
4 1188 .. .. .. 26 Feb 09
etc.
The formula I use is like this:
=vlookup(A6,$T$3:$X$4,5,FALSE)
the table in which this formula resides has job numbers in the 'A' column (same format etc. as lookup table).
The problem is that vlookup returns answers for the date that are completely wrong. For example, instead of returning 15/11/2010 on one of them, it returns 16/03/1900. The two date formats are the same as are the two job number formats (numbers, not text). I am an experienced user of the vlookup function and have never seen this happen before.
Does anyone have an idea of what's going on?
Thanks,
H