I'm having a strange sort of day and my mind is jumbled. I haven't posted here in years but always got the help I needed when I have posted. I'm hoping for some help again. I'm sure on any other day the solution would come to me but it's just one of those.
I have a field which is stored as varchar. Most of the values are numeric except for about 3%. There's good reason for that and I don't think it is something that will change. However, I need to export this into excel as a a number EXCEPT for the 3% which are alphanumeric. I need those to remain alphanumeric. I don't think the VAL function will work because that will just return the numeric portion of the field and not retain the letter.
If I use if numerictext then tonumber it will show a zero for the field...
*sigh*
Any ideas? I should just sleep on it but I need it done sooner than later and don't have the time to put it aside for too long.
Regards,
jk
I have a field which is stored as varchar. Most of the values are numeric except for about 3%. There's good reason for that and I don't think it is something that will change. However, I need to export this into excel as a a number EXCEPT for the 3% which are alphanumeric. I need those to remain alphanumeric. I don't think the VAL function will work because that will just return the numeric portion of the field and not retain the letter.
If I use if numerictext then tonumber it will show a zero for the field...
*sigh*
Any ideas? I should just sleep on it but I need it done sooner than later and don't have the time to put it aside for too long.
Regards,
jk