I Have a excel sheet under column a I have say 10 values cell A1 = 1, cell A2 = 2, cell A3 = 3.....cell A10 = 10 Now suppose a user changes the value in cell A3. say cell A3 = 1 so now all the other values should change dynamically say A1 will change to 2, A2 will change 3, A3 is already 1, A4 will change to 4 and so on... similarly if any other values changes the rest values should be arranged dynamically..keeping only the unique 10 values. no values should be repeated.
I have tried achieving this by copying the values but unable to do so. enter image description here
You can just do a formula saying adding 1 from the next one up
if you copy and paste it should automatically change
am I not understanding your issue properly?
Try this Change event for the worksheet ...
... since you asked for a revision. This uses "a_" in front of the number to show that it's auto generated and "u_" to show it's user generated.