2009-06-07 16:10:51 UTC
In order for me to compare the data, I normally seperate the data into multiple columns using the text to columns function.
The second and third data part of my phone number revert to a zero value and therefore I do not have the ability to isolate the exact phone #'s from each data source.
Example (Part A): I want my phone # '(612) 497- 0010' , to show as fixed width | ( | 612 | ) | | 497 | - | 0 | 090 |
Example (Part B): Objective, after un-needed columned data is removed, (to display as in columns) | 612 | 497 | 0 | 010 | (to match to my second data set)
HERE'S MY PROBLEM: No matter what 'number formatting' that I apply to source data or the new data cells, I get the following unusable result: | ( | 612 | ) | | 497 | - | 0 | 10 | ( or if the # is '(623) 497- 9000' , I get: | ( | 623 | ) | | 497 | - | 9 | 0 | )
I need to get all the #'s in order for me to continue my phone number audit project.