Message 1 of 4
Nested IFs cause unexpected end of expression error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I'm trying to create a conditional if statement in an area schedule for occupancy load calculations, but I'm not sure if my syntax is correct or if the statement is flawed, because I keep getting an "Unexpected end of expression" error message, please help.
IF (Name="BUSINESS", Area/100, IF (Name = "MECHANICAL", Area/300, IF (Name = "MERCANTILE", Area/30, IF (Name = "STORAGE", Area/300, IF (Name = "KITCHEN", Area/200, 0))))