Validations based on some checkbox from another sheet

Nikhil2803

New Member
Joined
Jul 18, 2023
Messages
36
Office Version
  1. 365
Platform
  1. Windows
I am working on validations for a cell in sheet 2. I have a checkbox in sheet 1 at C17 position. It has a format control at T17 cell which becomes True and False according to the checkbox clicked. the checkbox name is abc_chkbox. I am using the below validations, but it seems its not working.

=IF(AND('Configure (Goal)'!$C$12="Must Have",'Configure (Goal)'!$T$17=TRUE),IF(NOT(ISBLANK('Life and Disability Census'!$AB5)),NOT(ISBLANK('Life and Disability Census'!$AD5)),TRUE),TRUE)

Is 'Configure (Goal)'!$T$17=TRUE) is a correct command or TRUE will come within parenthesis. Also, will it work- 'Configure (Goal)'!abc_chckbox.Value=TRUE
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
=IF(AND('Configure (Goal)'!$C$12="Must Have",'Configure (Goal)'!$T$17=TRUE), ...
That way is correct.

What I don't understand is what do you need when those 2 conditions are met and what do you need when one or the 2 conditions is not met.


--------------
I hope to hear from you soon.
Respectfully
Dante Amor
--------------
 
Upvote 0

Forum statistics

Threads
1,216,028
Messages
6,128,400
Members
449,448
Latest member
Andrew Slatter

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