View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
nastech nastech is offline
external usenet poster
 
Posts: 383
Default Custom Format IF letter z, nothing

hi, have made use of making a number disappear if Custom Format is:
[=9]"";0

Trying to get the letter "z" to disappear, using numbers & letters in column
as output.


If I try to use: [=z]"";0
[=0]"";0 is left behind, with z still showing

Note: do not have any spare conditional formats, trying to do a simple sort
on a column, where "." does not seem to sort null results to end of list
during a "Sort".
Thanks