• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

formula IF

iraidotel

New Member
Dear All, experts xls
I use .xlt 2003 and would like to make the following formula
the E6 is the starting point entering a value
H6 to H10 is a range of values
I6 until I 10 is Description
F6 is a formula that will make
If the results of its formula will be written Description its course.
Please help

Regards, Ira
 

Attachments

Hi Ira,

Try any of the following:
=CHOOSE(MATCH(E6,{0,2.1,5.1,7.1,8.1},1),"SS","CO","MS","KL","MS")

=INDEX(I6:I10,MATCH(E6,{0,2.1,5.1,7.1,8.1},1))

=LOOKUP(E6,{0,2.1,5.1,7.1,8.1},I6:I10)

Regards,
 
I already follow the formula given
but has not been successful,
whether the formula is directly input in his xls
thank you
Regards, Ira
 
Back
Top