anonymous
2010-06-08 07:48:09 UTC
Basically I want something like this (but this isn't correct)
IF B2 = 1 THEN 10 OR B2 = 2 THEN 20 OR B2 = 3 THEN 30
So if Cell B2 has the value of 1 then I want the number 10 to populate in cell B2 but if Cell B2 has 3 then I want the value of 30 to populate.
Thank you!