Hi, I need to display as * in the cell instead of value.. How to format that?
S smartin Jun 27, 2009 #2 Kash said: Hi, I need to display as * in the cell instead of value.. How to format that? Click to expand... Try this in cell custom format: "*";"*";"*";"*"
Kash said: Hi, I need to display as * in the cell instead of value.. How to format that? Click to expand... Try this in cell custom format: "*";"*";"*";"*"
J Jacob Skaria Jun 28, 2009 #4 Kash Right click>FormatCells>Custom>Type: "*" (in double quotes) If this post helps click Yes
S Shane Devenshire Jun 28, 2009 #5 Hi, You can use "*" or shorter \* but this may not be acceptable since it will cause cells containing negative numbers to return -* (minus astericks) The following custom format might prove more to you needs: \*;\*;\*
Hi, You can use "*" or shorter \* but this may not be acceptable since it will cause cells containing negative numbers to return -* (minus astericks) The following custom format might prove more to you needs: \*;\*;\*