+ Reply to Thread
Results 1 to 3 of 3

Inserting data

  1. #1
    Registered User
    Join Date
    09-11-2008
    Location
    uk
    Posts
    4

    Inserting data

    Hi ,

    I require some help on an excel problem to do with the spreadsheet attached.



    In the worksheet called "gaps" . Thus I know how to do a drop down list to be able to select and load data into one specific field. how do i do it so that if ie on "gaps worksheet" I drop down the list field to select REQ ID 1 - But then having selected the Req ID I want to be able to automatically "title req1 " inserted into the next available field which is B2 ,and also inserting into B3 the description for Req1.


    Thanks in advance
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    05-26-2008
    Posts
    122
    use data validation in column A to select the value (i.e the drop down)
    in column B and C use VLOOKUP


    in b2: =VLOOKUP($A2,Requirements!$A$2:$C$4,2,FALSE)
    in c2: =VLOOKUP($A2,Requirements!$A$2:$C$4,3,FALSE)

    fill down

  3. #3
    Registered User
    Join Date
    09-11-2008
    Location
    uk
    Posts
    4
    Hi

    Thanks for the reply.

    Ill try it when I get to the once in the morning. So im guessing that on the gaps worksheet if I select into A2 the values for Reg 1 it will insert Reg1 title and description. Will that also work if I were to select from reg 2 or reg 3 instead ? ( ie inserting reg 2 title/description if reg 2 id is chosen instead , and same for reg 3 ? )

    thanks

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. inserting rows when refreshing external data
    By jen_cg in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-23-2007, 09:49 AM
  2. importing data:What i would like to do is be able to import
    By censura in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 06-01-2007, 08:32 AM
  3. Unlinking Imported Data
    By Donquick in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 05-15-2007, 09:29 AM
  4. Inserting data after a date has passed
    By THTABE in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 01-16-2007, 06:14 PM
  5. Macro to create new sheets from master data sheet
    By adsigel in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 10-04-2006, 09:21 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1