How do I reverse this formula?

excellover1

New Member
Joined
Mar 7, 2011
Messages
1
Ive got the following formula in Excel:

=DEGREES(ACOS(SIN(RADIANS($B$3))*SIN(RADIANS(W2))+COS(RADIANS($B$3))*COS(RADIANS(W2))*COS(RADIANS(AF2))))

The values are:
$B$3=40.633
W2=-23.371
AF1=-177.339

to make it easier for you guys, this is the order it executes:

[1]. SIN(RADIANS($B$3))*SIN(RADIANS(W2))

[2]. COS(RADIANS($B$3))*COS(RADIANS(W2))

[3]. [2]*COS(RADIANS(AF2))

[4]. [1]*[3]

[5]. ACOS([4])

[6]. DEGREES([5])

Result (R): 162.59

Great.

I now want to rearrange the formula, to work backwards. How should the formula look if I want to put AF2 on the other side of the equals (and thereby making the result tell me AF2)? And how should it look if I want to put W2 on the other side of the equals?

Thanks in advance.
 

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.
When I use that formula I get 64.004, and not 162.59. Are you sure that your formula and/or figures have been given correctly?
 
Upvote 0

Forum statistics

Threads
1,215,762
Messages
6,126,736
Members
449,334
Latest member
moses007

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