R
rudekid
does anyone know if you can refer to more than one array in a single
Excel statement?
I can't find any references in Excel help or textbooks saying I can't
but at the same time, can't get a statement to work unless I convert
one of the arrays to a text lookup.
It's a problem because I need to look up more than one reference. If
anyone knows the answer or a way round it this would help me going the
wrong way with fixing the problem.
For the record the statement I am trying to get to work is as follows:
=SUM(IF(NOT(ISERROR(MATCH("JP",RawData!U2,0))),0,IF(ISERROR(MATCH("*"&IllegalChars&"*",RawData!E22,0)),0,1)))
Where "JP" was an array.
At the moment, if U2 contains JP using the above statement it returns 0
but if I use an array with the same value it returns #N/A
Excel statement?
I can't find any references in Excel help or textbooks saying I can't
but at the same time, can't get a statement to work unless I convert
one of the arrays to a text lookup.
It's a problem because I need to look up more than one reference. If
anyone knows the answer or a way round it this would help me going the
wrong way with fixing the problem.
For the record the statement I am trying to get to work is as follows:
=SUM(IF(NOT(ISERROR(MATCH("JP",RawData!U2,0))),0,IF(ISERROR(MATCH("*"&IllegalChars&"*",RawData!E22,0)),0,1)))
Where "JP" was an array.
At the moment, if U2 contains JP using the above statement it returns 0
but if I use an array with the same value it returns #N/A