Hello,
I have a combo box that you can select the certain sizes (i.e. 24" x 50 yd) I need to know if I should use a Vlookup or an IF statement for what I am needing.
Once you select the size in the combo list I want it to return a certain value in a another field but as you all know the combo list has a number behind the box which does not match the text in the lookup field.
So I can get this IF to work
=IF(P5=16,B19,"")
but it also has to have IF(P5=12,13,14,15,etc and based on that number goto a different cell instead of B19.
I hope this makes since; kind of hard to explain.
Thanks for your help
I have a combo box that you can select the certain sizes (i.e. 24" x 50 yd) I need to know if I should use a Vlookup or an IF statement for what I am needing.
Once you select the size in the combo list I want it to return a certain value in a another field but as you all know the combo list has a number behind the box which does not match the text in the lookup field.
So I can get this IF to work
=IF(P5=16,B19,"")
but it also has to have IF(P5=12,13,14,15,etc and based on that number goto a different cell instead of B19.
I hope this makes since; kind of hard to explain.
Thanks for your help