gina clemens
New Member
Hi,
I am using the formula
=VLOOKUP(H128,'First Conversion'!$1:$1048576,MATCH(G126,'First Conversion'!$1:$1,0),FALSE)
The cell H128 that I am looking up is a date and time which has been created using a formula. When I use the vlookup above it works fine for the first two dates and times but then when I get to the date and time in H128 it can not find it in the lookup array.
I have tryed =H128='First Conversion'!A4 ('first conversion A4' being the cell it should be finding) and it =TRUE
But when I use =MATCH(H128,'First Conversion'!A2:A4,0) it does not find cell A4 as a match.
If I copy and paste value 'first conversion A4' into H126 the vlookup works correctly.
Why is my vlookup not working!?
I am using the formula
=VLOOKUP(H128,'First Conversion'!$1:$1048576,MATCH(G126,'First Conversion'!$1:$1,0),FALSE)
The cell H128 that I am looking up is a date and time which has been created using a formula. When I use the vlookup above it works fine for the first two dates and times but then when I get to the date and time in H128 it can not find it in the lookup array.
I have tryed =H128='First Conversion'!A4 ('first conversion A4' being the cell it should be finding) and it =TRUE
But when I use =MATCH(H128,'First Conversion'!A2:A4,0) it does not find cell A4 as a match.
If I copy and paste value 'first conversion A4' into H126 the vlookup works correctly.
Why is my vlookup not working!?