Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I'm trying to use a multiple "multiple" IF/WHEN formula for when a number falls between two numbers. For example, if a number falls anywhere between 1000 and 1999, then I need result A. If the number falls between 2000 and 2999, then I need result B. For anything falling between 3000-3999, I need result B ...etc. Currently I'm hoping to apply this to a multiple IF/WHEN forumula which is as follows =IF((B21000),A,IF((B22000),B,IF((B23000),C,IF(( B24000),D,"")))) now obviously this isn't going to work. I need each condition to apply to a range between two numbers which would operate this way: =IF((B2 is between 1000 and 2999),A,IF((B2is between 2000 and 2999),B,IF((B2is between 3000 and 3999),C,IF((B2 is between 4000 and 4999),D,"")))) any ideas? do I need to write a VBA script for this? -- philo351 ------------------------------------------------------------------------ philo351's Profile: http://www.excelforum.com/member.php...o&userid=30295 View this thread: http://www.excelforum.com/showthread...hreadid=499624 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding numbers in one cell and showing total in seperate cell | Excel Discussion (Misc queries) | |||
How do I hide the zero in the "sum" cell until numbers are put in the cells that are being added? | Excel Worksheet Functions | |||
cell color index comparison | New Users to Excel | |||
up to 7 functions? | Excel Worksheet Functions | |||
create a cell that accumulates, numbers from another cell... | Excel Discussion (Misc queries) |