#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 181
Default Nested if help

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 10,593
Default Nested if help

=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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
nested if based on nested if in seperate sheet. how? scouserabbit Excel Worksheet Functions 5 March 2nd 07 04:03 PM
using nested OR stef Excel Worksheet Functions 18 November 3rd 06 09:35 PM
Nested Ifs Amy Excel Worksheet Functions 3 October 9th 06 01:54 AM
More than 7 nested IF(AND... Meltad Excel Worksheet Functions 1 August 25th 06 01:13 PM
Run out of nested Ifs Clive Williamson Excel Worksheet Functions 8 April 10th 06 12:36 PM


All times are GMT +1. The time now is 06:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"