Hi,
Thanks for the explanation, I kind of understand it but I'm not sure it
would be suitable for what I am trying to do. I have done a number of
observations on a group of animals and recorded the behaviours, what I am
trying to do is call the 1st animal I see as 1st, the second as 2nd and so
forth. so for example animal 1 shows feeding, animal 2 shows feeding and
movement. in order to show which animal I am referring to I need to enter
1st, 2nd etc. so I can see the range of movements associated with each animal.
I suspect what I am trying to achieve is not possible and may have to stick
with 1,2,3, etc.
Many thanks for your help
chieflx
"Mike H" wrote:
> Hi,
>
> I assume you used this formula from the website
>
> =A1&IF(AND(MOD(A1,100)>=10,MOD(A1,100)<=14),"th",CHOOSE(MOD(A1,10)+1,"th","st","nd","rd","th","th","th","th","th","th"))
>
> If so it can't go in A1. The formula loks at A1 and in another cell returns
> the ordinal value of what it finds there.
>
> Mike
>
>
>
> "chieflx" wrote:
>
> > Hi Mike,
> >
> > Thanks for the quick reply, I have tried copying the formula shown on the
> > link but it comes up with a 'circular error', unfortunately I do not know
> > enough about functions and logic equations to solve this. I have tried
> > changing the A1 to the cell I am using but it still gives the error message.
> > If you have an idea of how I need to edit the formula I would be grateful.
> > also do you know if this would allow multiple entries in one cell?
> >
> > Many thanks
> > Chieflx
> >
> > "Mike H" wrote:
> >
> > > Hi,
> > >
> > > Look here
> > >
> > > http://www.cpearson.com/excel/ordinal.htm
> > >
> > > Mike
> > >
> > > "chieflx" wrote:
> > >
> > > > I am trying to use number format to present sightings in ordinal sequence. I
> > > > need to enter multiple sightings in one cell so I would like to be able to
> > > > type 1, 2, 3, etc. and it to appear as 1st, 2nd, 3rd etc.. I am not sure how
> > > > to set this up or even if it can be done but any help would be gratefully
> > > > received.
> > > >
> > > > Many thanks
> > > >
> > > > Chieflx