Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I need to be able to check for more alternatives. These are Structural
Hardware and my if statement chooses a holdown type base on a cell and the capacity of the hardware. =IF(C69=0, 0, IF(C69<500, "N.R.", IF( C69<3610, "PHD2", IF( C69<4685, "PHD5", IF( C69<5860, "PHD6", IF( C69<8325, "HDQ8", IF( C69<9615, "HHDQ11", IF( C69<12350, "HHDQ14", "VERIFY")))))))) I need to do more checks after the 12350 lb capacity. There could be a dozen or more needed. Thankyou DMB |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Several function questions (nested functions) | Excel Worksheet Functions | |||
Nested "If" Function | Excel Worksheet Functions | |||
Round a number in nested function | Excel Worksheet Functions | |||
clock | Excel Worksheet Functions | |||
Combining SUM Function with Nested If Statement | Excel Discussion (Misc queries) |