The formulas below work independently. I would like them to work together with an OR function to Check a box. Every combination I try is not working.
=IF(ISBLANK(Role@row), 0, 1)
=IF(Level@row <> 2, 0, 1)
Any assistance you can offer is appreciated.
Thank you!