Alright well I'm trying to find a way to hide cells on "Sheet 2" if values on "Sheet 1" = 0 (or are blank) and keep the rows that do have values.
I've been looking around to try and find a formula, like a
=IF(VALUE=0 HIDE ROW, VALUE>0 KEEP ROW)
(Yes I know that won't work but that's the concept I'm trying to achieve)
However I've only come across suggestions/codes using "Macros"/VBA. I was trying to avoid Macros/VBA because I have no idea how any of that works.
Does anyone know of a code that will help me achieve what I want?
(I know how to "view code" and that's pretty much it so I might need instructions on what to do after pasting the code in)
Apologies for being a newbie but thank you in advance
This question is also posted on another forum so I can hopefully get a fast response -
http://www.excelforum.com/excel-gen...-if-value-0-need-help-please.html#post2509346
I've been looking around to try and find a formula, like a
=IF(VALUE=0 HIDE ROW, VALUE>0 KEEP ROW)
(Yes I know that won't work but that's the concept I'm trying to achieve)
However I've only come across suggestions/codes using "Macros"/VBA. I was trying to avoid Macros/VBA because I have no idea how any of that works.
Does anyone know of a code that will help me achieve what I want?
(I know how to "view code" and that's pretty much it so I might need instructions on what to do after pasting the code in)
Apologies for being a newbie but thank you in advance
This question is also posted on another forum so I can hopefully get a fast response -
http://www.excelforum.com/excel-gen...-if-value-0-need-help-please.html#post2509346
Last edited: