Hi,
I need to round a number and am not sure what to use for the formula. No matter what the number equals I need it to drop any numbers after the decimal without rounding up. So, if the number = 444.9, the result should be 444. If I use the formula round([number],2) it goes to 445. I need it to be 444.
Thanks,
Leesha