Data validation and drop-down lists

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

Guest

Hi all
Background: I'm setting up an inventory that records the usage of corporate
gifts. I've set up 2 worksheets. These are a 'Source' worksheet containing
lists of gifts, gift values and staff names; and a 'Record Usage' worksheet
where staff record their usage of gifts. 'Record Usage' column headers are
Month, Gift Item, Gift Value, Qty taken, Staff Name, Date, Description of
Purpose, Country of recipient. Gift Item and Staff Name can be selected from
drop-down lists (linked to 'source' lists using data validation). I want the
corresponding Gift Value to populate when 'Gift Item' is selected.

Question: How do I get 'Gift Value' in the 'Record Usage' worksheet to
automatically populate when a 'Gift Item' is selected? They need to be in
separate columns because I am then creating a pivot table from the data.
 
Try using VLOOKUP to get the data on the Record Usage worksheet from the
Source worksheet.
 
Back
Top