So yeah surprisingly I didn't find any explanations on this semi complicated formula
=SUBSTITUTE(MID(SUBSTITUTE("_" & B7&REPT(" ",6),"_",REPT(",",255)),2*255,255),",","")
So here I used it to extract a value between "_" characters. But I want to make other additions/operations to this formula...