@coinmaster These values are what is called comma separated, am not sure but if this is a CSV then I think this is all you can do. the ; is what is used to separate values (in this case), you can get excel to place each value into separate cells but it's not a simple task.
|If this helps this is how I get data from a comma separated sheet into another.
=IFERROR(('C:\Users\Bob\AppData\Roaming\MetaQuotes\Terminal\06980EAAF7FCC460D7BD131105CC3518\MQL4\Files\folder[csv document name]sheet name'!$A2)," ")
Hope this helps


