R
RonM
Is there a means of creating a relative reference to cells using the
Indirect function?
For instance I have a series of sheets for different countries and a
summary sheet that I want to populate from the same cell on the sheet
for a single country say cells C10:N15. Sheets are named Territory1,
Territory 2 etc
If on the summary sheet cell, A3 (named "TerritoryIn") the territory
whose values I want is entered say Territory 3 then I want to the
value in cell C10 to be 'Territory 3'!
I have seen an example posted on this group using Rows($1:n) to
identify the row viz. =INDIRECT("$A$3!C"&ROWS($1:10)) but when I try
to used "COLUMNS" to identify the colun reference I get a reference
error.
Can someone help?
Thanks
Ron
Indirect function?
For instance I have a series of sheets for different countries and a
summary sheet that I want to populate from the same cell on the sheet
for a single country say cells C10:N15. Sheets are named Territory1,
Territory 2 etc
If on the summary sheet cell, A3 (named "TerritoryIn") the territory
whose values I want is entered say Territory 3 then I want to the
value in cell C10 to be 'Territory 3'!
I have seen an example posted on this group using Rows($1:n) to
identify the row viz. =INDIRECT("$A$3!C"&ROWS($1:10)) but when I try
to used "COLUMNS" to identify the colun reference I get a reference
error.
Can someone help?
Thanks
Ron