Forum Discussion
Donna830
Jun 29, 2024Copper Contributor
Excel formula not returning expected results
Out of curiosity, I manually checked the formula in the first screenshot below and got a different result. (As you see, the formula returned $49,515.63, while my manual check returned $49,015.63, as ...
HansVogelaar
Jun 30, 2024MVP
Could you attach a small sample workbook demonstrating the problem (without sensitive data), or if that is not possible, make it available through OneDrive, Google Drive, Dropbox or similar?
Donna830
Jun 30, 2024Copper Contributor
Hans, I appreciate you asking! I've attached a scrubbed workbook (240630 Calculation Error), having removed sensitive info and retained rows that calculate into column G.
Thanks in advance for taking a look!
Thanks in advance for taking a look!
- HansVogelaarJun 30, 2024MVP
Thanks. Row 4 in your data sheet is hidden:
If you unhide row 4 by increasing its row height, you'll see that G4 contains $500. Since J4 is "R", G4 is included in the SUMIFS result.
- Donna830Jun 30, 2024Copper ContributorBeautiful. Thanks so much, Hans!!