Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello from Steved
the below gives me -520671 please what is reqiure for it to display 520671 =SUM(F63:F66)-F67 Thankyou. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Look in the help index for ABS
-- Don Guillett Microsoft MVP Excel SalesAid Software "Steved" wrote in message ... Hello from Steved the below gives me -520671 please what is reqiure for it to display 520671 =SUM(F63:F66)-F67 Thankyou. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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". |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hello Glenn from Steved
Thankyou. "Glenn" wrote: 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". |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Change your formula to:
=F67-SUM(F63:F66) Regards, Fred. "Steved" wrote in message ... Hello from Steved the below gives me -520671 please what is reqiure for it to display 520671 =SUM(F63:F66)-F67 Thankyou. |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thankyou.
"Fred Smith" wrote: Change your formula to: =F67-SUM(F63:F66) Regards, Fred. "Steved" wrote in message ... Hello from Steved the below gives me -520671 please what is reqiure for it to display 520671 =SUM(F63:F66)-F67 Thankyou. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dash or Minus sign shos as zero in formula | New Users to Excel | |||
minus sign | Excel Worksheet Functions | |||
plus and minus sign in cells | Excel Worksheet Functions | |||
I want to display the minus sign | New Users to Excel | |||
moving minus sign from right to left | Excel Worksheet Functions |