#1   Report Post  
stacy
 
Posts: n/a
Default if formula

i need an if formula that does the following...if a grade is 60 or greater
add 5 points, if the grade is between 50 and 60 add 10 points, if the grade
is below 50, make grade 60
  #2   Report Post  
Barb Reinhardt
 
Posts: n/a
Default

Here is the equation you requested

=IF(A260,A2+5,IF(AND(A2<60,A250),A2+10,IF(A2<50, 60)))

You didn't consider if the value was =50, or =60 however.


"stacy" wrote in message
...
i need an if formula that does the following...if a grade is 60 or greater
add 5 points, if the grade is between 50 and 60 add 10 points, if the
grade
is below 50, make grade 60



  #3   Report Post  
Max
 
Posts: n/a
Default

Just another play to try ..

Assuming Grades are listed in A2 down

Put in B2:
=IF(A2="","",IF(A2<50,60,
SUM(A2,VLOOKUP(A2,{50,10;60,5},2))))

Copy B2 down
--
Rgds
Max
xl 97
---
Singapore, GMT+8
xdemechanik
http://savefile.com/projects/236895
--
"stacy" wrote in message
...
i need an if formula that does the following...if a grade is 60 or greater
add 5 points, if the grade is between 50 and 60 add 10 points, if the

grade
is below 50, make grade 60



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
IF formula? meris Excel Worksheet Functions 1 September 6th 05 07:14 AM
writing a formula for a colored value aaronwexler New Users to Excel 11 September 1st 05 03:11 PM
referencing named formula using INDIRECT function [email protected] Excel Worksheet Functions 19 May 11th 05 09:48 AM
Simplify formula Luke Excel Worksheet Functions 37 May 6th 05 07:21 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 09:47 PM.

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

About Us

"It's about Microsoft Excel"