impressive
New Member
- Joined
- Oct 3, 2022
- Messages
- 12
- Office Version
- 2019
- Platform
- Windows
- MacOS
Hello everyone,
this is my first thread here in this forum. For quite some I am using excel now with great fun and passion. Thanks to this forum I was able to solve many obstacles when I got stucked.
However, today I really need to ask for help as I am stucked for a few days already.
So here is my problem:
My goal is to list all products with a particular Item number (for example 1001) in a cell- separated with a comma.
In my excel sheet are many products listed.
So for example:
1001 Zylinder
1001 Gasket
2001 Maintenance Cost
1001 project costs
2001 Hotel and allowance
I tried the following formula:
=TEXTJOIN(",";TRUE;(IF('sheet1'!$A$14:$A$600=1001;'sheet'!$E$14:$E$600;"")))
This also works almost perfectly fine- however, in the cell where excel should list the products, only the first item is listed.
Example of what I want: Zylinder, Gasket, project costs
Example of what I get: Zylinder
It seems to me that excel is listing the first item and stops after, but the question is why?
I tried it also with the very basic example where I put all words and formula on one sheet and it works perfectly fine. for example:
Can anyone help me please?
this is my first thread here in this forum. For quite some I am using excel now with great fun and passion. Thanks to this forum I was able to solve many obstacles when I got stucked.
However, today I really need to ask for help as I am stucked for a few days already.
So here is my problem:
My goal is to list all products with a particular Item number (for example 1001) in a cell- separated with a comma.
In my excel sheet are many products listed.
So for example:
1001 Zylinder
1001 Gasket
2001 Maintenance Cost
1001 project costs
2001 Hotel and allowance
I tried the following formula:
=TEXTJOIN(",";TRUE;(IF('sheet1'!$A$14:$A$600=1001;'sheet'!$E$14:$E$600;"")))
This also works almost perfectly fine- however, in the cell where excel should list the products, only the first item is listed.
Example of what I want: Zylinder, Gasket, project costs
Example of what I get: Zylinder
It seems to me that excel is listing the first item and stops after, but the question is why?
I tried it also with the very basic example where I put all words and formula on one sheet and it works perfectly fine. for example:
1 | Hello | I , am, now, at, home, HELLO | Here is the formula that i wrote into C1: =TEXTJOIN(", ";TRUE;(IF($A$1:$A$10=5;$B$1:$B$10;""))) | |
5 | I | |||
5 | am | |||
5 | now | |||
5 | at | |||
5 | home | |||
3 | right | |||
3 | now | |||
5 | HELLO | |||
Can anyone help me please?