Forum Discussion
pmpatane
May 03, 2021Copper Contributor
How do I use the CELL function to reference data on another sheet?
=CELL("Contents") without the reference returns the contents of the last updated cell on the current sheet. How do I get that to point to another sheet?
HansVogelaar
May 03, 2021MVP
pmpatane You'd have to reference a specific cell on the other sheet. If you want to see the value of the most recently changed cell on another sheet, you'd need VBA code.
pmpatane
May 09, 2021Copper Contributor
HansVogelaar I have tried numerous solutions, but it appears your statement is correct. I am good with VBA, but there are already so many different macros in this file, I'll just hide =CELL in the spreadsheet