Looking at Foundation 24.0322 (Most Recent) the formula for these
are usually always pointing to the drawer column in the door look up
table because its asking:
AND(Bay_Position<59,Bay_Position<67),
Just needs to change to
AND(Bay_Position>59,Bay_Position<67)
Thanks,
-James