Cell Reference in a different tab

alzasp

New Member
Joined
Apr 25, 2017
Messages
13
I have a formula, "=IF(phases!C5="IN","IN","OUT")", in a different tab that asks for data from the "phases" tab. However, when I have to filter or sort the "phases" tab data, the data that was in cell C5 moves to another cell but the formula in the other tab keeps the "phases" tab cell reference as C5, it does not adjust the cell reference to follow the original data. I need the formula to follow the data, not keep the same cell reference after a sort is made.

Any suggestions?

 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
Maybe create a new column that has an identifier (such as an OriginalSortOrder) on the phases sheet,
Then your formula would need to be changed to do a VLookup to find the OriginalSortOrder row, then check the C column for IN.
 
Upvote 0

Forum statistics

Threads
1,216,111
Messages
6,128,899
Members
449,477
Latest member
panjongshing

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