Formula and Sort problem

kplldjp

New Member
Joined
Jan 21, 2005
Messages
4
I have two columns of fixed data and one is a formula

That is

A b C Result of formula
1 john 1 1
2 mary c1+1 2
1 phil C2+1 3
2 dave c3+1 4
3 mark c4+1 5

when I try to re-sort based on column A, the results of my formula get screwed up because the formulas now do nor reference properly

What I want is to have the result of the formula to be fixed data, even if it is another column so that if I sort of A the results will still be available

Bottom line: I want to take the result from a formula and make it fixed so I can sort based on other criteria.

I hope this is clear
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
if you lock the cells by using the $ i.e. $c$1 - this should solve your problem

$c - locks it to C
$4 - locks it to 4....

u can use either one or both
 
Upvote 0
Thanks for the reply but that does not quite do it. I want the result of the formula to travel with the sorted data. using the lock causes that column to stay static, missrepresenting the data.

Kevin.
 
Upvote 0
For what is it worth and to close off this question i resolved it by doing a
copy and then paste special (vaules) to a new column and then sorting
on this new column. It works and I am happy
 
Upvote 0

Forum statistics

Threads
1,214,632
Messages
6,120,652
Members
448,975
Latest member
sweeberry

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