I have a string in a cell in Google Sheets that I build (that's why it is a string)
index(split(D9,"/"),1)
Now i need to turn this as a real formula - the opposite of formulatext()
something like TextToFormula() !
I usually use the indirect
function, but when including a formula, it does not work
Any idea how to proceed ?