This works:
- Sheet1: Summary
- Sheet2: VMware Servers
- Sheet1 > Cell A1 Value "VMware Servers" - Same as Sheet2's Tab Name
- Sheet2 > Cell K45 Value "Dell"
Sheet1 > Cell B1 Value "Dell" via Formula =INDIRECT("'"&$A1&"'!K45")
This does not work and I'm stuck:
- Same
- Same
- Same
- Sheet2 > Cell K45 Value "Dell" - Locally Scoped Name "vendor"
Sheet1 > Cell B1 Value "ERROR" via Formula =INDIRECT("'"&$A1&"'!vendor")
Any ideas?
The issue is with a macro I'm using, I'll open another question for that...sorry