I have an excel table with many formulas that use structured references. When I convert to a range (way easier to work in for my purpose) the structured go away but then I have a problem sorting. They still reference the work sheet that I am in but do change to a cell reference like $AD7.
This is the start of the formula when it is a table with structured references: IF([@[ABC]]=0,"-",IF([@XYZ]="XXX","Manual Review",...
This is the start of the formula when I convert to a range: =IF('Sheet1'!$AD7=0,"-",IF('Sheet1'!$F7="XXX","Manual Review",
It looks OK except for including the sheet name even when it is in the same sheet (not a lookup to another sheet).
But... If I sort the data the rows keep the original row value- not the new row. In this example, after my sort the data is now in row 1,514 but it is still referencing row 7, even though there is no $ on the 7 in the formula.
IF('Sheet1'!$AD7=0,"-",IF('Sheet1'!$F7="XXX","Manual Review",
Has anyone else seen this problem? Is there any way to fix this without having to rewrite all of my formulas to be non-structured references?
Thanks in advance for any assistance
This is the start of the formula when it is a table with structured references: IF([@[ABC]]=0,"-",IF([@XYZ]="XXX","Manual Review",...
This is the start of the formula when I convert to a range: =IF('Sheet1'!$AD7=0,"-",IF('Sheet1'!$F7="XXX","Manual Review",
It looks OK except for including the sheet name even when it is in the same sheet (not a lookup to another sheet).
But... If I sort the data the rows keep the original row value- not the new row. In this example, after my sort the data is now in row 1,514 but it is still referencing row 7, even though there is no $ on the 7 in the formula.
IF('Sheet1'!$AD7=0,"-",IF('Sheet1'!$F7="XXX","Manual Review",
Has anyone else seen this problem? Is there any way to fix this without having to rewrite all of my formulas to be non-structured references?
Thanks in advance for any assistance