View Single Post
  #2   Report Post  
Old August 25th 06, 08:58 PM posted to rec.radio.amateur.antenna
Frank's Frank's is offline
external usenet poster
 
First recorded activity by RadioBanter: Jul 2006
Posts: 56
Default 9 m Monopole Analysis


.............When I convert
the polar form of a complex number (two cells) to rectangular form
(single cell); the cell size expands to 42 digits in scientific format.
...............................


If anybody is interested; I posted my question on the
"microsoft.public.excel" NG, got an immediate
answer as follows:

=COMPLEX(ROUND(Re,n),ROUND(Im,n)), where
"n" is the number of digits required.

Frank