Okay, I need to do an apartment building calculation spreadsheet.
The demand factor percentage changes depending on how many dwelling units are in the building. In cell A1, one would input how many dwelling units. Cell B1 would display the demand factor. The information is below. I'm stuck as to how to actually get all this information in one freaking cell.
NUMBER OF
DWELLING DEMAND
UNITS FACTOR (%)
IF (3-5), THEN (45)
IF (6-7), THEN (44)
IF (8-10), THEN (43)
IF (11), THEN (42)
IF (12-13), THEN (41)
IF (14-15), THEN (40)
IF (16-17), THEN (39)
IF (18-20), THEN (38)
IF (21), THEN (37)
IF (22-23), THEN (36)
IF (24-25), THEN (35)
IF (26-27), THEN (34)
IF (28-30), THEN (33)
IF (31), THEN (32)
IF (32-33), THEN (31)
IF (34-36), THEN (30)
IF (37-38), THEN (29)
IF (39-42), THEN (28)
IF (43-45), THEN (27)
IF (46-50), THEN (26)
IF (51-55), THEN (25)
IF (56-61), THEN (24)
IF (62 >), THEN (23)
Bookmarks