- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You will want to use the Ceil function instead, which returns the next whole number greater than the expression, so;
Ceil(Table2.Row8.Eight * 6.07)
Just note that this will only for positive numbers, if you have to deal with negative numbers (maybe a refund) then you will need to use the Floor function.
Regards
Bruce
Views
Replies
0 Likes
Total Likes