Ashish Mathur
New Member
- Joined
- Mar 10, 2013
- Messages
- 40
- Office Version
- 365
- Platform
- Windows
Hi,
In range A2:A4, i have multiple text entries in each cell separated by comma and space (Please see image below). I have similar entries in range C2:C4. In range B2:B4, i want to see all matching items (items that exist in A2 and C2, A3 and C3 etc. I have solved it but i am sure there is a much better. In cell D2, i have this formula =TEXTSPLIT(A2,","). In cell I2, i have this formula =TEXTSPLIT(C2,","). In cell B2, i have this formula =TEXTJOIN(",",TRUE,FILTER(I2#,COUNTIF(D2#,I2#)=1)). I get the correct result in range B2:B4.
However, i want to solve this problem without using the helper columns which i have created in columns D and I. When i roll those formulas into the formula in cell B2, i get a #VALUE! error. Why am i getting this error and how can i resolve it?
Can somebody share a LAMBDA solution?
Thank you for your help.
In range A2:A4, i have multiple text entries in each cell separated by comma and space (Please see image below). I have similar entries in range C2:C4. In range B2:B4, i want to see all matching items (items that exist in A2 and C2, A3 and C3 etc. I have solved it but i am sure there is a much better. In cell D2, i have this formula =TEXTSPLIT(A2,","). In cell I2, i have this formula =TEXTSPLIT(C2,","). In cell B2, i have this formula =TEXTJOIN(",",TRUE,FILTER(I2#,COUNTIF(D2#,I2#)=1)). I get the correct result in range B2:B4.
However, i want to solve this problem without using the helper columns which i have created in columns D and I. When i roll those formulas into the formula in cell B2, i get a #VALUE! error. Why am i getting this error and how can i resolve it?
Can somebody share a LAMBDA solution?
Thank you for your help.