Formula Wont Work When Sheet is Lock By Password

Hjemmet

Board Regular
Joined
Jun 20, 2018
Messages
207
Ive got lots of those 2 Code But different from Colom ad Row's

The Codes WORK as they Should BUT not when i make sheetprotection

Now a Description of what they Do.

Firstcode line:

cell L215 and L221 is activated by Enter 1 or 2 in cell when activated a VBA code set a Timestamp
Next to the Cell M215 and M221 and there is it the first code line take notice of wich cell i Entered a Value in First

=IF(M215< m221;b5;(if(m215>M221;B11)))
in cell M215 and M221 they are Activated by typing 1 or 2 in cell "L222 or L215"

Second Code line
is after first Code has Given 1 or 2 take notice of, if there is entere 1 or 2 in Cell L221 and L215
the function is to choose a Looser to take the chalkboard in next game

=IF(OG(D219=1;L221=1);D222;IF(OG(D219=1;L221=2);D221;IF(OG(D219=2;L215=1);D216;IF(OG(D219=2;L215=2);D215))))
 
Last edited by a moderator:

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).

Forum statistics

Threads
1,223,896
Messages
6,175,259
Members
452,626
Latest member
huntinghunter

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top