Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to have a formula that looks at cell a1 and produces the following in
cell b1 if a1 4% outcome needs to equal 'None" if a1 <=4% but greater than 3% the outcome needs to equal 40% if a1 <=3% but greater than 2% the outcome needs to equal 60% if a1 <=2% outcome needs to equal 80% thanks |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=IF(A14%,"None",IF(A13%,40%,IF(A12%,60%,80%)))
-- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "Curtis" wrote in message ... I need to have a formula that looks at cell a1 and produces the following in cell b1 if a1 4% outcome needs to equal 'None" if a1 <=4% but greater than 3% the outcome needs to equal 40% if a1 <=3% but greater than 2% the outcome needs to equal 60% if a1 <=2% outcome needs to equal 80% thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
nested if based on nested if in seperate sheet. how? | Excel Worksheet Functions | |||
using nested OR | Excel Worksheet Functions | |||
Nested Ifs | Excel Worksheet Functions | |||
More than 7 nested IF(AND... | Excel Worksheet Functions | |||
Run out of nested Ifs | Excel Worksheet Functions |