Question : Excel 2010 text to columns formulae

Hello,

We have data that is delimited by "_" come through to a column which looks something like:

data1_data2_data3_data4

We are using a formula that looks like:

=IF(ISERROR(LEFT(B8,FIND("_",B8)-1)),"",LEFT(B8,FIND("_",B8)-1))

this will split out the first segment of data however how do we split out the 2nd,3rd and 4th segement of data using a forumlae.

Thanks :)

Answer : Excel 2010 text to columns formulae

1:
2:
3:

function get_all_children($list, &$array){
Random Solutions  
 
programming4us programming4us