I am trying to use IF statements to help build labels for a layer that shows the number of rooms that are within a certain size category. There are five different categories for each building. Each category has its own datafield to store the appropriate number. I want the labels to only display the size category and amount for results greater than zero. That way the label isn't filled up with 0's and wasting space.
Below is what I have tried to write but it has an error with the first IF. Below that is a screenshot of what the labels currently look like.
What I have tried to write which doesn't work
Current labels