Custom Format IF letter z, nothing

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
do you have a conditional format which hides the cell?
if so try making the condition be an "or()"

in not you wil probably have to use a macro to hide it
 
not sure how to use macro's to well, had a unstable sheet with macro before..

looking for way to tag a specific letter in "Custom Format" to be nothing if
letter "z".
I do not have any spare conditional formats left.

bj said:
do you have a conditional format which hides the cell?
if so try making the condition be an "or()"

in not you wil probably have to use a macro to hide it
nastech said:
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
 
custom formating will not hide a letter only numbers

sort your data
select the cells with z
<format><cells><number>< custom >
type ;;;

before you do any changes select the column with the data and
<format><cells><number>< general > so that you can see the Zs


nastech said:
not sure how to use macro's to well, had a unstable sheet with macro before..

looking for way to tag a specific letter in "Custom Format" to be nothing if
letter "z".
I do not have any spare conditional formats left.

bj said:
do you have a conditional format which hides the cell?
if so try making the condition be an "or()"

in not you wil probably have to use a macro to hide it
nastech said:
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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top