+ Reply to Thread
Results 1 to 6 of 6

Data pick up -dynamic

  1. #1
    Registered User
    Join Date
    11-22-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    31

    Data pick up -dynamic

    Dear Friends,

    Enclosing herewith a spread sheet (Record Insert) with 2 sheets.
    MASTER
    WORK

    I am using vlookup individually for every row.

    Pl help me for a Macro:

    Master data is available in MASTER Sheet
    Emp ID is keyed in Column B
    Other column values of WORK have to be picked-up from master.

    CONDITIONS:
    In case of repetition value of EMP ID (B column) error message
    If EMP Id does n't exist in MASTER- Error Message.

    Regards

    Srinivas
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Data pick up -dynamic

    work!I4=countif($B$4:$B$18,B4)

    Master!I3=if(VLookup(A3,WORK!$B$3:$I$18,8,0)>1,"error",VLookup(A3,WORK!$B$3:$I$18,8,0))

    Notice => your example don't provide all criteria to check the formula.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  3. #3
    Registered User
    Join Date
    11-22-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    31

    Re: Data pick up -dynamic

    Dear Friend
    Thank you very much for reply.

    Criteria:

    Any Cell in Column B is INPUT. After keying in value

    1. It should be checked thro' column B for existence. If exists.. Message "Already Exists"
    2. It should be checked in "MASTER" sheet. If exists the corresponding values should be picked up and to be displayed in "Work" sheet ELSE Message " Record not found in MASTER"

    Regards

    Srinivas

  4. #4
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Data pick up -dynamic

    Did you tried my solution?

    If so, did it work for you.

  5. #5
    Registered User
    Join Date
    11-22-2013
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    31

    Re: Data pick up -dynamic

    Thank you very much for your reply.

    But, my requirement is a macro which fulfill the criteria I mentioned.
    Entire range above the Work column must be taken for input verification. Similarly, Entire Master Sheet range should be selected.

    Regards

    Srinivas

  6. #6
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Data pick up -dynamic

    That is not an anwer to my question.

    Please answer if the solutions works.

    If so, you can record this manual actions, with the macro recorder and you have the VBA code.
    Last edited by oeldere; 09-15-2014 at 04:48 AM. Reason: if you (changede in if so)

+ 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. vlookup - pick up value from a dynamic excel file name
    By silencefrost in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-03-2014, 10:47 PM
  2. Chart to pick up dynamic (supplemented) data range
    By pelachrum in forum Excel Charting & Pivots
    Replies: 0
    Last Post: 05-15-2013, 09:19 AM
  3. Dynamic named ranges and updating where formulas pick from
    By Muammar in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-10-2012, 08:50 AM
  4. Dynamic Chart(s) that pick up isolated data based on cell entry
    By ObiWanBaloney in forum Excel Charting & Pivots
    Replies: 1
    Last Post: 06-07-2012, 05:42 AM
  5. graph dynamic to pick up only names
    By jw01 in forum Excel General
    Replies: 7
    Last Post: 02-25-2011, 12:40 PM

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