+ Reply to Thread
Results 1 to 6 of 6

convert non data base to data base format using formula

  1. #1
    Registered User
    Join Date
    01-17-2009
    Location
    hyderabad, india
    MS-Off Ver
    Excel 2003
    Posts
    34

    convert non data base to data base format using formula

    Dear Members,

    we are using attendance sheet of employees in non-data base formate and would like to convert it in to data base format using formula.

    in the attached example, the sheet with "attendance" show the employees present date in the month of january.

    i would like to convert to data base format as per the sheet "time sheet". pls note the time in and time out are randomly entered and we need to ensure that there is no over time.

    i want formulas to create this "time sheet" columns linked to attandance sheet.

    pls guide me.
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: convert non data base to data base format using formula

    On the TIME SHEET, add this formula to L2 and copy the cell down the data set to add a unique indexing KEY:

    =B2&"-"&INT(D2)

    On the ATTENDANCE sheet put this formula in C2 and copy down/across the table:

    =INDEX('TIME SHEET'!$F:$F, MATCH($A2&"-"&C$1, 'TIME SHEET'!$L:$L, 0))
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    01-17-2009
    Location
    hyderabad, india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: convert non data base to data base format using formula

    dear JBeaucaire

    thanks for your reply. pls note i want the result other way. pls note i want to develop the time sheet from the attendance sheet.

    if the employee is present, their in and out time are manually entered. to explain more clearly.

    i want following.

    1. in the Time sheet, i need to enter formulas in each column and on dragging it, the deta linked to attendance should be populated.

    hope i am clear

  4. #4
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: convert non data base to data base format using formula

    There is information on the TIME SHEET that is not present in the ATTENDANCE SHEET, specifically actual IN/OUT times. You will need to rectify your sample sheet so that all information in your TIME SHEET is fully explained exactly where/how it is derived from the ATTENDANCE SHEET and nothing else.

  5. #5
    Registered User
    Join Date
    01-17-2009
    Location
    hyderabad, india
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: convert non data base to data base format using formula

    dear all,

    posting a revised file. at present we are maintaining the record as per "attandance" sheet. I want to make it in to data base format as shown in the TIME SHEET

    pls guide me
    Attached Files Attached Files
    Last edited by murarihyd; 02-22-2011 at 11:17 AM.

  6. #6
    Registered User
    Join Date
    01-17-2009
    Location
    hyderabad, india
    MS-Off Ver
    Excel 2003
    Posts
    34
    pls guide me
    Attached Files Attached Files
    Last edited by murarihyd; 02-22-2011 at 12:00 PM.

+ 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