I have a column with mix of blank cells, negative numbers in decimals, and positive numbers in decimals.
I am trying to perform 2 counts. One to count the numbers in negative i.e. less than 0 and the other is to count anything 0 or above (positive numbers)
but I keep getting error message saying unable to convert to varchar value to data type int.
any advise?