CrashBandicoot
New Member
- Joined
- Oct 16, 2017
- Messages
- 8
Background:
I have a spreadsheet that works pretty well for tracking events. For each event there are two drop down data validation lists located in column J and column K. The list in column J has values A,B,C. The list in column K has values D,E,F. Each row is one event. For each event, either a response in column j or a response in column k are acceptable. There should never be an event that has both(but users consistently do it anyway). The spreadsheet is available to 20+ people and rows are constantly added.
Need help with:
If say J2 has a value, I'd like to lock the adjacent cell k2.
If say k2 has a value, I'd like to lock the adjacent cell j2.
Tried:
ive tried some conditional formation or using is blank formulas. The closest I came was using an isblank formula and a data validation list. I could choose options on the list and it would lock the corresponding cell but I couldn't get the list to actually show which wouldn't work. I think with VBA this would be a cinch but I'm not sure. I'm only slightly proficient at frankensteining code. I'd take any help I can on this.
I have a spreadsheet that works pretty well for tracking events. For each event there are two drop down data validation lists located in column J and column K. The list in column J has values A,B,C. The list in column K has values D,E,F. Each row is one event. For each event, either a response in column j or a response in column k are acceptable. There should never be an event that has both(but users consistently do it anyway). The spreadsheet is available to 20+ people and rows are constantly added.
Need help with:
If say J2 has a value, I'd like to lock the adjacent cell k2.
If say k2 has a value, I'd like to lock the adjacent cell j2.
Tried:
ive tried some conditional formation or using is blank formulas. The closest I came was using an isblank formula and a data validation list. I could choose options on the list and it would lock the corresponding cell but I couldn't get the list to actually show which wouldn't work. I think with VBA this would be a cinch but I'm not sure. I'm only slightly proficient at frankensteining code. I'd take any help I can on this.