Hi,
I am completely new to this so apologies if there is an easy answer or maybe you can point me in the right direction.
Basically I have 2 sheets that have data HW Sheet and Components Sheet. I want to pull data from rows based on a match from Column D of the Components Sheet to Column D of the HW sheet where there is a match and textjoined with line breakups in the same cell.
* HW Sheet - Column A is the main value we want to look for on Column A of the Components Sheet (1.0, 2.0 etc)
* If there are matches (usually multiple) then I want to pull data from Column E where it's row has a match based on column A of the components sheet, broken up line by line using TEXTJOIN(CHAR(10) in Column D of HW Sheet
I hope I have explained this well enough, but have also provided pictures. I have tried various types of textjoin, if and isnumber but completely lost.
I am completely new to this so apologies if there is an easy answer or maybe you can point me in the right direction.
Basically I have 2 sheets that have data HW Sheet and Components Sheet. I want to pull data from rows based on a match from Column D of the Components Sheet to Column D of the HW sheet where there is a match and textjoined with line breakups in the same cell.
* HW Sheet - Column A is the main value we want to look for on Column A of the Components Sheet (1.0, 2.0 etc)
* If there are matches (usually multiple) then I want to pull data from Column E where it's row has a match based on column A of the components sheet, broken up line by line using TEXTJOIN(CHAR(10) in Column D of HW Sheet
I hope I have explained this well enough, but have also provided pictures. I have tried various types of textjoin, if and isnumber but completely lost.