Dear Sir,@Shabbo ... hmm?
If You would like to get V-column's row number for matching 'Vechile No'
write next to cell [A2] and copy down...
=IFERROR(MATCH(LEFT(MID(F2,14,99)&" ",12),V:V,0),"none")
but but ... someway not so clear, what do You really want to do?
Dear Sir,Shabbo
Aren't those F2 & V2 'Vechile number' same?
... and You didn't say WHERE do You would like to get something - or how?
As I tried to wrote - Write to Cell [A2] that formula!
View attachment 40273
and still, someway not so clear, what do You really want to do?
Its working exactly the way I want thank you.original:
I wanted to lookup Vehicle no from F column to Vehicle no from V column is matching.
In F column vehicle no after Advance Paid and in V column it only vehicle no how to lookup.
NO MARKS of TRUE or FALSE -results!
Now, You changed ... so here is one possible TRUE/FALSE
=IFERROR(IF(MATCH(LEFT(MID(F2,14,99)&" ",12),V:V,0)>0,TRUE,FALSE),FALSE)
And of course, those could be different, but in sample, ALL MATCH!