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
Compact and repair doesn't work on a shared folder
Serious logon issue
Not downloading Offline address book files. A server (URL) could not be located. 0X8004010F
Polycom ViewStation EX Network setup
How do I get the F6 storage drivers to work on a 8100 Elite Convertable Mini Tower?
MS Excel, dynamic graph.
how can i get a list of client inbox rules through powershell
export the sas dataset to create a table in my sql database
Access VBA set all values of a Yes/No field to no
Javascript form validation problems