* instead of value

  • Thread starter Thread starter Kash
  • Start date Start date
Kash

Right click>FormatCells>Custom>Type: "*" (in double quotes)

If this post helps click Yes
 
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:

\*;\*;\*
 
Back
Top