how to format a complex number

M

michel74

When using the complex function, the default format has many decimal places,
both for real and imaginary parts. I would like to change this and I don't
know how to do it.
 
J

John C

I am assuming that your real and imaginary numbers are coming from other
calculations?

You could always try rounding inside the function itself:

=COMPLEX(ROUND(RealNo,2),ROUND(ImagNo,2),'j")

for example.
 

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

Top