Simulate string split function in Excel formula

后端 未结 8 1747
难免孤独
难免孤独 2020-12-09 09:15

I am trying to split a string in an excel formula, something like I can do in many programming languages, e.g.

string words = \"some text\".split(\' \');
         


        
8条回答
  •  没有蜡笔的小新
    2020-12-09 09:32

    Highlight the cell, use Dat => Text to Columns and the DELIMITER is space. Result will appear in as many columns as the split find the space.

提交回复
热议问题