Closed cottontail-12 closed 1 month ago
macOS 10.12 or higher
8.1.1
Sum a range of values. Where SUMIFS:
=SUMIFS(sum_range,criteria_range,criteria)
Using XLOOKUP to create a sum_range for the SUMIFS function:
=SUMIFS(XLOOKUP(lookup_value,lookup_array,return_array),criteria_range,criteria)
However, when SUMIFS contains XLOOKUP function, there is #VALUE! error.
Using XLOOKUP to create a sum_range for the SUMIFS function returns #VALUE! error.
Test Doc - sumifs xlookup.xlsx
Hi @cottontail-12, This issue is a duplicate. You can follow its resolution or ask additional questions here: https://github.com/ONLYOFFICE/DocumentServer/issues/2916
This issue is unique.
Operating System
macOS 10.12 or higher
Version information
8.1.1
Expected Behavior
Sum a range of values. Where SUMIFS:
=SUMIFS(sum_range,criteria_range,criteria)
Using XLOOKUP to create a sum_range for the SUMIFS function:
=SUMIFS(XLOOKUP(lookup_value,lookup_array,return_array),criteria_range,criteria)
However, when SUMIFS contains XLOOKUP function, there is #VALUE! error.
Actual Behavior
Using XLOOKUP to create a sum_range for the SUMIFS function returns #VALUE! error.
Reproduction Steps
=SUMIFS(XLOOKUP(lookup_value,lookup_array,return_array),criteria_range,criteria)
Additional information
Test Doc - sumifs xlookup.xlsx