Change Cell Range Based On A Drop Down

AJ0HN

New Member
Joined
Jan 3, 2018
Messages
2
Hi,

I am trying to create a sheet for training programmes, whereby I can select the training parameters i.e. set x reps etc. from a dropdown say 4x8.

This then updates the training programme from the parameter set out on another existing sheet.

So sheet 1 might look like this, with different parameters listed below

BC
14 x 8 Merged With C1
2LoadReps
375%8
475%8
575%8
675%8
7
83 x 10 (merged with cell to right)
9LoadReps
1065%10
1165%10
1265%10

<tbody>
</tbody>


Sheet 2, with a dropdown to select parameter e.g. 4x8, or 3x10, etc., which changes populates these cols to the right as a example if select 4x8 in dropdown.

Exercise 1LoadREPS
(Drop Down Select 4x8)75%8
75%8
75%8
75%8

<tbody>
</tbody>

If selected 3x10

Exercise 1LoadREPS
(Drop Down Select 3x10)65%10
65%10
65%10
(blank)(blank)

<tbody>
</tbody>

I hope this makes sense, I wanted to include a screenshot but don't think that is possible on here.

I tried this using a =VLOOKUP() but that took a while, so wondered if better way.

Thanks again,

Ash


EDIT: To be specific it is only how I might populate the rep/load cols I know how to do the drop down etc.

Example:

https://youtu.be/w_lAAeC8m7Q
 
Last edited by a moderator:

Excel Facts

How can you turn a range sideways?
Copy the range. Select a blank cell. Right-click, Paste Special, then choose Transpose.

Forum statistics

Threads
1,215,004
Messages
6,122,656
Members
449,091
Latest member
peppernaut

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