+ Reply to Thread
Results 1 to 2 of 2

Replicating data according with conditions

  1. #1
    Registered User
    Join Date
    09-22-2015
    Location
    Port-Louis, Mauritius
    MS-Off Ver
    MS Office 2010
    Posts
    4

    Replicating data according with conditions

    Hi

    So, I have a list of rates associated to a person's age.
    Now, in another sheet, I have a list of people of different ages and I have to put the rates to be used according to their ages.

    How do I proceed ? Thanks.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    12-10-2006
    Location
    Sydney
    MS-Off Ver
    Office 365
    Posts
    3,527

    Re: Replicating data according with conditions

    How do I proceed
    Through using VLOOKUP - i.e. put the following formulas into each of the cells noted in Sheet2...

    D2: =VLOOKUP($C2,Sheet1!$A:$D,2,FALSE)
    E2: =VLOOKUP($C2,Sheet1!$A:$D,3,FALSE)
    F2: =VLOOKUP($C2,Sheet1!$A:$D,4,FALSE)

    ...and fill them down to row 1,391.

    Note one employee (Employee272) is returning #N/A as their age (71) is outside the ANB in column A of Sheet1.

    Regards,

    Robert
    Last edited by Trebor76; 10-18-2015 at 02:12 AM.
    ____________________________________________
    Please ensure you mark your thread as Solved once it is. Click here to see how
    If this post helps, please don't forget to say thanks by clicking the star icon in the bottom left-hand corner of my post

+ 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. Replicating the data in Excel
    By srikanth38 in forum Excel General
    Replies: 6
    Last Post: 04-17-2014, 09:15 PM
  2. [SOLVED] replicating rows of data via VBA
    By Wedge120 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 12-16-2013, 03:31 PM
  3. Replicating data from a list
    By vgr in forum Excel General
    Replies: 7
    Last Post: 05-25-2012, 07:35 AM
  4. Replicating data
    By leonardsway in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-05-2007, 02:23 AM
  5. Replicating Data
    By RichardAllen in forum Excel General
    Replies: 4
    Last Post: 12-11-2006, 01:35 PM
  6. Replicating data onto 2nd worksheet automatically.
    By shiokfellah in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-11-2006, 02:02 AM
  7. Advanced Filter and replicating data
    By [email protected] in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 03-02-2006, 11:15 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