3
In Excel, you can tell a cell to reference another cell in order to calculate its value. I'd like to be to do the opposite, to get any cells that reference the currently-selected cell. Is this at all possible in Excel, either as one of the built-in functions or a VBA script?
1Thanks, that worked for me. One thing to keep in mind though is that it only seems to work for the selected cell, even if you highlight more than one. – Daniel T. – 2010-12-07T00:15:48.720
Also note that it does not work for cells on another worksheet that refer to the selected cell. – Firefeather – 2010-12-07T16:07:01.707
Actually, Trace Dependents and Precedents do tell you about links from another sheet. A dashed arrow is drawn from the cell to a small grid icon, and double-clicking on this arrow pops up a Go To dialog with a list of cells. – Jon Peltier – 2019-09-10T12:49:49.117