I do not want the minus sign

  • Thread starter Thread starter Steved
  • Start date Start date
S

Steved

Hello from Steved

the below gives me -520671 please what is reqiure for it to display 520671

=SUM(F63:F66)-F67

Thankyou.
 
Steved said:
Hello from Steved

the below gives me -520671 please what is reqiure for it to display 520671

=SUM(F63:F66)-F67

Thankyou.

You could change the result to "520671" with this:

=ABS(SUM(F63:F66)-F67)


Otherwise, you could change the number format of the cell to 0;0 to leave the
result as "-520671" but display as "520671".
 
Hello Glenn from Steved

Thankyou.

Glenn said:
You could change the result to "520671" with this:

=ABS(SUM(F63:F66)-F67)


Otherwise, you could change the number format of the cell to 0;0 to leave the
result as "-520671" but display as "520671".
 

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

Similar Threads


Back
Top