Forum Discussion
select values from other sheet and paste into bunch of texts in between
I need the text to be aligned in multiple lines. Also, if I change the values from source text, it's not reflecting straightaway as it reflects in case of "vlookup" and I also want if someone change this text , it should immediately reflect on reference sheet. Since , I am not allowed to paste pictures, I am not able to explain it effectively. Hope , you able to make out from my question.
Regards
Regards
- Martin_WeissOct 26, 2022Bronze Contributor
Hi AlokBeheria
I do not understand why changes are not reflected immediately on your side. As it is just a cell reference to another sheet, any changes there should be visible right away in the formula cell.
Concerning text alignment and maintaining the static texts, I see your point. To a certain extent, you can deal with it by entering all static texts in separate cells. And then concatenate them in one formula cell.
=A1&CHAR(10)&A2&CHAR(10)&A3&" "&Sheet2!A1&" "&A4&CHAR(10)&A5
The CHAR(10) inserts a line break. Please note that in order to get these line breaks working, you need to adjust the column with, so it's wide enough. And you have to activate the "Wrap text" functionality:
I admit this is far from perfect, but it's the best solution I can offer.
- AlokBeheriaOct 27, 2022Brass ContributorThanks a ton .. You really rocked !! . I was able to create multi line feed with your help . Also, would like to tell you that the problem for "change effect immediately" is perished by it's own.
Once again thanks a millions.
Regards