Hello. I have an Excel worksheet with about 1,000 cells . The cells have number values between 0 and 20,000.
I want to replace the numeric values with the words below.
<5000 = Sedentary
4999>, <7500 = Physically Inactive
7499>, <10000 = Moderately Active
10000>, <12500 = Physically Active
>12499 = Very Active
How might I write an IFS statement so that I replace all the values in the worksheet?
Thank you.
I want to replace the numeric values with the words below.
<5000 = Sedentary
4999>, <7500 = Physically Inactive
7499>, <10000 = Moderately Active
10000>, <12500 = Physically Active
>12499 = Very Active
How might I write an IFS statement so that I replace all the values in the worksheet?
Thank you.