How do I lock a cell reference in Google Spreadsheet? -
i have large amount of data reference cells. want lock these references without going each cell change equation. know there way script in excel. don't know if there way create same type of script in excel.
those interested in excel script:
sub test() dim c range each c in selection c.formula = application.convertformula(c.formula, xla1, , xlabsolute) next end sub
thanks guys!!
there no spreadsheet service method equivalent vba's application.convertformula()
.
you enter feature request on google apps script issue tracker. if do, add comment here let know issue number.
Comments
Post a Comment