LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10
Default Translate these worksheet function to VB

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Array Function to do a Sum of VLookUps that translate a letter gra David Morris Excel Discussion (Misc queries) 3 February 8th 10 05:33 AM
translate function into english, anyone? Amanda Redmond-Neal Excel Worksheet Functions 4 March 7th 06 03:23 AM
How to translate excel function names from english to local langua Carsten T N Excel Worksheet Functions 4 January 15th 06 11:06 PM
Can You Translate This Function Into Excel Format? iwgunter Excel Worksheet Functions 3 August 27th 05 08:03 AM
Translate range name passed as string to a custom function to range addresses! agarwaldvk[_25_] Excel Programming 3 September 7th 04 12:47 PM


All times are GMT +1. The time now is 03:49 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"