Share via

Problem with SUMPRODUCT Function

christian daniel avalos ordoñez 0 Reputation points
2025-12-26T18:28:18.7866667+00:00

User's image

Sumproduct function is given as result 0, when the result should be 46,25. the inputs are in number format, and they come from formulas.

Note: If I do it the long way with D5D4+E5E4.... etc= the result is ok (46,25)

Microsoft 365 and Office | Excel | For home | Windows

2 answers

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  2. IlirU 2,251 Reputation points Volunteer Moderator
    2025-12-27T09:08:51.4333333+00:00

    Hi,

    Maybe some of your data comes out as text or some cell where you have data is formatted as text. In this case it would be better to use this formula:

    =SUMAPRODUCTO(--D4:H4; --D5:H5)

    or this formula:

    =SUMA(BYCOL(--D4:H5; PRODUCT))

    Hope this helps.

    IlirU

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.