Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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) -- "dbgskid" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return SEARCHED Column Number of Numeric Label and Value | Excel Worksheet Functions | |||
copy and pasting a find all list into another column | Excel Discussion (Misc queries) | |||
Match then lookup | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions |