Forum Discussion
MAngosto
Apr 16, 2024Iron Contributor
Unable to use a nested IF(AND) function in an array function (Discussion)
Hello there! I came across the following discussion on the community: https://techcommunity.microsoft.com/t5/excel/two-wrongs-don-t-make-a-right-negative-worker-values-are-turning/m-p/4114539 ...
- Apr 16, 2024
AND does not return an array of TRUE/FALSE values, but a single TRUE/FALSE value.
(logic1)*(logic2) returns an array of 1/0 values.
HansVogelaar
Apr 16, 2024MVP
AND does not return an array of TRUE/FALSE values, but a single TRUE/FALSE value.
(logic1)*(logic2) returns an array of 1/0 values.