Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following named formulas in my workbook and I would like to
calculate results in VB and display in a message box. LogBCoef =INDEX(LINEST(YValues,LN(XValues)),1,2) LogCCoef =INDEX(LINEST(YValues,LN(XValues)),1) PolyBCoef =INDEX(LINEST(YValues,XValues^{1,2}),1,3) PolyC1Coef =INDEX(LINEST(YValues,XValues^{1,2}),1,2) PolyC2Coef =INDEX(LINEST(YValues,XValues^{1,2}),1) PowerBCoef =INDEX(LINEST(LN(YValues),LN(XValues),,),1) PowerCCoef =EXP(INDEX(LINEST(LN(YValues),LN(XValues),,),1,2)) ExpBCoef =INDEX(LINEST(LN(YValues),XValues),1) ExpCCoef =EXP(INDEX(LINEST(LN(YValues),XValues),1,2)) YValues and XYalues are named ranges. The syntax is giving me fits. Can anyone help? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Array Function to do a Sum of VLookUps that translate a letter gra | Excel Discussion (Misc queries) | |||
translate function into english, anyone? | Excel Worksheet Functions | |||
How to translate excel function names from english to local langua | Excel Worksheet Functions | |||
Can You Translate This Function Into Excel Format? | Excel Worksheet Functions | |||
Translate range name passed as string to a custom function to range addresses! | Excel Programming |