Forum Discussion

Evan_Whitman's avatar
Evan_Whitman
Copper Contributor
May 02, 2024
Solved

Google sheets to Excel

Hello all. When saving a Google sheets doc to Excel all of the formulas that are referencing other tab values are giving me the #REF. The document converts fine in viewing / read only but as soon as...
  • mathetes's avatar
    mathetes
    May 02, 2024

    Evan_Whitman 

     

    This is an example of the formula that gives the #REF =(@INDIRECT($A7&"!D1"))

     

    It still is hard to be certain, without seeing and working with the actual. But ... but, my eye immediately went to the "@" in that formula. In Excel, I've not ever seen that as part of the syntax for using INDIRECT. I don't know what the other parts of that formula work out to, but see if simply removing the "@" enables it to work. If it does, you could do a global Find and Replace to convert every instance of "@INDIRECT" to "INDIRECT"

Resources