Microsoft
Software
Hardware
Network
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(B
8,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
http://php.net/manual/en/l
anguage.re
ferences.p
ass.php
1: 2: 3:
function get_all_children($list, &$array){
Random Solutions
Which Java IDE is as friendly as Visual Studio
Saving data to multiple text file
exchange 2010 transport hangs on starting
VBA assistance
custom Flex DataGrid Filter
SBS 2008 Inetpub log files
SQL Express 2008 R2 not showing instance or server name
Count/sum items between dates
Help with PHP statement
How do I get a user ID from a logged in user and include it in my query