I need to compare two cells, from different sheets. They say the same thing, but for some reason the person who wrote them added a space in somewhere so the two cells do not match up.
ex. (underscores are spaces)
"PSGA-DOC-42786_ver_1.0_(ILC)" <> "_PSGA-DOC-42786_ver_1.0_(ILC)_"
The spaces are making the values unequal, so its impossible to run the code I've written correctly.
Is there any way to compare just the numbers (4278610=4278610)
ex. (underscores are spaces)
"PSGA-DOC-42786_ver_1.0_(ILC)" <> "_PSGA-DOC-42786_ver_1.0_(ILC)_"
The spaces are making the values unequal, so its impossible to run the code I've written correctly.
Is there any way to compare just the numbers (4278610=4278610)