Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
example: imsqrt. The only example in Help uses literal number args. I
want the args to be cell references. When I use literal cell references I get NUM error. |
#2
![]() |
|||
|
|||
![]()
This works for me:
D2: = 2+3i D4: =IMSQRT(D2) Make sure that the "i" is lower case (you can use D4: =IMSQRT(LOWER(D2)) to make sure. In article , "agathon" wrote: example: imsqrt. The only example in Help uses literal number args. I want the args to be cell references. When I use literal cell references I get NUM error. |
#3
![]() |
|||
|
|||
![]()
You can also build up the argument string. For example with
2 in cell A1, and '-3i in cell A2, you can use =IMSQRT(A1&A2) Note that the imaginary part needs to be entered with a single quote, then the sign, then the multiplier and then the lower case i. So if you wanted imsqrt(3+3i), enter 3 into cell A1, and '+3i into A2. HTH, Bernie MS Excel MVP "agathon" wrote in message ... example: imsqrt. The only example in Help uses literal number args. I want the args to be cell references. When I use literal cell references I get NUM error. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Complex Date Functions | Excel Worksheet Functions | |||
Cell addressing using the content of another cell. | Excel Worksheet Functions | |||
How to insert a complex formula in a cell with VBA | Excel Worksheet Functions | |||
Addition to Turn cell red if today is greater or equal to date in cell | New Users to Excel | |||
VLookup resulting in a blank cell... | Excel Worksheet Functions |