I have a table of data in excel in sheet 1 which references various different cells in many other sheets. When I try to sort or filter the sheet, the references change when
The easiest method is to use the OFFSET function. So for the original example, the formula would be:
=offset(c2,0,-1)*1.33
="using current cell (c2) as reference point, get the contents of cell on same row, but one column to the left (b2) and multiply it by 1.33"