If you only have those two bits of data (low age and high age), I'd do it like this: =IF(D$5<$B9,FALSE,IF(D$4>$C9,FALSE,TRUE))
1 Attachment
@Olly398 started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
If you only have those two bits of data (low age and high age), I'd do it like this:
=IF(D$5<$B9,FALSE,IF(D$4>$C9,FALSE,TRUE))
1 Attachment