I want cell A1 to only allow values below 100 IF cell A2 = True.
If cell A2 = False, I want cell A1 to allow any value.
I've seen things about dependent validation (involving the INDIRECT function), but this seems to apply specifically if you want to choose from a list.
Thank you.