I believe this is where MOD function could be implemented???
For example =MIN(MOD(VC-RBC,360), 360-MOD(VC-RBC,360))
This calculates a difference of 15 when VC 350 and RBC 5.
15 is =<45 and would correctly output FWD
I just dont know how to combine it...
Thanks