Forum Discussion
Rick_Dijs
Feb 09, 2025Copper Contributor
Formula worked in Excel under windows10 but not in Windows 11
=SUMPRODUCT(((Urenregistratie!A2:A2500)=1)*(Urenregistratie!I2:I2500)) The Formula above worked in Excel under windows10 but not in Windows 11, did something change? How can I make my formula work ...
- Feb 09, 2025
Is the interface language different between the two systems? In Dutch, for example, SUMPRODUCT should be SOMPRODUCT.
HansVogelaar
Feb 09, 2025MVP
Is the interface language different between the two systems? In Dutch, for example, SUMPRODUCT should be SOMPRODUCT.
Rick_Dijs
Feb 09, 2025Copper Contributor
Thanks, That might be the issue, I will see if that solves my issue.