Hello.
I have an spreadsheet file with 2 sheets. the first include the data columns and a comment column from row 2 to 50. The second include the text of the comments (20-30) which I like to use for drop down list but i like to include data from the first sheet in the text, I used the indirect to include the data Indirect(“Sheet1.A”&ROW()). I am out of luck. I can’t generate the drop down list in the first sheet . I try to make the dropdown list which include the text and when select the element of the drop down list in the sheet1 comment column in row x, it will include the specified data from sheet1 of row x. The data is in different part of the text in every comment in sheet2. Somebody can give me an advice how I can do it?
Thanks a lot for any help
Regards