I am entering both positive and negative numbers in a column and want a way to identify them without an extra column for example -100.03 or -250.1 or 100.015. in this example I am listing moneyline betting odds and want to use the .1 to identify inside distance and .03 to mean over 3 rounds, and .015 to mean over 1.5 rounds. This will give me the type of prop bet even though i just have the number entered without the need for an extra column to identify it. I was thinking about regular expressions but not sure
↧