Hello and thank you for the chance to ask for help - I am having a tough time here..I am trying to reference just the last 4 non-repeating digits in one cell. A user will input their account number in a userform I create and I want to have only the last 4 non-repeating digits appear on a cell on Worksheet2. I think the logical step wpuld be to eliminate all duplicate numbers in the account number, then use the RIGHT(TEXT, 4) function.. I apologize in advance for asking something which is likely simple to the other members here, but I am stumped.
Thank you
Thank you