Hi!
An example:
Let's say I have two sheets: XSheet and YSheet.
On XSheet I named cell AA1 ”fps”.
In cell XSheet.Z2 I have the following:
=fps*(V2-W2*3600-X2*60-Y2)
This works fine.
However, the same thing doesn't work on YSheet.
The result is #VALUE!
I've also tried things like =XSheet.fps*(V2-W2*3600-X2*60-Y2), but with no
success.
Also, I can't name a cell ”fps” on YSheet, since the name is already taken.
So what is the proper way to handle this? How can I reference a cell name
on another sheet?
Kind regards
Johnny Rosenberg