J
jcollot
I have a spreadsheet with data that i get from various sheets an
concatenate in order to create a range for use with indirect.
In an array i need a value to change automatically depending on row an
colum... If I am say in F3 and use column() the result is 6, row() give
me 3... No problem
Up to now I was referencing cells (row 100) in which I ha
incrementally put the values B100=A100+1.... All this in a formula o
the type :
=INDIRECT(CONCATENATE("Data!",T(Data!A$192),"$",F$100)
To clear things out this could give me =INDIRECT(DA$6)
Now if I replace the F$100 with COLUMN() this fails... F$100 contain
value 6, COLUMN() on its own returns 6. Any ideas
concatenate in order to create a range for use with indirect.
In an array i need a value to change automatically depending on row an
colum... If I am say in F3 and use column() the result is 6, row() give
me 3... No problem
Up to now I was referencing cells (row 100) in which I ha
incrementally put the values B100=A100+1.... All this in a formula o
the type :
=INDIRECT(CONCATENATE("Data!",T(Data!A$192),"$",F$100)
To clear things out this could give me =INDIRECT(DA$6)
Now if I replace the F$100 with COLUMN() this fails... F$100 contain
value 6, COLUMN() on its own returns 6. Any ideas