Data Validation for planning

bchappe

New Member
Joined
Aug 14, 2015
Messages
1
Hello I was wondering if I could get some advice on how to set up this task of mine.

I have a column that I called "Work Task". This column uses a Data Validation list of all the work tasks (85) we use. We use on average 10 work tasks a week. When I select from the work task I want to be able to have the next column reflect the resources needed for that work task. Is there a way to show that in the next column using another Data Validation command, formula, or something else without having to include the resources in the same column of the work task?

Thanks
 

Excel Facts

What is =ROMAN(40) in Excel?
The Roman numeral for 40 is XL. Bill "MrExcel" Jelen's 40th book was called MrExcel XL.
on the data validation list
next to each work task and a column for resources
now you can use a vlookup formula

assuming the list is in Sheet 2 and starts in column A2
and your work task data validation column is on sheet 1 C2
then in D2 put
=vlookup(c2,sheet2!A2:B87,2, false)

=vlookup(
 
Upvote 0
Hello I was wondering if I could get some advice on how to set up this task of mine.

I have a column that I called "Work Task". This column uses a Data Validation list of all the work tasks (85) we use. We use on average 10 work tasks a week. When I select from the work task I want to be able to have the next column reflect the resources needed for that work task. Is there a way to show that in the next column using another Data Validation command, formula, or something else without having to include the resources in the same column of the work task?

Thanks

Hi bchappe,

I notice you say "resources" as if there may be several.

Is that true? If so, you may want to consider a dependent drop down to offer a selection from, say in the same cell as etaf suggests a VLOOKUP.

Or, it is possible to produce a list of the resources, say there were 7, in the column next to the drop down from which you selected a Work Task.

Howard
 
Upvote 0

Forum statistics

Threads
1,215,034
Messages
6,122,782
Members
449,095
Latest member
m_smith_solihull

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