Hi guys, basically is there anyway that I can make this formula ignore first 6 digits of a code so the lookup will be the last 4 digits to lookup, for example 6440072282 the lookup value will basically be “2282” not sure how if incorporate that into the formula?
Thanks.
=IF(ISNA(VLOOKUP(C5,’CARD REGISTER’!A:C,3,0)), “”,VLOOKUP(C5,’CARD REGISTER’!A:C,3,0))
Bookmarks