Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
How do I create a conditional formula that hides a complete row or rows if a
value = 0? I want the rows to disappear so that I can print out only the information for rows that have information in them. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you are going to use a formula it is not possible to hide, you can use
formatconditional formatting and use white fonts that won't be visible when printing or you can use a custom format that does not show zeros However it won't be the same as hiding rows since it will print a blank row, only other option would be a macro -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "Tom" wrote in message ... How do I create a conditional formula that hides a complete row or rows if a value = 0? I want the rows to disappear so that I can print out only the information for rows that have information in them. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thanks, Peo. Not the answer that I wanted to hear, but the correct answer
probably none the less. If anyone else comes up with a solution, it would be great to hear. Thanks, again. Tom "Peo Sjoblom" wrote: If you are going to use a formula it is not possible to hide, you can use formatconditional formatting and use white fonts that won't be visible when printing or you can use a custom format that does not show zeros However it won't be the same as hiding rows since it will print a blank row, only other option would be a macro -- Regards, Peo Sjoblom Northwest Excel Solutions www.nwexcelsolutions.com (remove ^^ from email address) Portland, Oregon "Tom" wrote in message ... How do I create a conditional formula that hides a complete row or rows if a value = 0? I want the rows to disappear so that I can print out only the information for rows that have information in them. |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Apply a filter to the column which contains your values which might
equal 0. To hide the rows, choose Custom Filter | Not Equal To 0 (zero). Then you can print out. Hope this helps. Pete |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I create a formula by percentage within a formula? | Excel Worksheet Functions | |||
need to create a formula to create a timesheet but haven't a clue | Excel Discussion (Misc queries) | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions | |||
Formula Dependant Conditional Formatting | Excel Discussion (Misc queries) |