I used this formula to identify the different
If ({@Diff}) >4.99 and ({@Diff}) < 10 then "5-10" else
If ({@Diff}) >9.99 and ({@Diff}) < 20 then "10-15" else
"N/A"
However, so me differences are a negative. I would like to changes the formula like this, if the diff is more display “A1” if it is less, between 0-5 display “0-5”
If it is between 5-10 less, display “5-10”
What is the formula?
Thank you
If ({@Diff}) >4.99 and ({@Diff}) < 10 then "5-10" else
If ({@Diff}) >9.99 and ({@Diff}) < 20 then "10-15" else
"N/A"
However, so me differences are a negative. I would like to changes the formula like this, if the diff is more display “A1” if it is less, between 0-5 display “0-5”
If it is between 5-10 less, display “5-10”
What is the formula?
Thank you