How do I auto populate an Excel 2010 cell when a different cell is manually populated in the same worksheet but a different tab?
Asked
Active
Viewed 26 times
1 Answers
1
To reference a single cell in another tab:
Sheet_name!Cell_address
E.g.
Sheet2!A1
To reference a range of cells in another tab:
Sheet_name!First_cell:Last_cell
E.g.
Sheet2!A1:B2
Giacomo1968
- 58,727
Mr Ethernet
- 4,459