A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Jim,
I would prefer to use a macro or some VBA code, rather than an adjacent column.
One solution I have worked out is to simply format the ordinal numbers as text strings, and then when I want to perform operations on them (such as MIN()), I can extract the numeric part of the string, convert to a number, and use arrays. But this seems a little clumsy and I am wondering if there is a more elegant way to do it.
I am surprised that Excel does not have ordinal numbers built in!
Thanks,
Craig