Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I am trying to set it up so that depending on the value of W2 it will
return .00075, .005, or .003: =IF(AND(W21095=TRUE,W2<1461=TRUE), 0.00075),IF(AND(W21500=TRUE,W2<2000=TRUE), 0.005),IF(AND(W22500=TRUE,W2<3000=TRUE),0.003) I get a #VALUE! error. Thanks!! What this does is takes a value in another cell that represents the difference between two dates and then calculates the payment ratio. I'd love to incorporate the entire formula into one cell but the task seems daunting so I use a helper column. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
nested what if statement | Excel Worksheet Functions | |||
Nested if statement with over 7 conditions - VBA? | Excel Discussion (Misc queries) | |||
I want to have a nested IF with two conditions | Excel Discussion (Misc queries) | |||
Nested IF functions and 3 conditions | Excel Worksheet Functions | |||
Nested If statement | Excel Worksheet Functions |