Multiple-Value formulas
Range: Column I2:I2000
My formula in Column H: =IF(I2="DM","Credit","System")
The formula is working fine with a single criteria, being DM (Returning
Credit if TRUE or "System" if FALSE)
I am trying to use multiple criteria in this formula: DM,EF,LM,ME,NK
i.e.: =IF(I2=DM,EF,LM,ME,NK ,Credit","System")
Result: Formula error
Is there another formula that I can use?
EricB
|