Forum Discussion

kimbo1160's avatar
kimbo1160
Copper Contributor
Jan 21, 2020

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

  • mathetes's avatar
    mathetes
    Silver Contributor

    kimbo1160 

     

    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.

    • kimbo1160's avatar
      kimbo1160
      Copper Contributor
      thanks Mathetes. Looks like that's worked. you're a life saver 🙂
      • its_the_wil's avatar
        its_the_wil
        Copper Contributor

        kimbo1160 

        hi , i have the same problem, i couldn't solve it with indirect !! 

        any suggestions plz ?

Resources