Hi all,
I'M back for help again. I am having trouble working with an expense report file. People manually input their expenses and aren't always good about keeping the naming conventions correct to help me sort them (I can't add anything to the system to force them into giving me good data or I would). each description has at minimum their last name. I also have a listing of all Employee names. Here is what I am trying to do.
In the workbook I have the list of names in COlumn H and the field with the last name somewhere in column A
I currently have a formula
This only works if I link the formula to a cell in H with the correct employee description in A. If I don't I will get an error.![]()
=MID(A2,FIND(H2,A2),15)
Is there a way, VBA or otherwise, to get the formula to check through the list and find the correct last name to pull out?
Thanks in advance,
smls![]()
Bookmarks