Calculating number of additional lights per sq ft, to supplement existing lights

jcneedshelp

New Member
Joined
Mar 30, 2023
Messages
6
Office Version
  1. 365
Platform
  1. Windows
Hi

I am doing some planning for the amount of additional lights I need in a building, on top of what already exists

For Example the data I have is

Sq footage of the floor -100,000
1 light per 1000 sq ft currently

I need to know how many extra lights I would need to get the average down 1 per to 500 sq ft

I know this single calculation is easy, but I used round figures, I need to do this with a larger data set.

Thank you in advance
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
Hi, perhaps this will point you in the right direction.

Book3
AB
1Sq footage floor100000
2Current 1 per1000
3Needed 1 Per500
4Current Lights100
5Needed Lights200
6Extra Lights needed100
Sheet1
Cell Formulas
RangeFormula
B4B4=B1/B2
B5B5=B1/B3
B6B6=B5-B4
 
Upvote 0
Solution

Forum statistics

Threads
1,216,747
Messages
6,132,485
Members
449,729
Latest member
davelevnt

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