Formatting Complex Number Functions

  • Thread starter Thread starter Dick Snell
  • Start date Start date
D

Dick Snell

Has anyone found a way to easily format the results of the
complex number functions, e.g., IMPRODUCT?
 
If you want to round the result, you will have to break it apart, round the
real and imaginary parts separately, and then recombine them, like this:
=COMPLEX(ROUND(IMREAL(A1),2),ROUND(IMAGINARY(A1),2))
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top