I work in a hospital and have occasion to create lists requiring chart
numbers. Those familiar with medical files are familiar with terminal digits.
Is there a way in Excel to make a list in numeric order by terminal digit?
I think you'd have to create a 'helper column' that had just the terminal
digit, and sort by the terminal digit then by the full number. To capture
that terminal digit, suppose your chart number is in A2. Then in B2, you
could use =mod(a2,10) to get the final digit from the number (if your
'numbers' are really text, use =right(a2,1) instead of the mod function).
Autofill that formula through the entire column.
HTH. --Bruce
quot;Cheryl Bquot; wrote:
gt; I work in a hospital and have occasion to create lists requiring chart
gt; numbers. Those familiar with medical files are familiar with terminal digits.
gt; Is there a way in Excel to make a list in numeric order by terminal digit?
- Feb 22 Thu 2007 20:35
Terminal Digits
close
全站熱搜
留言列表
發表留言