Hi,
I am trying to count between a range of numbers. The problem is smartsheet seems to only count the first number and everything after that. It doesnt seem to count between the range.
Range to count is Probability - This has numbers ranging between 1 and 0.50
I have tried the following
=COUNTIFS({Master Programme Range 3}, >0.9, {Master Programme Range 3}, <=0.99) - This returns 1 but it should return 5
I have then tried =COUNTIF({Master Programme Range 3}, >0.9 <= 0.99) this returns 19
Please help it's driving me nuts