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

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -