tiredofit
Well-known Member
- Joined
- Apr 11, 2013
- Messages
- 1,924
- Office Version
- 365
- 2019
- Platform
- Windows
I have the values a,b,c in cells A1 through to A3.
I have the value a in cell C1.
In cell C4, I type:
and enter it as an array function.
I get the result of #N/A.
Why is that?
I thought the logic is as follows:
It compares the value in cell C1 (ie a) with the values in cells A1 to A3 and returns an array of TRUE, FALSE, FALSE.
These in turn are converted to 1,0,0.
Finally the result should be 1?
Thanks
I have the value a in cell C1.
In cell C4, I type:
Code:
=MATCH(1,(C1=A1:A3))
and enter it as an array function.
I get the result of #N/A.
Why is that?
I thought the logic is as follows:
It compares the value in cell C1 (ie a) with the values in cells A1 to A3 and returns an array of TRUE, FALSE, FALSE.
These in turn are converted to 1,0,0.
Finally the result should be 1?
Thanks