CREATE FORMULA IN EXCEL

G

Guest

I have items in a drop menu in D8 from a list in C29-C39. If the value of D8
= C29 then H14 (formula location) = D29

I have tried multiple versions of the below to no avail.
=IF(D8=C29,D29,IF(D8=C30,D30,IF(D8=C31,D31,IF(D8=C32,D32,IF(D8=C33,D33,IF(D8=C34,D34,IF(D8=C35,D35,IF(D8=C36,D36,IF(D8=C37,D37,IF(D8=C38,D38,IF(D8=C39,IF(D39,D8=C40,""))))))

Thanks for any help!!
fyrefox
 
R

RagDyeR

Try this in H14:

=VLOOKUP(D8,C29:D39,2,0)

--

HTH,

RD
=====================================================
Please keep all correspondence within the Group, so all may benefit!
=====================================================


I have items in a drop menu in D8 from a list in C29-C39. If the value of D8
= C29 then H14 (formula location) = D29

I have tried multiple versions of the below to no avail.
=IF(D8=C29,D29,IF(D8=C30,D30,IF(D8=C31,D31,IF(D8=C32,D32,IF(D8=C33,D33,IF(D8=C34,D34,IF(D8=C35,D35,IF(D8=C36,D36,IF(D8=C37,D37,IF(D8=C38,D38,IF(D8=C39,IF(D39,D8=C40,""))))))

Thanks for any help!!
fyrefox
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top