Hi,
I have 4 fields of product codes that I want to merge them into a single field (WITH A FORMULA TOOL) based on:
Please see table below
1st row: if they all contain "same" field names, only display one outcome
2nd row: if only some fields are the same, seperate them with a dash (-)
3rd row: if there is only one entry in any of field 1, 2,3,4 display it on the newfield (or if there are two entries, display all etc)
4th row: if field 1,2,3,4 are all empty, display nothing " "
5th row: If they are all different, display all in "newfield" and seperate them with a dash
| Field1 | Field2 | Field3 | Field4 | NEWFIELD |
| AB | AB | AB | AB | AB |
| AB | CD | AB | SD | AB-CD-SD |
| | AB | | | AB |
| | | | | |
| AB | BC | DC | FD | AB-BC-DC-FD |