I have inserted "check" boxes in CR2 and CR3.
I'd like to write a formula in DN6 that says:
If CR2 is checked, enter the text AL AVG
If CR3 is checked, enter the text NL AVG
thanks for your help!
=If(CR2="True","AL AVG",IF(CR3="True","NL AVG",""))