szakharov7723
Board Regular
- Joined
- Jun 22, 2018
- Messages
- 85
- Office Version
- 2019
- Platform
- Windows
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 and in order to do that I need to understand every part of it.
I tried to take it apart, but it is not that obvious, because it shows no real value, so I can't really locate where operation takes place.
Can you please help me understand this formula in specifics ?
Like why exactly each formula has been used and what are these numbers and symbols.
=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 and in order to do that I need to understand every part of it.
I tried to take it apart, but it is not that obvious, because it shows no real value, so I can't really locate where operation takes place.
Can you please help me understand this formula in specifics ?
Like why exactly each formula has been used and what are these numbers and symbols.