+ Reply to Thread
Results 1 to 3 of 3

Required the desired result from some datas

  1. #1
    Forum Contributor PRADEEPB270's Avatar
    Join Date
    02-19-2010
    Location
    INDIA
    MS-Off Ver
    MSoffice-2016
    Posts
    332

    Required the desired result from some datas

    I have a data in the following way:-

    Year Series
    2009 12190
    2010 10210
    2008 11180

    Now,I want the result in the following format after putting the Input field:-

    Year Input Series
    2009 475 1219000475
    2010 475 1021000475
    2008 475 1118000475

    My question is when I put the input data,the formula read the year from the above table and insert a 10 digit of Series that is my expected result.Please to be noted that whenever,I change the year,the formula read year and then 5 digits of series from the above table and picking the input field it should convert automatically into 10 digits of series.

    Regards

    Pradeep Kumar Gupta
    Last edited by PRADEEPB270; 04-29-2010 at 07:24 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531

    Re: Required the desired result from some datas

    Post a sample file... in reality it will be a case of:

    =VLOOKUP(year,yearseriestable,2,0)&TEXT(Input,"00000")

  3. #3
    Forum Contributor PRADEEPB270's Avatar
    Join Date
    02-19-2010
    Location
    INDIA
    MS-Off Ver
    MSoffice-2016
    Posts
    332

    Re: Required the desired result from some datas

    Thank you very much sir.It is nice result.

    Regards

    Pradeep Kumar Gupta

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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