CHISQ.TEST
Returns the test for independence
Syntax
CHISQ.TEST(actual_range, expected_range)
Parameters
- actual_range: Required. The range of data that contains observations to test
- expected_range: Required. The range of data that contains expected values
Example
=CHISQ.TEST(A1:B3, C1:D3)