Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
If you only have a "few" conditions to check for...
=IF(COUNT(A1),IF(A1<=5%,10%,IF(A1<=10%,9%,"")),"") If you have "many" conditions to check for then you're best option is to create a lookup table. See this for more detail: http://contextures.com/xlFunctions02.html -- Biff Microsoft Excel MVP "Doug" wrote in message ... I want to have Excel give back a certain value if it meets some criteria. Example: If the value of a cell is between 0 & 5%, then give back 10%. If the value of a cell is between 6 & 10%, then give back 9%. thx for your help! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ISBLANK function not working when cell is blank dut to function re | Excel Discussion (Misc queries) | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |