how do i use "if" in cell that ref another with text from a pulld.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I am trying to create a what if scenario. I have cell A8 that is linked to a
combo box, which is linked to N4:N15 where I am using text. I want a number
to be placed in cell C8 based on what cell A8 is in the combo box. How do I
manage this, or can I?

John
 
Sounds like a job for VLOOKUP............

In cells O4:o15, put the numbers you wish to shoe\w up when each stxt value
in N4:n15 is called up in A8 .................
Then, in C8, put this formula.........

=VLOOKUP(A8,N4:O15,2,FALSE)

Then, whatever value is selected in A8, the corresponding number will appear
in C8.......


Vaya con Dios,
Chuck, CABGx3
 

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

Back
Top