Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Jooniper,
Am Wed, 22 Aug 2012 09:19:21 +0000 schrieb Jooniper: I am trying to award points for performance using an IF function. So, if they score less than 90%, 0 points, 90-94%=5 points, 94-95%=7 points and 95%=10 points. I have tried to start this formula, but I am stuck. So any help would be great! Here is whaty I wrote so far: =IF((B8<=90%),0),(IF(AND(B890%,B8<=94%),5),(IF(AN D(B894%, B8=95%),7),((IF( B895%, 10, "no"))))) try: =VLOOKUP(B8,{0,0;0.9,5;0.94,7;0.95,10},2,1) but watch your language specific seperators Regards Claus Busch -- Win XP PRof SP2 / Vista Ultimate SP2 Office 2003 SP2 /2007 Ultimate SP2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
User Function Question: Collect Condition in Dialog Box - But How toInsert into Function Equation? | Excel Programming | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Excel - User Defined Function Error: This function takes no argume | Excel Programming | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions | |||
Adding a custom function to the default excel function list | Excel Programming |