Hi, currently I am working with pricing data and I want to round the numbers up to 4 decimal places as Excel usually do. (Rounding up if we have 5 or more than 5 and round down if we have a number less than 5)
I used Round([Field1], 0.0001) formula but it doesn't do the justice to all the record. (for some it rounds up and for some it rounds down, not consistent). I have attached a workflow as well. I really appreciate your ideas/ suggestions on this.