VBA Rank Update

emerskey21

New Member
Joined
Dec 21, 2020
Messages
4
Office Version
  1. 365
  2. 2016
  3. 2013
Platform
  1. Windows
Help!

I wanted to automatically adjust the ranking of existing range once I click a button.

Picture3.png


Thank you and regards,
 

Excel Facts

Format cells as currency
Select range and press Ctrl+Shift+4 to format cells as currency. (Shift 4 is the $ sign).
Your post has been here a while with no response - often a sign that people don't understand the question.

Here's a simplistic interpretation:

ABC
1Old RankNew rank
21--->10
321
432
543
654
765
876
987
1098
11109
Sheet2
Cell Formulas
RangeFormula
C2:C11C2=IF(A2=1,10,A2-1)

Presumably there's more to it than this? Can you please elaborate, including why you envisage needing to click a button?
 
Upvote 0

Forum statistics

Threads
1,215,025
Messages
6,122,732
Members
449,093
Latest member
Mnur

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top