Trying to normalize multiple features with the Multi-Field Formula tool with the following expression (that throws an error):
([_CurrentField_] - Min([_CurrentField_])) / (Max([_CurrentField_]) - Min([_CurrentField_]))
Is there a way to make this work?