Hi Guys,
Currently i'm using below codes and manual edit when the rows changes. Is there any ways we can simplify this (other than concat) or reference to specific cell and we just keyed in the row number.
For eg, enter 5 if we need the row 5 data and the result will be something like "TESTA5-C5" instead?
![]()
=CONCATENATE("TEST ",A1," - ",C1)
Bookmarks