Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a master Bill of Materials with about 2750 possible rows but generally
only have contents in about 30 rows and want to hide all of the rows with no value in a cell and then print the entire range (after the rows are hidden) and then unhide the rows. Print Range is:$A$1:$V$280 The cell that should control the action is in col "s" and contains a formula like: $S254=IF((SUM($D254:$R254)*FabricWasteFactor)=0,"" ,(SUM($D254:$R254)*FabricWasteFactor)) The $D:$R column range is the line item detail quantities. When $S254 evaluates to "" I want to hide that row (for rows 10 thru 258) I tried to use code that I found on Ron DeBruin's web site but couldn't get it to work (I think because I have a formula in the cell so it is not truly blank...) and can't figure out what I'd have to change to make it work and I can't find another post that is 'on point' All help is appreciated! Steve |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
How do display a "+" or "-" sign when hiding columns? | Setting up and Configuration of Excel | |||
2 questions one on list/combo boxes and the other on "atomically" hiding columns or rows. | New Users to Excel | |||
Complex if test program possible? If "value" "value", paste "value" in another cell? | Excel Discussion (Misc queries) | |||
Hiding "0" rows in printing. | Excel Programming |