Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 262 Bytes

File metadata and controls

17 lines (11 loc) · 262 Bytes

Excel

Split string on character

Before

=GAUCHE(<column>; TROUVE("<character>"; <column>) - 1)

After

=DROITE(<column>; NBCAR(<column>) - TROUVE("<character>"; <column>))