some help with getting a formula from an article into excel

markelz

New Member
Joined
Mar 11, 2024
Messages
3
Office Version
  1. 365
Platform
  1. Windows
hello everyone,

im quite new to this and i thought i would start by jumping into the deep end, so i was trying to get a formula from an article and try to replicate it in excel. but i cant get it to work properly.
so in the article he posts the formula like this: Market value = exp(12.7598) * 56 ^ 4.1167 = $5.5T
where the 56 stands for S2F value wich i have in the G column.

so what i tried so far is: =EXP(12,7598)*G5*LOG(4,1167;10)
=EXP(12,7598)*G5^LOG(4,1167;10)
=EXP(12,7598)*(G5*LOG(4,1167;10))
whatever i do i dont get anywhere close to 5,5T

any help is welcome like i said i just started and am still reading guides, but it is the first time im using the exp and log functions.

greetings mark
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
I don't understand the issue...
Book2
H
55.47364E+12
Sheet2
Cell Formulas
RangeFormula
H5H5=EXP(12.7598) * 56 ^ 4.1167

You don't need the LOG function...just raise G5 (56 here) to the power of 4.1167.
 
Upvote 1
Solution
nevermind. when i copied yours it put 4.1167 and when i changed it to 4,1167 it worked. thanks so much
 
Upvote 0
You're welcome. Based on the text in your first post, the exponent appears to be a decimal number between 4 and 5. Do you use a comma as the decimal separator?
 
Upvote 0

Forum statistics

Threads
1,215,109
Messages
6,123,136
Members
449,098
Latest member
Doanvanhieu

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