I have a spreadsheet where, through code, I find a particular part number and return information based on the result of the find statement. If I take the dashes out of the part number I'm searching for, is there a way to code the search so that dashes are ignored in the data I'm searching? For example, if I'm searching for plt1, I want it to find plt-1. I haven't been able to find a way to do that. We don't want to take the dashes out of the data being searched.
Thanks...
Thanks...