K
K Das
Is it possible to lock a particular cell - which means
that even if the data is sorted, the data does not go to a
new cell, but remains in its cell for eg.
Cell A1 = 1
Cell A2 = 3
Cell A3 = 2
Now if I sort on column A, it would appear as follows:
Cell A1 = 1
Cell A2 = 2
Cell A3 = 3
Whereas I want it to appear as follows:
Cell A1 = 1
Cell A3 = 2
Cell A2 = 3
Something similar to filtering of data
Regards
that even if the data is sorted, the data does not go to a
new cell, but remains in its cell for eg.
Cell A1 = 1
Cell A2 = 3
Cell A3 = 2
Now if I sort on column A, it would appear as follows:
Cell A1 = 1
Cell A2 = 2
Cell A3 = 3
Whereas I want it to appear as follows:
Cell A1 = 1
Cell A3 = 2
Cell A2 = 3
Something similar to filtering of data
Regards