Hi,
I have a need to convert a range of numbers so that only a part of the number is placed into a separate cell. For example I would have the following list:
345.65
6543.34
76.22
3456.87
456.32
I need to be able to extract from these numbers so that in a separate column I get only the decimal point and numbers after it.
ie.
.65
.34
.22
.87
.32
I have not been able to do this, any help would be greatly appreciated![]()
Bookmarks