What is the formula that fails?
=indirect("b2")
=concatenate(indirect(a19),indirect(a20),indirect(a21))
What do you have in A19, A20, and B2 exactly and what is the outcome you want to obtain?trying to combine three cells with indirect.
One of them has Text (a19), the other two have numbers (b2) and (a20)
What do you have in A19, A20, and B2 exactly and what is the outcome you want to obtain?
I'm confused... why are you talking about the INDIRECT function when the cells you want to reference contain the values you want to work with. Doesn't this do what you want (or am I missing something)?A--------------------B-------------------------C
--------------------12648------------------------
LGR-----------------------------------------------
1--------------------------------------------------
--------------------------------------------------
LGR126481--------------------------------------
I have those 3 cells. I want to combine them to get LGR126481.