Ok, so I have a list of serial numbers in one column, the first one or two numbers of every serial relate to information on another page; every serial number starting with 2 is a certain type of truck, every serial number starting with 16 is another type of truck. (EX: 16483 = 16, 2005 = 2). I just want the lookup to match the first one or two digits of hte cell value to the lookup information.
My formula looks like:
=IF(ISERROR(VLOOKUP(J2,Sheet1!$G$10:$J$28,3,FALSE)),"",VLOOKUP(J2,Sheet1!$G$10:$J$28,3,FALSE)*(Sheet2!F2))
I haven't been able to successfully use a wildcard to pick these up. Can anyone help?
Thanks
2007-09-20
05:53:50
·
9 answers
·
asked by
Sapper
2
in
Programming & Design