Looking at it again you probably wanna tweak the logic to get the categories the way you want: =IF(D$5<=$B9,FALSE,IF(D$4>=$C9,FALSE,TRUE))
@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.
Looking at it again you probably wanna tweak the logic to get the categories the way you want:
=IF(D$5<=$B9,FALSE,IF(D$4>=$C9,FALSE,TRUE))