"recently found your channel, and was regretting why I've not seen your video before. Highly blessed with this wonderful content of yours😇😇😇💖"
@rahulthementor48463 жыл бұрын
Thanks. Keep supporting and keep sharing
@umasharma66153 жыл бұрын
Good learning
@rahulthementor48463 жыл бұрын
Thanks for liking
@inderdelhi2 жыл бұрын
Kya aap FMS, PMS, IMS bhi bta sakte ho kaise create kiya jata hai, mujhe google sheets automation sikhna hai
@rahulthementor48462 жыл бұрын
Will do it further but pls check my all videos. It will also help you in creating fms
@vernavong3 жыл бұрын
Hello , I want to share to my collaborator and after they entering the data for 1 hour, that row will be Lock automatic , would you please write script for us please !
@rahulthementor48463 жыл бұрын
What kind of data you have? If you have some limited columns then you may use google form and share the link with collaborator for data entry purpose and you will find all entries with correct timestamp. Secondly, pls do not share master sheet just import the data from master with limited time frame. Let me know if it fine for you.
@vernavong3 жыл бұрын
@@rahulthementor4846 I am not prefer google form
@rahulthementor48463 жыл бұрын
@@vernavong There are multiple way to do this task but you are not willing to work in google form. I am giving you small idea hope you were asking the same thing. please copy and paste code in script editor of sheet which you want to lock. function prtect() { var sheet = SpreadsheetApp.getActive().getSheetByName("Sheet22"); sheet.protect(); } Instead of Sheet22 you will have to put the sheet name there or you may rename your sheet to Sheet22. After that you will have to set up time trigger on the basis of your requirement. However i have not start app script but for your requirement small code for you.
@vernavong3 жыл бұрын
@@rahulthementor4846 I tried what you suggested, by copying this code and paste to the script editor with changing sheet to "sheet22". After that add trigger , select event source = Time-driven , select type of time base on trigger and select minute ! but when i share to my collaborator after he add for few minutes lather he can edit again ! It doesn't work
@rahulthementor48463 жыл бұрын
@@vernavong I personally tested and tried before sharing to you. Right click on tab and checked is there protection added or not. Secondly, before sharing this sheet to collaborator you must set up all configuration. You might have already given edit permission to collaborator. If you still feel issue share file with me.