If a cell reads certain text, enter this text here.

leaper1981

New Member
Joined
Aug 16, 2019
Messages
26
Hi,

Just wondering if someone can help.............again.

I have a drop down list and would like to have text explaining more about each drop down that is selected, think I've attached the mini-sheet below. any help would be great.

Thanks.

PCI Sample request v2.xlsm
N
47
SAMPLE REQUEST
 

Excel Facts

How to fill five years of quarters?
Type 1Q-2023 in a cell. Grab the fill handle and drag down or right. After 4Q-2023, Excel will jump to 1Q-2024. Dash can be any character.
Hi,

Just wondering if someone can help.............again.

I have a drop down list and would like to have text explaining more about each drop down that is selected, think I've attached the mini-sheet below. any help would be great.

Thanks.

PCI Sample request v2.xlsm
N
47
SAMPLE REQUEST
You have to select the entire range you want to copy with the mini sheet. You only have a single cell there.
 
Upvote 0
Ah, I guess that would help! Hopefully this shows it, basically under the (carton style required) there is a drop down list and I'd like that when each one is selected that the box below it give further information that I have maybe got saved on another sheet. if that makes sense.

PCI Sample request v2.2.xlsm
BCDE
42
43Carton style required
44CLB
45
46BOX FOR ADDITIONAL INFO RELATED TO EACH SELECTED OPTION IN C44 DROP DOWN
47
48
49
50
51Preferred fitment style
52N/A
53
54
55
56
57
SAMPLE REQUEST
Cells with Data Validation
CellAllowCriteria
E45List=DATA!$A$2:$A$17
E49List=DATA!$A$20:$A$41
C52:D52List=DATA!$A$45:$A$49
C44:D44List=DATA!$A$33:$A$43
 
Upvote 0
Something like this perhaps:
Book1
C
43Carton Style Required
44Style A
45
46This is style A, size small, color red.
47
48
49
50
51Preferred Fitment Style
52N/A
Sheet1
Cell Formulas
RangeFormula
C46C46=VLOOKUP(C44,'Another Sheet'!A2:B5,2)&""
Cells with Data Validation
CellAllowCriteria
C44List='Another Sheet'!$A$2:$A$5


Book1
AB
1Carton StyleMore Info
2Style AThis is style A, size small, color red.
3Style BThis is style B, size medium, color orange.
4Style CThis is style C, size large, color yellow.
5Style DThis is style D, size x-large, color green.
Another Sheet


You should also update your profile to show what version of Excel you are using, as the solutions will vary.
 
Upvote 0

Forum statistics

Threads
1,215,700
Messages
6,126,302
Members
449,308
Latest member
VerifiedBleachersAttendee

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