Need help with decimals

Decimals Adjusted to 5 positions

we are performing calculation in a sheet , if I need to round a number to 2 decimal places (e.g., 78.456 becomes 78.46) or display exactly 5 digits after the decimal point (e.g., 45.67891), how can I achieve this? Could you please provide guidance on how to write the formula or code to resolve this issue?"

@Barkha_Thakkar,

Use Round formula in Excel.

image

If need anything to be coded in code you can use Math.Round(yourdecimalvariable,2)

Hi @Barkha_Thakkar ,

Use activity format value from studio

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.