This is the current formula and it works for every other type, normal numerical numbers and alpha numeric numbers. When it is just numeric with a leading zero it will not return the data.
Does anyone know why this isn't working and what we can do to make it work?
=IFERROR(INDEX({Shipping Log - Date}, MATCH(IFERROR(VALUE([ld_lot]@row), [ld_lot]@row), {Shipping Log - Lot Number}, 0), 0), "No Shipping Log Entry")