How do I split text in an excel cell?



How do I split text in an excel cell?..

Answer / Rishu Kumar

To split text into separate cells or rows within a single cell in Excel, you can use the LEFT, MID, RIGHT, and FIND functions. One common method is to use the combination of LEFT and FIND functions: Place the text you want to split in the first cell, select an empty adjacent cell, enter `=LEFT([text_cell], FIND(" ",[text_cell],1) - 1)` and drag the formula down or across to copy it for the remaining parts. This will split the text at each space character.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MS Excel Microsoft Interview Questions

How do I increase font size in excel drop down list?

1 Answers  


What is advantage of ms excel?

1 Answers  


How do you copy table from excel to word and keep formatting?

1 Answers  


What is xlookup?

1 Answers  


What are the major differences between a spreadsheet and a database?

1 Answers  


How do I restrict a response in excel?

1 Answers  


What is the importance of pivot table?

1 Answers  


What do you mean by spreadsheet?

1 Answers  


What is the difference between vlookup and lookup?

1 Answers  


What are values in excel?

1 Answers  


How do you calculate 20% in excel?

1 Answers  


How do I change the default font in microsoft excel?

1 Answers  


Categories