Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Shorter:
I need to continue this process up to "between 71 and 80" Assuming the referenced cell will never exceed 80: =CEILING(A5,10)/10*A1 -- Biff Microsoft Excel MVP "T. Valko" wrote in message ... Try this: =IF(A5="","",A1*MATCH(A5,{0,11,21,31,41,51,61,71}) ) -- Biff Microsoft Excel MVP "OrcaFire" wrote in message ... If the cell I am referencing is between 1 and 10 I want my value to be CellA1 X1 If the cell I am referencing is between 11 and 20 I want my value to be CellA1 X2 I need to continue this process up to "between 71 and 80" How would I write this IF function? Thank you 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 |