View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Glenn Glenn is offline
external usenet poster
 
Posts: 1,240
Default I do not want the minus sign

Steved wrote:
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".