Computing.Net > Forums > Office Software > Microsoft Excel IF Statement

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Microsoft Excel IF Statement

Reply to Message Icon

Name: dmurfitt
Date: March 31, 2005 at 01:03:13 Pacific
OS: Win XP Pro
CPU/Ram: P4
Comment:

Hi,

I was wondering if someone could help me get an Excel IF statement right. I am making a test, and I need to convert the raw score into a standard ten. Basically, I need a formula that says IF the raw score is 0 to 3 then the STEN is 1. If the raw is 4 then the STEN is 2. If the raw is 5 or 6 then STEN is 3 etc...

Is there any way to do this? The raw score is in cell A15 for example, so it will be IF A15 =

I have managed to get the if statement with true and false working, but not with multiple values.

Any help would be greatly appreciated :D

Thanks a lot,
Dan

Daniel Murfitt
http://www.Murfitt.Net



Sponsored Link
Ads by Google

Response Number 1
Name: chnos
Date: March 31, 2005 at 22:28:06 Pacific
Reply:

hello,
shortest and simply way could be a vlookup make like:
1 1
2 1
3 1
4 2
and so on
so u can ezly match exact number to exact value without having a big big if(xx;xx;if(xx;xx;if...). Of course u can have it too with a if(A1<"max value";"max matching";if A1<"step5";"matching 5";if A1<"step4"...... and so on).
Hope it helps...!


0

Response Number 2
Name: dtech10
Date: April 1, 2005 at 12:53:41 Pacific
Reply:

Hi
This Help

=IF(A15<4,1,IF(A15>4,3,2))


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Office Software Forum Home


Sponsored links

Ads by Google


Results for: Microsoft Excel IF Statement

Excel IF Statement Help Needed www.computing.net/answers/office/excel-if-statement-help-needed/7417.html

Excel IF statements www.computing.net/answers/office/excel-if-statements/9273.html

Excel IF statements and conditional www.computing.net/answers/office/excel-if-statements-and-conditional/7035.html