+ Reply to Thread
Results 1 to 4 of 4

Thread: Question about time/date functionality and data table

  1. #1
    Registered User
    Join Date
    05-13-2010
    Location
    San Diego, CA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Question Question about time/date functionality and data table

    I volunteer on a communications team for an emergency organization, and I've got a problem that I'm hoping can be solved within excel.

    When our responders arrive in the field, one bottleneck is equipment checkout and check-in. The process is currently manual and takes too much time. We're hoping to pair a barcode scanner with an excel worksheet to make the process go a little smoother.

    Here are the steps as I envision them:

    1. Scan the barcode on responders badge

    The barcode essentially references their unique call sign and inserts that number into the first cell. Excel references the corresponding user data from another worksheet (their unit number, call sign, etc) and inserts it into the relevant cells on our equipment checkout form.

    ***The time & date of the corresponding scan is automatically inserted into an adjacent cell by excel with no additional user input***

    2. Scan the barcode on corresponding piece of equipment being checked out (gps unit, radio, etc)

    Similar outcome as step 1. Item is scanned, barcode number appears in an excel cell, excel looks up corresponding data (make, model, etc) and inserts it corresponding cells.

    3. When equipment is returned at end of mission, the process is essentially repeated, with excel automatically logging the date/time of return.

    Issues:

    * Can excel insert a date/time into a cell simply by recognizing that an input has occurred in another cell?
    * Which function is most relevant to the worksheet/database look up that I mention above?

    Since we already use excel extensively for other data collection in the field, I'd prefer that we make this work in excel vs. some other piece of software (if at all possible)

    Lastly, my apologies if something similar has already been posted, but if it has, I haven't had any luck in finding it.
    Last edited by kweejebo; 05-14-2010 at 12:04 AM.

  2. #2
    Forum Guru Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007
    Posts
    3,520

    Re: Can this scenario be solved with excel?

    Welcome to the Forum, however your thread title does not comply with the Forum Rules

    Rule #1
    Your post title should accurately and concisely describe your problem, not your anticipated solution. Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. If you have 10 or more posts, expect your post to be locked, so you can start a new thread with an appropriate title.
    Please edit your thread title so that it reflects your question/need. Case in point . . .

    my apologies if something similar has already been posted, but if it has, I haven't had any luck in finding it.
    If someone searched the forum using the terms in your thread title they would not find a relevant post. Key to the thread title: think "search friendly"
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    05-13-2010
    Location
    San Diego, CA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Can this scenario be solved with excel?

    Quote Originally Posted by Palmetto View Post
    Welcome to the Forum, however your thread title does not comply with the Forum Rules

    Rule #1


    Please edit your thread title so that it reflects your question/need. Case in point . . .



    If someone searched the forum using the terms in your thread title they would not find a relevant post. Key to the thread title: think "search friendly"
    Thanks. I've changed the post title to better comply with the forum rules. As an excel novice I'm not really familiar with the functions/terminology that would be most appropriate for my issue, so I'm not sure the new title is that much better. When it comes to search-ability, I thought that was what the tags were for.

  4. #4
    Forum Guru Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007
    Posts
    3,520

    Re: Question about time/date functionality and data table

    * Can excel insert a date/time into a cell simply by recognizing that an input has occurred in another cell?
    Yes, but it will require the use of VBA coding, using the worksheet_change event.

    * Which function is most relevant to the worksheet/database look up that I mention above?
    It depends on how your look up table is structured. More than likely, you will need to use an INDEX/MATCH formula as it is the most flexible of the look up methods. Similar functions include VLOOKUP, HLOOKUP, LOOKUP - see the Excel help file for details.

    To get a precise answer, you would need to upload a sample workbook that EXACTLY duplicates the strcuture of your real workbook and which contains representative (but non-sensitive) data.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Tags for this Thread

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.2.0