G
Guest
I am trying to make a conditional hide with the following statement:
=IF($I14="CONST","Show","Hide")
Is there a way to add another condition to the same row? I need excel to
hide "#VALUE!" as well. I tried =IF($I14<>"CONST","Hide","Show"), but this
will not pick up the "#VALUE!" cells. Is there a way to add to the statement
so I can include both?
Any help is greatly appreciated.
Thanks,
JRG
=IF($I14="CONST","Show","Hide")
Is there a way to add another condition to the same row? I need excel to
hide "#VALUE!" as well. I tried =IF($I14<>"CONST","Hide","Show"), but this
will not pick up the "#VALUE!" cells. Is there a way to add to the statement
so I can include both?
Any help is greatly appreciated.
Thanks,
JRG