I'm trying to create a string and then execute it. By this I mean, taking 'A' and '20' concatenating them and then getting the value of A20 in that cell.
Examples:
="A" & "20" -> doesn't work
=(CONCATENATE("A", "20")) -> doesn't work
Is there an execute function in excel? Example
=EXECUTE("string value")
so then I could create a string it would execute similar to if I typed =string value