I am using an excel workbook to rank product sales uing this formula:
RANK(D3,D3:D46,0) +COUNTIF(D3:D3,D3)-1
The problem is when I fill it down the page the range advances adding to the data ranked. I need it to add the next cell but keep the range D3:D46
So if I drag this the next line would be
RANK(D4,D4:D47,0) +COUNTIF(D4:D4,D4)-1
Is there a way to add the next cell without changeing the range or changing each formula ?
Thanks
Patrick