letters for numbers
On 21 Nov, 17:56, rk0909 wrote:
all i am trying to reference worksheets using the INDIRECT function.
e.g. Sheet1, Sheet2, Sheet3
i am using formula = indirect("sheet"&a1&"BJ102") to refer to one of the
sheets. A1 will have either 1, 2, or 3 representing the sheet.
I want to copy this formula accross the row but i really want BJ to change
with every cell i.e. the next formula on the right should really read =
indirect("sheet"&a1&"BK102") without physically changing BJ to BK.
What is the best way to do this?
thanks much.
RK
RK,
I am sure there is an easier way but I always use another
indirect....it works for me.
Matthew
|