Hi, how do I create a If Then Statement to compare ANY of the values in let's say cell B1-B200 to A1.
See typically the If then Statement to compare a single value would be = if (B1>A1, "STOP", ""), but now we need to test B2 to 1, B3 to A1, B4 to A1.... and have a message stop if ANY of the values in column B is greater than A1
Thank you!
Luke
See typically the If then Statement to compare a single value would be = if (B1>A1, "STOP", ""), but now we need to test B2 to 1, B3 to A1, B4 to A1.... and have a message stop if ANY of the values in column B is greater than A1
Thank you!
Luke