Sorting out parentheses in formula

artz

Well-known Member
Joined
Aug 11, 2002
Messages
830
Office Version
  1. 2016
Platform
  1. Windows
Hi,

I have an equation that was copied from a website that I eventually want to put into an XL worksheet. Excel doesn't work with units and I'll figure that out later. However I am already stuck in sorting out the parentheses. The equation as copied is:
Code:
t = -ln(0.03 ÷ 0.15) ÷ (2.982 x 10^3 s^-1 x (1 + (17930 J/mol) ÷ (8.314 J/(mol*K) x 293.5 K) x 2.982 x 10^3 s^-1))

Can someone in the Forum rewrite this equation in a way so that I can figure out the parentheses using the bracket types below to show where the opens and closes are?

( ) { } [ ] < > / \

Any help is greatly appreciated.

Thanks,

Art
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
Excel Formula:
=-LN(0.03/0.15)/(2.982*10^3*(1+(17930)/(8.314*293.5)*2.982*10^3))

in other words:
=-LN[0.03/0.15] / [2.982*10^3* {1+(17930)/(8.314*293.5)*2.982*10^3}]
 
Upvote 0
Solution
Excel Formula:
=-LN(0.03/0.15)/(2.982*10^3*(1+(17930)/(8.314*293.5)*2.982*10^3))

in other words:
=-LN[0.03/0.15] / [2.982*10^3* {1+(17930)/(8.314*293.5)*2.982*10^3}]
Hi Iggy,
Thanks for your response and suggestion. The XL formula required a tweak of adding in the ^-1 term in two places:
Excel Formula:
=-LN(0.03/0.15)/(2.982*10^3^-1*(1+(17930)/(8.314*293.5)*2.982*10^3^-1))

When I put this formula into a worksheet, it produces a reasonable result. :)

Thanks again,

Art
 
Upvote 0
Oh I thought that was a part of the unit. I'm glad the issue is resolved.
 
Upvote 0

Forum statistics

Threads
1,214,932
Messages
6,122,334
Members
449,077
Latest member
Jocksteriom

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