Hi,
I am trying to extract the last 3 digits before decimal point from a fixed decimal column.
For eg, if the number is 12345.23 , I need to extract "345" and check if it is matching with some threshold. Please suggest the formula/method to be used to achieve this.
Solved! Go to Solution.
Thank you for the quick response. Is there any other way to do it other than Regex. I am new to Regex and find it little complicated
I din't find an appropriate label for this. My bad!
Thank you another solution, this formula rounds of the last digit before decimal. Is there a way to do this without rounding it off?
Thank you so much for suggesting multiple ways to achieve it. It worked!
Thank you so much for attaching the workflow to make it more clear. This is exactly my scenario.