Wire all the switches in parallel. That way if any switch is on the fan will be on. ONLY if ALL the switches are off will the fan be off.
It's an OR function, implemented as posted above.to have this fan turn on if ANY (and ALL) of the 3 switches are on, and therefore only turn off if ALL of the switches are in the OFF position.