Hi there!
I recently moved from Excel to LibreOffice and I am working with files that I used to work with in excel with no problems. However I am facing this issue in Libre Office Calc and I would love if someone could give me a hint with this matter, this is the formula I am using:
=TEXTJOIN("/ ",0,IF($E$2:$E$281=E3,$N$2:$N$280,N2))
The purpose of $E$2:$E$281=E3 is to find all cells that are duplicated in column E and merge the content of those cells that is in column N.
In excel, this cell brought the data in N only for those cells in E that were True, in LibreOffice it is bringing all data in the range from N2 to N280. It is working find if it is false.
How do I make it filter only the ones that are actually duplicated?
Here it is an example:
E N Current Result Expected Result
A 1 1 1
B 2 2 2
C 3 1/2/3/4/5 3/4/5
C 4 1/2/3/4/5 3/4/5
C 5 1/2/3/4/5 3/4/5
I´d appreciate your help.
[Slightly edited by @Lupp for better readability.]