Simulate string split function in Excel formula

后端 未结 8 1721
难免孤独
难免孤独 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:29

    If you need the allocation to the columns only once the answer is the "Text to Columns" functionality in MS Excel.

    See MS help article here: http://support.microsoft.com/kb/214261

    HTH

提交回复
热议问题