I have a basic spreadsheet setup with some help from folks here that works well but I would like to expand its functionality so I don't have to manually type in the values that change based on occupancy.
In the sheet I have the Occ. Classification (Mercantile, Office etc) and the calculations for area. These all work fine. Below that are the calculations for required fixtures which is where I'm not entirely sure how to proceed. The requirements change based on occupancy type - for example:
Mercantile
Occ. < 150 - 1 WC
Occ. < 300 - 2 WC
Office:
Occ. < 15 - 1 WC
Occ. < 35 - 1 WC
I would like to tie the required fixtures to the Occupancy Class in the top (green cell) so changing the class updates the values in the requirements.
The formula for the final calc is: =IF(C5<=201,1,IF(C5<=400,2,3+INT(C5/600))) I believe if I swap out the numeric values (in orange) for cell references it will work but I'm not 100% certain on that (or how the last part of the formula (3+INT) actually works) Several occupancies would also end up needing more than 4 rows of numbers.
I'm enclosing the spreadsheet and a page from the code on fixture counts.
Bookmarks