Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SUMIFS no longer working in some situations #1770

Open
1 task done
nicojx opened this issue Jan 8, 2025 · 0 comments
Open
1 task done

SUMIFS no longer working in some situations #1770

nicojx opened this issue Jan 8, 2025 · 0 comments
Assignees

Comments

@nicojx
Copy link

nicojx commented Jan 8, 2025

This issue is unique.

  • I have used the search tool and did not find an issue describing my bug.

Operating System

Linux (DEB package) (actually, I use the Flatpak)

Version information

8.2.2.22

Expected Behavior

I use a long-ish SUMIFS formula:

=-SUMIFS($D:$D,$D:$D,"<0",$F:$F,$I2,$B:$B,">="&M$1,$B:$B,"<="&EOMONTH(M$1,0),$C:$C,"<>"&"Redistributing")

on a table with the headings (B:F) Date, Description, Amount, Balance, Category.

B C D E F
1 Date Description Amount Balance Category
2 13/1/2024 Item -99 200 Cat1
3 14/1/2024 Item 98 300 Cat1
3 1/2/2024 Item -88 300 Cat1
3 14/1/2024 Item -77 300 Cat2
3 14/1/2024 Item -22 300 Cat3

I used this formula in a summary table such as

I J K L M N
1/1/2024 1/2/2024
Cat1 (formula) (formula)
Cat2 (formula) (formula)

This formula used to work fine, giving me a conditional sum of Amount, taking account of Date and Category, and only adding Amount if it is negative, resulting in:

I J K L M N
1/1/2024 1/2/2024
Cat1 99 88
Cat2 77 0

Actual Behavior

Now I get #VALUE errors. These disappear if I remove any one set of conditions (i.e. two corresponding arguments) or of the total sum is zero because at least one of the conditions is not fulfilled.

Reproduction Steps

Reproduction: paste the tables into a new workbook, and the formula into M2 and drag across.

Additional information

Not sure if this is strictly a DesktopEditors issue, I tried the same on Nextcloud OnlyOffice (with the latest Community Server) and the issue is the same. These formulas definitely used to work at some point.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants