Forum Discussion
kimbo1160
Jan 21, 2020Copper Contributor
Removing double quotes around strings returned by formulae
I've constructed a cell range using concatenate which works fine except that when it is returned, Excel sticks double quotes around them and my match function fails.
I've tried trim&substitute. I've tried putting the function into a cell and removing the function to make it the actual value. nothing works.
Any suggestions please?
e.g. Concatenate("D","35",":","D","42") is displayed as D35:D42 in excel but returns "D35:D42" as the parameter of Match.
7 Replies
Sort By
- mathetesSilver Contributor
Not sure about this, but it looks to me as if what might want is =INDIRECT("D35:D42")
Try that. If it's not what you're seeking, come back with an example spreadsheet and a more complete description.
- kimbo1160Copper Contributorthanks Mathetes. Looks like that's worked. you're a life saver 🙂
- its_the_wilCopper Contributor