HI, I want to extract the first element from ...

HI, I want to extract the first element from the โ€œKeyโ€ and paste it in the column โ€œproducto.empresaโ€. For example: in the first row, the table should contain the word โ€œLapizโ€.

How should I do it?

Thanks Fernando

1 3 457
3 REPLIES 3

Hi , Request you to try the expression =LEFT([Key],(FIND(":",[Key])-1)) in the column โ€œproducto.empresaโ€.

This expression is based on the assumption that the Key column values will always have a โ€œ:โ€ character immediately after the first element. For example Lapiz: , Hora:

etc, as you have given in sample.

Hope this helps and works.

Excelent! Thanks Translate

una mejor soluciรณn serรญa tenerlos separados desde la fuente. Probablemente te cause problemas en un futuro tener el color y el elemento juntos (o agarrarte de la llave para este caso) Translate

Top Labels in this Space