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")
