R
Robert G.
Hello,
I want to have a function that will look for a value ( 1 or 0 ) and based on
that hide the current row. The value of "1", or "0" is being based off if
there is a name in a cell at the end of the database I have.
Example:
B1 (the name cell)
X1 (the name display cell, if database criteria is met)
Y1 (Where the value will be determined: If(B1=X1,1,0 )
Z1 (this is where the Hiderow function will go. If Y1=1, leave row
displayed, if Y1=0, hide row)
This is the perfect form, But I need the Hiderow function to hide the
current row and, the two rows bellow it. I used some merged and none merged
cells, so multiple row hide are needed.
Thanks for any help you can give me.
I want to have a function that will look for a value ( 1 or 0 ) and based on
that hide the current row. The value of "1", or "0" is being based off if
there is a name in a cell at the end of the database I have.
Example:
B1 (the name cell)
X1 (the name display cell, if database criteria is met)
Y1 (Where the value will be determined: If(B1=X1,1,0 )
Z1 (this is where the Hiderow function will go. If Y1=1, leave row
displayed, if Y1=0, hide row)
This is the perfect form, But I need the Hiderow function to hide the
current row and, the two rows bellow it. I used some merged and none merged
cells, so multiple row hide are needed.
Thanks for any help you can give me.