senthil4hcl
New member
- Local time
- , 23:04
- Joined
- Oct 22, 2008
- Messages
- 2
Hi All
I m using access query
where i need something similar to excel ceiling function
For an eg.,
In excel if the value is 213 then ceiling(213,5) =215
216 ceiling(216,5)=220
So i want to round off the value in field to 5
select Ceil(216,5)
output should be 220
Pls help me
I m using access query
where i need something similar to excel ceiling function
For an eg.,
In excel if the value is 213 then ceiling(213,5) =215
216 ceiling(216,5)=220
So i want to round off the value in field to 5
select Ceil(216,5)
output should be 220
Pls help me