ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Using the If() Function for a percentage range (https://www.excelbanter.com/excel-worksheet-functions/176639-using-if-function-percentage-range.html)

season

Using the If() Function for a percentage range
 
Does anyone know how to set up an equation, i assume using the If funtion but
maybe something else to pull from a percentage range. i cannot set it up to
work properly since it would have to say greater than a number then less than
a number. Example below.

% Range Word to list if true
0-5 None
6-25 Not Significant
26-60 Significant
61-100 Severe

Thanks so much, Season

Tyro[_2_]

Using the If() Function for a percentage range
 
If I understand you, and your Percent is in A1 then in A2 put:

=LOOKUP(A1,{0,0.06,0.26,0.61},{"None","Not
Significant","Signifcant","Severe"})

Tyro

"season" wrote in message
...
Does anyone know how to set up an equation, i assume using the If funtion
but
maybe something else to pull from a percentage range. i cannot set it up
to
work properly since it would have to say greater than a number then less
than
a number. Example below.

% Range Word to list if true
0-5 None
6-25 Not Significant
26-60 Significant
61-100 Severe

Thanks so much, Season




season

Using the If() Function for a percentage range
 
Thank you so much, that works perfectly.
Season

"Tyro" wrote:

If I understand you, and your Percent is in A1 then in A2 put:

=LOOKUP(A1,{0,0.06,0.26,0.61},{"None","Not
Significant","Signifcant","Severe"})

Tyro

"season" wrote in message
...
Does anyone know how to set up an equation, i assume using the If funtion
but
maybe something else to pull from a percentage range. i cannot set it up
to
work properly since it would have to say greater than a number then less
than
a number. Example below.

% Range Word to list if true
0-5 None
6-25 Not Significant
26-60 Significant
61-100 Severe

Thanks so much, Season





Tyro[_2_]

Using the If() Function for a percentage range
 
You're welcome

Tyro

"season" wrote in message
...
Thank you so much, that works perfectly.
Season

"Tyro" wrote:

If I understand you, and your Percent is in A1 then in A2 put:

=LOOKUP(A1,{0,0.06,0.26,0.61},{"None","Not
Significant","Signifcant","Severe"})

Tyro

"season" wrote in message
...
Does anyone know how to set up an equation, i assume using the If
funtion
but
maybe something else to pull from a percentage range. i cannot set it
up
to
work properly since it would have to say greater than a number then
less
than
a number. Example below.

% Range Word to list if true
0-5 None
6-25 Not Significant
26-60 Significant
61-100 Severe

Thanks so much, Season








All times are GMT +1. The time now is 03:50 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com