YeshyTiger
New Member
- Joined
- Oct 21, 2008
- Messages
- 23
Good Morning,
I looked but didn't find another thread that addressed this question. If there is a post please direct me...
The question in short: Is it possible to use the wildcard function to find errors in an Excel workbook but then keeping the values of the wild card when replacing the error.
In long: I'm given a number of Excel data sheets to import regularly into another program but first I must check for the data to be in correct format. For example, data tagging is done in heirarchal order so a sample set might be : "A" then "A.1" and so on. Errors vary widely but 2 consistent problems are "A " and "A 1" . Because of this I cannot simply replace " " with "." I was hoping I could do a replacement code of find "* *" and replace with "*.*" In other words, keeping the values but replacing the error
Is this possible? Thank you
I looked but didn't find another thread that addressed this question. If there is a post please direct me...
The question in short: Is it possible to use the wildcard function to find errors in an Excel workbook but then keeping the values of the wild card when replacing the error.
In long: I'm given a number of Excel data sheets to import regularly into another program but first I must check for the data to be in correct format. For example, data tagging is done in heirarchal order so a sample set might be : "A" then "A.1" and so on. Errors vary widely but 2 consistent problems are "A " and "A 1" . Because of this I cannot simply replace " " with "." I was hoping I could do a replacement code of find "* *" and replace with "*.*" In other words, keeping the values but replacing the error
Is this possible? Thank you