This is for the feature report itself, not the XLS form, right?
I believe that you need to use the NAME of your list choice, not the LABEL (but try both because I don't remember for sure)
${if RecreationSpaces | selected:"fully_met"}${RecreationSpaces} ${/}
${if RecreationSpaces | selected:"not_met"}${RecreationSpaces} ${/}
Notice that I'm just changing the font color of the call to print out your ${RecreationSpaces} value. You can do this in your feature report as well. Background color, highlighting, text color ect will work this way (and I believe it's only the $ symbol you actually need to change)
edit: If you created your survey in the web designer, it may not be obvious to you that you have a name and label for your list options (or "Label" and "Code" when viewing in your AGOL Feature Layer details).
Here's a few screenshots on where to find that, assuming you don't see your name/code values otherwise (note that in my example, the name and the code match exactly. I try to do this on purpose, but it's usually not going to be the case)