As an example I have a value 100.13, and I have applied number format "#,##0". So this format changes the value to 100.
But I want the value displayed with higher up value for any value which has the decimal number associated with it. In my previous case it should be 101.
How I can do this?
-Raghu