I have created the following Excel function for summing up monthly working hours:
=SUMPRODUCT((YEAR('FY 2020'!$B$3:$B$1282)=2019)*(MONTH('FY 2020'!$B$3:$B$1282)=11)*'Research hours'!$G$3:$G$1282)
However, there seems to be compatibility problems with the Excel desktop app VS. Excel online versions VS. Excel version in Microsoft Teams: An #VALUE!
Error occurs when I open the Excel file in Microsoft Teams or online, while in the Excel Desktop App the formula works perfectly.
- When I download the Excel file from Microsoft Teams and open it on my desktop app, no formula error occurs. However, when my colleagues download the Excel file from Microsoft Teams and open it offline in the Excel app, the value error still occurs.
- When I open the Excel file via the "Open in Excel App"-Function in Microsoft Teams (file still saved in Microsoft Teams cloud), no error occurs. (However, for some of my colleagues, the error occurs.)
- But when I watch the Excel in Microsoft Teams or Excel online, the
#VALUE!
Error occurs.
Any ideas and help appreciated!
- Same language Settings in Excel Desktop App & Microsoft Teams: German
- Microsoft Teams Version 1.2.00.34161 (64-Bit)
- Microsoft Office 365 ProPlus
--
to convert fromTRUE
/FALSE
to1
/0
(i.e.--(YEAR('FY 2020'!$B$3:$B$1282)=2019)*--(MONTH('FY 2020'!$B$3:$B$1282)=11)
) – Chronocidal