E
Eric
Does anyone have any suggestion on how to assign "" for any error on
frequency analysis? such as
{=frequency(A:A,B:B)}
in case any error within column A or B, then it will display error on
frequency analysis.
I try following statement to avoid error, but it does not work.
{=IF(ISERROR(frequency(A:A,B:B)),"",frequency(A:A,B:B))}
Does anyone have any suggestions?
Thank you in advance
Eric
frequency analysis? such as
{=frequency(A:A,B:B)}
in case any error within column A or B, then it will display error on
frequency analysis.
I try following statement to avoid error, but it does not work.
{=IF(ISERROR(frequency(A:A,B:B)),"",frequency(A:A,B:B))}
Does anyone have any suggestions?
Thank you in advance
Eric