as usual, it's a botch job that others will improve on.
There's a function "Isnumber" that allows you to get rid of the NA stuff.....
So I somehow built a new column so I only had numbers or blanks =IF(isnumber(a1),a1,0) or something like that which gave a list of numbers with 0s, so the rank put them all to the bottom.
You might want to change the last number to -10000 or something to make sure it's at the bottom, then hide the column and rank that column
Sure you get the idea.
Incredibly I had to do this a few days ago.as usual, it's a botch job that others will improve on.There's a function "Isnumber" that allows you to get rid of the NA stuff.....So I somehow built a new column so I only had numbers or blanks =IF(isnumbe
Ah Lori : you'll have realised maybe that I tried to put in some symbols in my original post that weren't recognised by the forum programme, just noticed it
Ah Lori : you'll have realised maybe that I tried to put in some symbols in my original post that weren't recognised by the forum programme, just noticed it
I may be barking up the wrong tree but maybe your query is similar to one I had myself a while back. Fellow forumite Compound Magic came to my rescue. I have posted my original query and the eventual solution from Compoung Magic below.
Question
I have columns of data for several races each day , e.g.
Cell A1 'Race', Cell B1 'Rating', Cell C1 'Horse'
Cell A2 '1.45Bangor', Cell B2 '105', Cell C2 'Seven Is My Number' Cell A3 '1.45Bangor', Cell B3 '101', Cell C3 'Kings Forest' etc, etc.
I want to rank my ratings for each individual race. I have experimented with Rank formulas but they keep ranking from all the races in the spreadsheet and not the individual races.
I believe an array formula may be appropriate but I'm unsure as to how to construct it.
You will have to type it in. Copy and paste may not work
starfish and coffeeI may be barking up the wrong tree but maybe your query is similar to one I had myself a while back. Fellow forumite Compound Magic came to my rescue. I have posted my original query and the eventual solution from Compoung Magic