Find and Replace to edit references
Hi!
I am trying to edit the three cross-sheet references in all the columns from the master sheet of 2018 to master sheet of 2019. Since I need to repeat it for almost 1200 cells.
Is there a way to bulk edit like Find and Replace or something else? Even for selected cells will make it so much easier!
the original is :
=SUMIFS({DSMONEY18}, {MonthDS18}, @cell = 4, {DSVEND18}, @cell = "Vendor")
Replace with:
=SUMIFS({DSMONEY19}, {MonthDS19}, @cell = 4, {DSVEND19}, @cell = "Vendor")
Comments
-
If you open up the formula as if to edit it then just click inside the range reference, you should see that Reference Another Sheet in the helper box has changed to Edit Reference. Once you edit that reference, it should update every occurrence in the sheet.
-
Hello,
What if you made a mistake when doing the reference for only certain cells?
=IFERROR(AVG(COLLECT({Stability Testing Corrections1}, {Stability Testing Corrections1}, @cell < 30, {Stability Correction Assigned1}, $TeamMember@row, {RT1}, @cell <> "Parent", {Stability Testing Corrections1}, @cell <> "", {Stability Submitted For Review Date1}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))), "")
In this case for example, {Stability Correction Assigned1} is used and is correct. But in many cells, I have mistakenly put this reference and it should have been {Stability Review Assigned1}
=IFERROR(AVG(COLLECT({Stability Review Delta1}, {Stability Review Delta1}, @cell < 30,{Stability Correction Assigned1}, $TeamMember@row, {RT1}, @cell <> "Parent", {Stability Review Delta1}, @cell <> "", {Testing Scheduled Date1}, IFERROR(YEAR(@cell), 0) = YEAR(TODAY()))), "")
Is there a way to edit the reference in a highlighted section of cells? A Find/Replace for formulas would work if this were a tool in Smartsheet.
I did try exporting to excel, but the formulas do not transfer in the export sadly.
Help Article Resources
Categories
- All Categories
- 14 Welcome to the Community
- Customer Resources
- 64.6K Get Help
- 433 Global Discussions
- 136 Industry Talk
- 465 Announcements
- 4.9K Ideas & Feature Requests
- 143 Brandfolder
- 147 Just for fun
- 63 Community Job Board
- 466 Show & Tell
- 32 Member Spotlight
- 2 SmartStories
- 298 Events
- 36 Webinars
- 7.3K Forum Archives
Check out the Formula Handbook template!