I am trying to clean up my template for multiple users. I am looking for a solution to help me hide/unhide rows based on "IF" statements. My example:
.........Column A......................................Column E
1.......transaction type:...........................(purchase, lease)
2.......=If(E1="Lease","Lease Term","")
3.......How many customers:.....................(1, 2, 3, 4)
4.......Customer 1
5.......=If(E3>1,"customer 2","")
6.......=If(E3>2,"Customer 3","")
7.......=if(E3>3,"Customer 4","")
8........Downpayment:
9......."If" statement
10......"if" statement
So, basically I need a solution where when the "if" statement is false the corresponding row hides and when the "IF" statement is true it unhides. Is this possible? I also need it to refresh evertime the worksheet is open (think template).
Thanks, JT
.........Column A......................................Column E
1.......transaction type:...........................(purchase, lease)
2.......=If(E1="Lease","Lease Term","")
3.......How many customers:.....................(1, 2, 3, 4)
4.......Customer 1
5.......=If(E3>1,"customer 2","")
6.......=If(E3>2,"Customer 3","")
7.......=if(E3>3,"Customer 4","")
8........Downpayment:
9......."If" statement
10......"if" statement
So, basically I need a solution where when the "if" statement is false the corresponding row hides and when the "IF" statement is true it unhides. Is this possible? I also need it to refresh evertime the worksheet is open (think template).
Thanks, JT
Last edited: