G
Guest
You can use the InStr Function to determine where the ( is located and then
use the Left function to pull everything in front.
OR
Use the replace function to replace "(M)" with "".
use the Left function to pull everything in front.
OR
Use the replace function to replace "(M)" with "".