Can we do Perform Number formatting on the data
I would like to do number fomatting based on the results Dervied in the worksheets.
Example : 1 to 100%
Is there a way. Plz guide me
-
Hi Kranthi,
You'd just need to use the CONCAT formula and do the standard multiplication necessary to convert to percentage.
CONCAT((#Sheet!Column*100);"%")
So, 1 would become 100 and then % would be concatenated. Likewise 0.9 would become 90 and then % would be concatenated, etc.
-
The available formatting options for number types are documented here: Formatting Columns notably the only available options are to include a thousands separator and to control the number of decimals displayed. Customized display formatting beyond that is not available currently.
Please sign in to leave a comment.
Comments
3 comments