I have a text formula field that I would like to summarize on certain values. Eg.
the GE a calculated field which prints either "Below" or "above". I want to create a summary that would count how many time "Below" shows up and how many times, "Above" Shows up. In the GE formula, I had a string that was converted using the tonumber function and when when a try to run a count formula, gets an error message saying that the one of the fields that I converted is nonnumeric.
Is there a nice and efficient way to do this than creating two other formulas which did not quite work right.
the GE a calculated field which prints either "Below" or "above". I want to create a summary that would count how many time "Below" shows up and how many times, "Above" Shows up. In the GE formula, I had a string that was converted using the tonumber function and when when a try to run a count formula, gets an error message saying that the one of the fields that I converted is nonnumeric.
Is there a nice and efficient way to do this than creating two other formulas which did not quite work right.