I've an excel file with a lot of formulas that referenced an old sheet.
I've deleted it and now the forumla went from:
sumifs(RawData!$A:A)
to:
sumifs(!"Ref#!$A:A)
How to change to replace !Ref# with "NewSheet" in all cell?
Common Search and Replace didn't do it!
