conditoin ?

guismo30

New Member
Joined
Apr 4, 2014
Messages
4
Good morning everyoneI am new in Excel and need you help. I have search on Google, your site but could not find anything that could really help
I have a drop down menu in the cell B21, depending on the value choosen, the cell B64 will nee to show a result.
My drop down values on cell B21 are

  • IA - Industrial
  • SA - Special Market
  • IC - Industrial X
  • SC - Special Market X
  • 03 - ZMKT & ZLIT
  • 03 - ZDIE
If IA or IC is choosen, I will need a code "1201010" to appear in cell B64 If SA or SC is choosen, I will need a code "1301010" to appear in cell B64 If 03 - ZMKT & ZLIT is choosen I will need the code "1201030" to appear in cell B64 If 03 - ZDIE is choosen I will need the code "1201010" to appear in cell B64
I do not know how works the if etc.. reason why I ask your help :)

I hope this explanation is good enough :) (sorry I am french speaker)

Thank you for your help
Pierre
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
Assuming you have the list for your drop down somewhere in the sheet you can use a VLOOKUP where you would have the corresponding codes listed next to the list items.

e.g.

=VLOOKUP(B21,$X$2:$Y$7,2,0)

where X2:Y7 contains your dropdown list source and respective codes to extract next to them.
 
Upvote 0
Assuming you have the list for your drop down somewhere in the sheet you can use a VLOOKUP where you would have the corresponding codes listed next to the list items.

e.g.

=VLOOKUP(B21,$X$2:$Y$7,2,0)

where X2:Y7 contains your dropdown list source and respective codes to extract next to them.


thanks I will try now :)
 
Upvote 0

Forum statistics

Threads
1,223,230
Messages
6,170,883
Members
452,364
Latest member
springate

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top