We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Rounding Down

hemant86
11 - Bolide

Hi All,

 

I have got a pretty unique requirement for rounding numbers. I want the result as 7 if my output is 7.5 and 8 if the output is more than 7.5

Ex:

7.5 = 7

7.6 = 8

Is there any workaround for this.

 

Thanks in advance.

3 REPLIES 3
atcodedog05
22 - Nova
22 - Nova

Hi @hemant86 

 

Use formula

 

Round([Field1]-0.1, 1)

 

Workflow:

atcodedog05_0-1634044576828.png

 

Hope this helps : )

hemant86
11 - Bolide

Thanks @atcodedog05 That was amazing. That's way more simple than I thought. 🙂 Two thumbs Up to You!

atcodedog05
22 - Nova
22 - Nova

Happy to help : ) @hemant86 

Cheers and have a nice day!

Labels
Top Solution Authors