HOW CAN I SORT A "RANKED" COLUMN WITHOUT LOSING THE FORMULA?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have created a ranking sheet for sales performance that automatically ranks
based on sales numbers. The rank formula works fine, but when ever I try to
sort the data based on the numeric ranking the formula in the column loses
its integrity.
 
You could try making the range that is evaluated an absolute range, so the range referenced by each formula won't change after the sort. For example:

Change: =RANK(a1,a1:D100)
To: =RANK(a1,$a$1:$D$100)

--

I have created a ranking sheet for sales performance that automatically ranks
based on sales numbers. The rank formula works fine, but when ever I try to
sort the data based on the numeric ranking the formula in the column loses
its integrity.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top