Google Sheets - Conditionally Lock Cells Based on Other Values

  Рет қаралды 97,152

Prolific Oaktree

Prolific Oaktree

Күн бұрын

Пікірлер: 85
@agugi
@agugi 3 жыл бұрын
Did you know that people like you, are great. Thank you very much.
@TheMobius10
@TheMobius10 2 жыл бұрын
Hello! Thank for this! Helpful info. Is there a way to also make it so that a user cannot delete the info that is already in the cell at that point? It works for rejecting input, but i want to use it to reject new input AND reject deleting of the content of the cell.
@madhurapataki2428
@madhurapataki2428 2 жыл бұрын
How to lock a cell based on multiple values in a particular cell? Can you please help me with this. Like if status is pending and shipped both should be allowed
@nice6585
@nice6585 2 жыл бұрын
/Seems like this does not work if the cell you are supposed to lock is a drop down list :( is there any alternative?
@MaryJeyaseeli-j2j
@MaryJeyaseeli-j2j 7 ай бұрын
same doubt...did u get a solution?
@jflying2167
@jflying2167 3 жыл бұрын
I have multiple drop downs made from data validation "list from a range". How can I retain this and also prevent people from engaging the other drop downs until the first on is selected?
@SUR-NI-VARA
@SUR-NI-VARA 2 жыл бұрын
Hi, Can I have similar validation based on system date>=today(), Reject data entry, I tried with formula at refering to cell with a text output as "Lock" =if(today()>=(2022,31,10),"Lock","") it could work, but gives a warning message at cell range, However I want to hide the (Top right red trangle "Error" validation mesage warning"), as I do not want user to know that the cell range has a validation in it, can I have multiple validation refereing t same range!! awaiting on your solution, thanks in advance
@ashishdonda9589
@ashishdonda9589 3 жыл бұрын
the trick that you used for drop down list open & close worked fine as I wasn't able to add new entries but it had one problem that is I was able to delete old entries using Backspace or Delete button
@regretnowdoitlater2936
@regretnowdoitlater2936 2 жыл бұрын
same as mine
@keyurshah679
@keyurshah679 4 жыл бұрын
Not exactly in Google sheet but in Excel, can we achieve following Can we have method to automatically "unlock" (for any operation) a otherwise "locked cell" in protected sheet depending on value of another cell ? Let's say I have a worksheet in which all the cells are protected in column O. My column D has drop down menu to select from @ 58 list. What I want to achieve is if someone select from drop-down "subtotal" in any row in column D, respective cell in that row in column O shall be unlocked for subtotal. How we can achieve this. Looking forward and thanks in advance.
@lei.zacarias03
@lei.zacarias03 Жыл бұрын
looking for this too❤❤❤❤
@danielcunha2039
@danielcunha2039 11 ай бұрын
Thank you. That's exactly what I looking for, but I have one question: How can I not ignore the blanks in the conditionals?
@sigrunpaust2396
@sigrunpaust2396 Жыл бұрын
Thank you, great video. Is there a way to do this with a checkbox in the conditional cell? Like if the checkbox is checked (=true) then the other cell is locked? I'm having trouble with this. Thank you for any thoughts.
@2ale
@2ale 2 жыл бұрын
is that possible using check boxes? im trying to do that but it changes the check boxes with true or false values when i add a data validation
@zaymarhenriquez-sedra2720
@zaymarhenriquez-sedra2720 Жыл бұрын
Hello thanks - it worked great but what is I need two values Shipped and Delivered for example. I tried to use formula with OR but does not work. Please can you help me?
@Graphiculator
@Graphiculator 4 жыл бұрын
Thank you for the Tutorial. This is really helpful. What about if the Cell range already has a Data validation. Like a Dropdown menu or Check box. Is there any solution for this.
@ProlificOaktree
@ProlificOaktree 4 жыл бұрын
Not that I can think of.
@emilygill8019
@emilygill8019 3 жыл бұрын
@@ProlificOaktree sad
@nouks81
@nouks81 3 жыл бұрын
Thank you for this. I just tried it and I am wondering if there's a way to not show the error on data that was previously entered. I'm placing an order as a group but I want to reject changes once the order is set to "closed" without it showing the warning for the preexisting values. Thank you!
@souravdebnath7064
@souravdebnath7064 Жыл бұрын
Thanks.. thats what i looking for some times.. thank you so much..
@kulwindersingh5840
@kulwindersingh5840 3 жыл бұрын
Good morning sir, I just want to restrict color range in google sheet, so that no one will be able to change colour of sheet, only owner can change color of sheet. Is it possible? If yes kindly guide me.
@deybieduardoochoaarias8330
@deybieduardoochoaarias8330 4 жыл бұрын
Thanks, I was looking for this example. It was a great help for me
@ProlificOaktree
@ProlificOaktree 4 жыл бұрын
Glad it helped!
@weaq84
@weaq84 Жыл бұрын
Thank you for this. I already have data validation on the cell, to enable it to show a drop down list, but I'd like it only to be active if another cell has no data in it. It looks like I can't apply a second data validation rule to the cell. Does anybody know if this is possible?
@MaryJeyaseeli-j2j
@MaryJeyaseeli-j2j 7 ай бұрын
@marc000
@marc000 2 жыл бұрын
Hello, Do you know if the users can modify the data validations, also the formating (conditional or not) etc... . Can we prevent this (or is it already) ? All what I know about this is : Protect cell => Unauthorized user cannot do anything on the cell. Unprotect cell => Everyone can do everything with the cells ... (format, validation etc ...) (afaik)
@ProlificOaktree
@ProlificOaktree 2 жыл бұрын
I don’t think you can protect that.
@marc000
@marc000 2 жыл бұрын
Too bad. It would have been fine for my collaborative sheet. Unless (probably) writing scripts but then it' s much harder work ... Thanks for reply anyway.
@jordanemery7069
@jordanemery7069 3 жыл бұрын
I want to lock cells in a row after entering the data in the cells in that row by selecting a yes or no from a drop down list at the end of that row. "is the data in this row complete?" yes = locked row. Can someone please help.
@nyannyanmoto7963
@nyannyanmoto7963 3 жыл бұрын
So you have a script for this? Doing the validation data is useless when user will paste a value to it as it will overwritten that particular cell.
@ahmedshawkycrm480
@ahmedshawkycrm480 3 жыл бұрын
Thank you! Can I copy this and apply at once onto another Sheets with the same formats and design!
@ProlificOaktree
@ProlificOaktree 3 жыл бұрын
You should be able to.
@superdeveloper5141
@superdeveloper5141 3 жыл бұрын
Hello sir, is there a way I can make a Shared sheet on Google ( which will be a attendance sheet) where , Columns will be > Date | User 1 | User 2 :- 1) One user can not make entry in other user's column 2) no one can make entry/ edit in Past date 3) Hide Data Validation Option Under 'Data' Menu Option.
@vpant
@vpant 4 жыл бұрын
Hello! I hope you are keeping well This is exactly what I was looking for but I do not have access to google sheets at my office. I have been trying to mimic your approach in Excel. Not able to get the result Please , suggest an alternative or may be an excel version of this. Thank you
@ProlificOaktree
@ProlificOaktree 4 жыл бұрын
Good idea. I'm going to look into it.
@massimohouse438
@massimohouse438 3 жыл бұрын
Hi There. Thank u for the great content. Is there a way to only allow cells to be edited on specifc dates? If i have a sheet where staff manually input their working hours that has the dates in column 1. Is there a way to stop anyone editing previous dates input values? Thank u
@ProlificOaktree
@ProlificOaktree 3 жыл бұрын
I would have to see the sheets, but I would think combining the IF and the TODAY function may help you out.
@mohammadbadawi1400
@mohammadbadawi1400 3 жыл бұрын
How to do if I want to lock based on the day date like enter data on the same day only
@monikamachkovska2833
@monikamachkovska2833 3 жыл бұрын
Thank you for this. What is the formula if we have multiple values that satisfy the data validation? For example if we want to add tracking numbers for both Shipped and Pending?
@ProlificOaktree
@ProlificOaktree 3 жыл бұрын
Start with the AND function.
@eashaantam6227
@eashaantam6227 4 жыл бұрын
hello sir, can I prevent change in one cell depend upon the date in another cell
@ProlificOaktree
@ProlificOaktree 4 жыл бұрын
Yeah. This video touches on that concept. kzbin.info/www/bejne/qnishWB_rNyArbs
@GeoMacropulos
@GeoMacropulos 2 жыл бұрын
If conditionally locked cells are built as formulas that rely on other sheets for the data presented, will those formulas continue to automatically work or will a conditional selection like "Closed" prevent the data from updating?
@ProlificOaktree
@ProlificOaktree 2 жыл бұрын
Hard to tell without seeing what you're doing, but I think they'd still work.
@ruudje1976
@ruudje1976 2 жыл бұрын
Thank you. Exactly what I needed, and well explained and demonstrated.
@ProlificOaktree
@ProlificOaktree 2 жыл бұрын
Glad it helped!
@MaryJeyaseeli-j2j
@MaryJeyaseeli-j2j 7 ай бұрын
@@ProlificOaktree What if the validating range already contains dropdown criteria? how to add the data validation rule?
@cityofclarksville599
@cityofclarksville599 4 жыл бұрын
Is it possible to use conditional formatting to lock a cell after data input? For example, all cells will be blank and once a person adds text, it locks so others cannot edit it.
@ProlificOaktree
@ProlificOaktree 4 жыл бұрын
Not that I'm aware of.
@samueldefelice8019
@samueldefelice8019 4 жыл бұрын
Hey there just trying to get my question out in the open. I use google sheets everyday and I am trying to educate myself and use it to its full potential. You channel has a lot to offer can’t wait to dig in. But right now I am running into a road block. I’m not quite sure what the function is called. I have data on a google sheet. The data at the end is a list of vehicles that I have to work on. Some I get to and some I don’t. The ones I get to I set a drop down value with the word done and the row turns green and later I will delete the row. My question is how can when I select the word done get that vehicle to remove itself automatically off the master sheet and populate onto a secondary sheet storing the done values for later review? Thank you!
@ProlificOaktree
@ProlificOaktree 4 жыл бұрын
Getting it to deleted would probably be a complicated matter so not sure about that. To pull something onto another sheet based on a cell value, you could use a combination of an IF statement with a nested VLOOKUP inside of it.
@samueldefelice8019
@samueldefelice8019 4 жыл бұрын
@@ProlificOaktree Got it. thank you!!
@tainaandrade443
@tainaandrade443 2 жыл бұрын
Thank you so much for the content!
@alkaahmed32
@alkaahmed32 4 жыл бұрын
This was helpful.. do u have tutorial on one drive as well?
@ProlificOaktree
@ProlificOaktree 4 жыл бұрын
No, I don't. I've been using and probably should make one though!
@sarbashisSarkar
@sarbashisSarkar 3 жыл бұрын
HOW TO CONDITIONALLY FORMAT A COLUMN VALUE BASED ON ANOTHER CELL VALUE THAT CHANGES IN REAL TIME LET SAY, FROM V3TO V17 I HAVE PE RATIO OF SOME COMPANIES. I AVERAGE THAT VALUE IN ANOTHER CELL (H7). NOW I WANT TO PUT A CONDITION IN V3 TO V17, WHICH CHANGES THE VALUE BASED ON VALUE ON H7
@neatdesign78
@neatdesign78 Жыл бұрын
and of courseawesome tutorialsl nice intro music. ;) thanks
@sajalkumarghosh6195
@sajalkumarghosh6195 Жыл бұрын
Thank you Sir 🙂
@JrgenEngen
@JrgenEngen Жыл бұрын
What if the cell you would like to lock is a tickbox. Rule needs to be "If tickbox A10=FALSE then you wont be able to check the tickbox in A11". Sounds simple enough. But whenever I try this solution the cell just automatically becomes a text-cell.
@talibabbas6518
@talibabbas6518 2 жыл бұрын
Thanks for your efforts however, this is not working if users copy data from another file and paste it here.
@lhctrekker
@lhctrekker 4 жыл бұрын
it does work ,but mine comes with annoying little red triangle at the corner in every cell indicating validation error.How to fix it?
@ProlificOaktree
@ProlificOaktree 4 жыл бұрын
Paste the formula you used.
@lhctrekker
@lhctrekker 4 жыл бұрын
@@ProlificOaktree 【=$L2=""】 if column L is not empty ,the validated cell is locked, else allow input entry.
@ProlificOaktree
@ProlificOaktree 4 жыл бұрын
@@lhctrekker The only other thing I can think of is you should make sure you have Reject input selected and the Show validation help text box unchecked.
@bachchuhaldar3783
@bachchuhaldar3783 2 жыл бұрын
Sir,.. Please use apps script same function. (conditionally lock cell/row/ column based on other cell)..Thank you.
@motherbarbelo7
@motherbarbelo7 3 жыл бұрын
how do you skip certain cells that can not be entered and to cells that can be entered through tabbing. like doing data entry job.
@ProlificOaktree
@ProlificOaktree 3 жыл бұрын
Hold down your control key and press the arrows. See this video for more on this: kzbin.info/www/bejne/pp-qqYaed6x0r8U
@motherbarbelo7
@motherbarbelo7 3 жыл бұрын
@@ProlificOaktree thanks. what about if you want to skip cells that is protected and tab to the cells that can be modified. similiar to database style.
@ProlificOaktree
@ProlificOaktree 3 жыл бұрын
@@motherbarbelo7 I'm not aware of how to do that.
@motherbarbelo7
@motherbarbelo7 Жыл бұрын
@@ProlificOaktree how do you skip a cell when tabbing in google sheets
@RupinderDhamija
@RupinderDhamija Жыл бұрын
Amazing.! 😁
@regretnowdoitlater2936
@regretnowdoitlater2936 2 жыл бұрын
I tried this but they delete data from the protected cell or did i miss something?
@bidrive3285
@bidrive3285 2 жыл бұрын
Thanks a lot sir,
@sayandey2529
@sayandey2529 2 жыл бұрын
what if i want to validate cells for "Pending" and "Out of Stock" together?
@ProlificOaktree
@ProlificOaktree 2 жыл бұрын
Try using the AND function in your formula.
@vishnutiwari7902
@vishnutiwari7902 3 жыл бұрын
How to lock cell if cell is blank using appscrit
@Daniela-yh3sv
@Daniela-yh3sv 4 жыл бұрын
Thank you so much :)
@ronelarinal1865
@ronelarinal1865 3 жыл бұрын
IF I DRAG OR DELETE IT STILL WORKS.. ONLY IF YOU INPUT WILL SHOW WARNING
@sipirock9383
@sipirock9383 3 жыл бұрын
not working if I using google finance :(
@pichit.raetai
@pichit.raetai 4 жыл бұрын
Thank you
@claystudiofx
@claystudiofx 3 ай бұрын
It has flaws : it won't work when you do the 'paste' into the cells (not typing direclty into the cells) or when changing the value of a check box etc. Make sure you 'type' the value directly into the cells to make this method works - do not doing copy/paste.
@abdelhameedhamdy
@abdelhameedhamdy 6 ай бұрын
Thanks for the $ trick
@hotmailuser503
@hotmailuser503 8 ай бұрын
Hello, and God Bless. I tried to write the formulas like you did here and they did not work. Did it change when google updated?
@ProlificOaktree
@ProlificOaktree 8 ай бұрын
No, the formulas work the same way.
@praveenmuchandi7252
@praveenmuchandi7252 3 жыл бұрын
what if shipping status is blank and we try to access the column were data validation is applied
10 INCREDIBLE things Google Sheets can do Right Now!
13:27
Jeff Su
Рет қаралды 50 М.
FOREVER BUNNY
00:14
Natan por Aí
Рет қаралды 36 МЛН
Кто круче, как думаешь?
00:44
МЯТНАЯ ФАНТА
Рет қаралды 6 МЛН
Google Sheets - QUERY from Another Sheet, IMPORTRANGE, Use Multiple Tabs, Subquery Examples Tutorial
24:51
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 457 М.
How to Protect Google Sheets in your Business| Kewal Kishan
15:34
Kewal Kishan - Automate Business
Рет қаралды 18 М.
Excel - Conditionally Lock Cells Based on Other Values
6:21
Prolific Oaktree
Рет қаралды 131 М.
How to use VLOOKUP in Google Sheets
12:36
Teacher's Tech
Рет қаралды 21 М.
Google Sheets - Linking Data Between Sheets (Workbooks, Files) & Other Worksheets (Tabs)
15:46
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 581 М.
Combine Multiple Google Sheets (Workbooks) to Master Data File
20:59
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 165 М.
How to lock cells after entry is made in Excel
4:30
Barb Henderson
Рет қаралды 55 М.
Is Gemini Ready for Google Sheets?
15:56
Prolific Oaktree
Рет қаралды 2,5 М.