Google Spreadsheet Import Range #REF! Error (Randomly)

前端 未结 11 1807
情深已故
情深已故 2021-02-05 13:57

This problem has been persistent for a while, just happens every so often at random times, nothing changing. I also do not know how to reproduce the problem, but I\'ll give a de

11条回答
  •  说谎
    说谎 (楼主)
    2021-02-05 14:41

    This is a little late, but I came across it in a search so it might help someone else - try something like this:

    =IFERROR(ImportRange(SpreadSheet_GUID,"Bookings!P:P"), 
     IFERROR(ImportRange(SpreadSheet_GUID,"Bookings!P:p"), 
     IFERROR(ImportRange(SpreadSheet_GUID,"Bookings!p:P"), 
             ImportRange(SpreadSheet_GUID,"Bookings!p:p"))))
    

    Basically the idea is to force Google to recalc using variations of the original address (upper/lower case column letters).

提交回复
热议问题