Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
When I add sqr function to the below myFormula it doesn't work anymore. So, this works fine: Function MyFormula(Array1, Array2) As Variant With Application.WorksheetFunction MyFormula = .MMult(.Transpose(Array1), .MMult(Array2, Array1)) End With End Function This doesn't work MyFormula = Sqr(.MMult(.Transpose(Array1), .MMult(Array2, Array1))) Does anyone know what am I missing here? Much obliged Gabriel |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
User-Defined Function pre-empting Built-in Function? How to undo???? | Excel Programming |