Is it Possible to Freeze a Selection?

thewiseguy

Well-known Member
Joined
May 23, 2005
Messages
954
Office Version
  1. 365
Platform
  1. Windows
Columns B-D serve as a navigation tool through all of my hidden tabs. Is there a way to keep just the dashboard frozen so that i can view it from anywhere in the worksheet?

the range i would need frozen in this case would be: B1:D18

v2023.10 - Copy.xlsm
BCDEFGHIJKLMNOPQRSTUVWXYZAA
1Dashboard
2Project ItemsPROJECT OVERVIEW
3Input
4ProposalProject CostsCostsMargin (%)Sell Price ($)Markup ($)Annual Energy ReductionInclusions
5Line-by-LineExisting Energy Usage (kWh)36,366.72
6TOCFixtures Costs$2,790.0040.00%$4,650.00$1,860.00Proposed Energy Usage (kWh)5,222.88Bypass RebateNo
7BOMLamp Costs$0.00$0.00$0.00Total Energy Savings (kWh)31,143.84Rebate Amount
8Labor Add. (BOM)Accessory Costs$0.00$0.00$0.00Controls Reduction (kWh)0Include Maintenance SavingsYes
9Project Level Items (BOM)Control Costs$0.00$0.00$0.00Include TaxesNo
10Recycle (BOM)Material Costs$0.00$0.00$0.00
11Shipping (BOM)Equipment Rental Costs$485.00$485.00$0.00Annual Operating SavingsInclude On-Bill RepaymentYes
12Project Detail (Install)Recycle Costs$172.20$172.20$0.00Misc. (to true up)
13Checklist (Install)Project Level Costs$300.00$300.00$0.00Lighting Energy Savings$4,048.70
14BOM (Install)Labor Costs$1,240.0040.00%$2,066.67$826.67Controls Energy Savings$0.00Finance Option
15LxL (Install)HVAC Energy Savings$556.70Total OBR Amount (requested)$4,773.87
16Damaged Fixture (Install)Taxes$0.00$0.00$0.00Maintenance Savings$193.44Monthly Payment$79.56
17Recycle Request (Install)Monthly Energy, Maint, HVAC Savings$399.90
18Labor Budget (Install)Total Energy Savings$4,798.84Avg Monthly Cash Flow During Finance Period$320.34
19Total Project Cost$4,987.20$7,673.87
20Value of Rebates & Incentives$2,900.00$2,900.00
21Net Project Cost$2,087.20$4,773.87
22
23PROJECT SUMMARY
Project Items
Cell Formulas
RangeFormula
X5X5='Line-by-Line'!AG3505
X6X6='Line-by-Line'!AH3505-'Line-by-Line'!AI3505
X7,K21,G21X7=X5-X6
X8X8='Line-by-Line'!AI3505
G6G6=SUMIF(BOM!$H$2:$H$21,"fixture",BOM!$N$2:$N$21)
G7G7=SUMIF(BOM!$H$2:$H$21,"lamp",BOM!$N$2:$N$21)
G8G8=SUMIF(BOM!$H$2:$H$21,"accessory",BOM!$N$2:$N$21)
G9G9=SUMIF(BOM!$H$2:$H$21,"control",BOM!$N$2:$N$21)
G10G10=SUMIF(BOM!$H$2:$H$21,"material",BOM!$N$2:$N$21)
G11G11=SUMIF(BOM!$H$2:$H$21,"RENTAL",BOM!$N$2:$N$21)
G12G12=IF('Recycle (BOM)'!L2="Lamp",'Recycle (BOM)'!J25,'Recycle (BOM)'!J36)
G13G13='Project Level Items (BOM)'!I16
G14G14=BOM!T22+'Labor Add. (BOM)'!J19
K6:K14K6=((G6)/(1-I6))
M6:M14M6=(K6-G6)
AA15AA15=K21
G16G16=IF(AA9="No",0,SUM(G6:G13)*Dashboard!F16)
K16K16=IF(AA9="No",0,SUM(K6:K15)*Dashboard!F16)
X13X13='Line-by-Line'!R3505
X14X14='Line-by-Line'!S3505
X15X15='Line-by-Line'!T3505
X16X16=IF(AA8="yes",'Line-by-Line'!U3505,"0")
Z16:Z18Z16=Proposal!F85
AA16:AA18AA16=Proposal!R85
X18X18=SUM(X13:X16)
G19G19=SUM(G6:G16)
G20G20=IF(AA6="YES",AA7,IF(AND(AA6="NO",Dashboard!N16="PSEG"),'Lighting&Controls(PSEGrebates)'!C5,'Lighting&Controls (JCPLRebates)'!A1))
K19K19=SUM(K6:K16)+AA12
K20K20=G20


Any help would be greatly appreciated.
 

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!
You could if you started the rest of your sheet in F19 instead of F2, though you would have a very large blank space at the top of your sheet. Otherwise you can only freeze columns for scrolling horizontally.

Edit: Or you could split the window at row 18/19 and have the top 18 rows of the entire sheet visible while you scroll through the rest. Either of these don't really sound appealing though to what you want.
 
Upvote 0

Forum statistics

Threads
1,215,110
Messages
6,123,143
Members
449,098
Latest member
Doanvanhieu

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