Possible to Keep some cells visible while rows are hidden?

thewiseguy

Well-known Member
Joined
May 23, 2005
Messages
954
Office Version
  1. 365
Platform
  1. Windows
Hello all. Is it possible to keep columns A-D visible, if I were to hide rows where there was no data in column O? In this example, rows 4,5,6,7,9,11-16

Cell Formulas
RangeFormula
F3,F10,F17,F24F3=Input!F4
G3:I3,G10:I10,G17:I17,G24:I24G3=Input!K4
J3,J10,J17,J24J3=IF(Input!I4="","",Input!I4)
K3:L3,K10:L10,K17:L17,K24:L24K3=Input!Q4
M3,M10,M17,M24M3=IFERROR(XLOOKUP(Input!Q4,TblExisting[Description],TblExisting[Watt/Fixture]),"")
N3:N30N3=Input!Y4
O3:O30O3=IFERROR(RIGHT(Input!AA4,LEN(Input!AA4)-FIND(" ",Input!AA4)),"")
P3:P30P3=IF(O3="Leave As Is","0",Input!AB4)
Q3,Q10,Q17,Q24Q3=(XLOOKUP(Input!AA4,Tbl_Area[MaskedPartNumber],Tbl_Area[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Decorative[MaskedPartNumber],Tbl_Decorative[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Downlight[MaskedPartNumber],Tbl_Downlight[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Exit_and_Emergencies[MaskedPartNumber],Tbl_Exit_and_Emergencies[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Flat_Panel[MaskedPartNumber],Tbl_Flat_Panel[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Flood_Light[MaskedPartNumber],Tbl_Flood_Light[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Garage_and_Canopy[MaskedPartNumber],Tbl_Garage_and_Canopy[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Highbay[MaskedPartNumber],Tbl_Highbay[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Linear[MaskedPartNumber],Tbl_Linear[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Lowbay[MaskedPartNumber],Tbl_Lowbay[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Strip[MaskedPartNumber],Tbl_Strip[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Troffer[MaskedPartNumber],Tbl_Troffer[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Vapor_Tight[MaskedPartNumber],Tbl_Vapor_Tight[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Wall_Mount[MaskedPartNumber],Tbl_Wall_Mount[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Wrap[MaskedPartNumber],Tbl_Wrap[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_A_Lamp[MaskedPartNumber],Tbl_A_Lamp[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_BR_Lamp[MaskedPartNumber],Tbl_BR_Lamp[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Candle_Lamp[MaskedPartNumber],Tbl_Candle_Lamp[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_CFL_Lamp[MaskedPartNumber],Tbl_CFL_Lamp[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Filament_Lamp[MaskedPartNumber],Tbl_Filament_Lamp[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Globe_Lamp[MaskedPartNumber],Tbl_Globe_Lamp[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_HID_Lamp[MaskedPartNumber],Tbl_HID_Lamp[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_MR_Lamp[MaskedPartNumber],Tbl_MR_Lamp[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Par_Lamp[MaskedPartNumber],Tbl_Par_Lamp[Watts_for_Proposal],XLOOKUP(Input!AA4,Tbl_Linear_Lamp[MaskedPartNumber],Tbl_Linear_Lamp[Watts_for_Proposal]))))))))))))))))))))))))))
 

Excel Facts

Who is Mr Spreadsheet?
Author John Walkenbach was Mr Spreadsheet until his retirement in June 2019.
No. A row is either completely visible, or completely hidden. Excel does not support hiding part of a row. If you could do that then the row numbers at the left would be all out of whack.

BTW you are asking for trouble with the merged cells.
 
Upvote 0

Forum statistics

Threads
1,215,071
Messages
6,122,963
Members
449,094
Latest member
Anshu121

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top