R
rekoop
Is there a function that will read the value in one cell
and place a corresponding value in the cell the function
is located?
i.e. cell A1 contains the name of a city. A hoped for
function in Cell B1 would read the value in A1 and place
population drawn from another location (i.e. sheet 2).
The would allow for the populations to be changed outside
of the function.
As different city names are listed down column A the
corresponding populations are read into the cell in
column B.
I was thinking of an if statement but all the variables
would have to be cell references.
I hope this makes sense and thank-you for any suggestions.
and place a corresponding value in the cell the function
is located?
i.e. cell A1 contains the name of a city. A hoped for
function in Cell B1 would read the value in A1 and place
population drawn from another location (i.e. sheet 2).
The would allow for the populations to be changed outside
of the function.
As different city names are listed down column A the
corresponding populations are read into the cell in
column B.
I was thinking of an if statement but all the variables
would have to be cell references.
I hope this makes sense and thank-you for any suggestions.