Share via

Linked numbers CANNOT be Summed up????

Anonymous
2022-02-09T19:38:33+00:00

Everything can be added up accurately, EXCEPT the linked number from other SHEET of the SAME FILE

The purple block is for the SUM for each row.

The blue block is the linked SUM from another sheet of the same file/workbook.

You can see that "Subt" column shows 0 in the purple box unsuccessfully, whereas "435.39" in bold for "Jan" (typed manually) can be summed up in the purple box. I am using "=SUM(C6:N6)" for the purple box.

I am not sure if linked sums cannot be summed up again, or I just didn't do things correctly!

Please advice.

Thanks

Microsoft 365 and Office | Excel | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

Answer accepted by question author

HansV 462.6K Reputation points
2022-02-09T19:40:06+00:00

The numbers in blue are left-aligned, suggesting they are text values.

Try

=SUMPRODUCT(--C6:N6)

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Anonymous
    2022-02-09T22:57:38+00:00

    Thank you for explaining. its always good to know why

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2022-02-09T22:56:57+00:00

    Thank u thank u

    Yes it does solve the problem and sum up

    Was this answer helpful?

    0 comments No comments
  3. Anonymous
    2022-02-09T20:55:22+00:00

    =SUMPRODUCT(--C6:N6)

    If you are wondering about the double negative, the technical term is "double unary".

    .

    It is one of several technique in Excel to convert text to numbers (described in following article).

    .

    Double Unary – Convert function output from T/F to 1/0

    https://exceljet.net/the-double-negative-in-excel-formulas

    A unary operation is an operation with only one operand (input). The double unary (also called a double negative) is an operation used to coerce TRUE FALSE values to ones and zeros in more advanced formulas, especially formulas that work with arrays.

    Was this answer helpful?

    0 comments No comments