I have three or more choices that maybe selected in a certain cell on my spreadsheet. For instance, let's say I may choose five different choices in that cell
If that choice equals L60, then cell A10 should display a certain value
If that choice equals L100, then cell A10 should display a certain value
If that choice equals L500, then cell A10 should display a certain value
If that choice equals H100, then cell A10 should display a certain value
If that choice equals H500, then cell A10 should display a certain value
I only know how to write an IF..THEN statement for two conditions. Can an IF...THEN statement be written to accomodate three or more conditions?
I do not want to use a macro to accomplish this
Please Help!!
Thanks!!