sagobogger
Technical User
Here's a problem that I usually have to spend a lot of time to fix. I need to create a lookup between two big sets of data from different sources. The lookup column contains both pure numerics and mixed alphanumerics, e.g.
10021
10022
1002F
V5364
Murphy's law usually dictates that the fields in one list will have numeric and alphanumeric vales all formatted as text, and the other list will have the numerics as numbers, and the alphanumerics as text, so they won't work directly in a lookup.
Is there some formula I can apply to all cells in both lists to get them to a common format (in a new column) that will work in a lookup? e.g. I can use VALUE to convert the text numerics to real numbers, but that will fail #VALUE! on the alpha fields.
10021
10022
1002F
V5364
Murphy's law usually dictates that the fields in one list will have numeric and alphanumeric vales all formatted as text, and the other list will have the numerics as numbers, and the alphanumerics as text, so they won't work directly in a lookup.
Is there some formula I can apply to all cells in both lists to get them to a common format (in a new column) that will work in a lookup? e.g. I can use VALUE to convert the text numerics to real numbers, but that will fail #VALUE! on the alpha fields.