I am very new to working with syntax in Excel 2010. I am used to writing syntax is SPSS for data manipulation. I am trying to figure out how to translate the following SPSS syntax to apply weighted scores to population data in Excel:
IF (Population<6955) PopScore=0.
IF (Population>=6955 & Population <13911) PopScore=5.
IF (Population>=13911 & Population <20866) PopScore=10.
IF (Population>=20866 & Population <=34777) PopScore=15.
IF (Population>34777 & Population <=41733) PopScore=10.
IF (Population>41733 & Population <=48688) PopScore=5.
IF (Population>48688) PopScore=0.
Any ideas?
Thanks!
Bookmarks