Correcting values > 180 but < 359, by finding the reverse bearings but leaving values that are <180 but >0 the same.

Bobby1980

New Member
Joined
May 20, 2018
Messages
15
Hi all,

I was wondering if someone was able to correct what I a trying to do and help me please.

I would like to keep the values >0 but <180 the same, but values >180 and <359 I would like it to find the reverse bearing.


=IF(AND(O80>=0,O80<=359),O80+<wbr>0,IF(O80<0,O80+180,IF(O80>360,<wbr>O80-180)


This is what I was trying,


Kind Regards,

Rob
 
You're welcome, welcome to the forum.
 
Upvote 0

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().

Forum statistics

Threads
1,225,760
Messages
6,186,870
Members
453,380
Latest member
ShaeJ73

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top