Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Can you calculate the Median without each value in separate cells?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="Joel, post: 6377812"] You can call most of the worksheet functions from VBA like this: WorksheetFunction.Median() WorksheetFunction.Average() WorksheetFunction.StDev() To find which functions are uspported type the following a = worksheetfunction. When you type the period on the line a drop down box will appear showing you all the worksheet functions that are avbbailable in VBA. [/QUOTE]
Verification
Post reply
Forums
Archive
Newsgroup Archive
Excel Newsgroups
Excel Programming
Can you calculate the Median without each value in separate cells?
Top