+ Reply to Thread
Results 1 to 9 of 9

Time missing in columns

  1. #1
    Forum Contributor
    Join Date
    03-06-2015
    Location
    houston, tx
    MS-Off Ver
    MS 365
    Posts
    529

    Time missing in columns

    I have two data files. In one the time is showing in the column "Time". In the other file, the column "Time" is there but there is no time shown. When the transfer from one system to the other took place, the time did not advance to the other data file.


    What I need to do, is that, if the Incident # in column "A" matches the Incident # in column "H", then the time shown in column "E" will be placed in column "L".

    I am using Windows 10, Excel 2016

    Thank you
    Attached Files Attached Files

  2. #2
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Time missing in columns

    you can make use of the IF() function on the sheet. you can combine that with VLOOKUP, or you might not even need to look up anything. just a cell reference might suffice. what do you mean by this?

    When the transfer from one system to the other took place, the time did not advance to the other data file.


    are you transferring data from a server program to a local excel file? if the time is being lost, there are probably a million reasons for that. if that's not what you're doing, maybe the cell is not formatted correctly?

  3. #3
    Forum Contributor
    Join Date
    03-06-2015
    Location
    houston, tx
    MS-Off Ver
    MS 365
    Posts
    529

    Re: Time missing in columns

    I believe that the time cell was accidently deleted, the best I can tell. Now I have to replace it back in the new transferred file. Both files are on my system.

    The IF function would work if all Incident Numbers are in correct order and none are missing. However, I have found Incident # that are not on some data fields. So, the IF functions does work for some, but not all rows.

  4. #4
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Time missing in columns

    However, I have found Incident # that are not on some data fields. So, the IF functions does work for some, but not all rows.

    well, if that's the case, you can also use the ISERROR() function do to something else if an incident number is missing, don't you think? as far as data not being in the correct ""order"", that really doesn't matter. the autofill handle can do some of that work for you when the data [is] in order. and code it also available too (and probably other methods that the pros know about), if you want to loop ranges and put a formula in cells then recalculate the worksheet. for instance, in code I think you can put something like this in any given cell:
    Please Login or Register  to view this content.
    you might also have to use the alternative though:
    Please Login or Register  to view this content.

  5. #5
    Forum Contributor
    Join Date
    03-06-2015
    Location
    houston, tx
    MS-Off Ver
    MS 365
    Posts
    529

    Re: Time missing in columns

    I am not familiar with the formulas you mentioned. I am just learning more each day. I will try to research on google. Thanks

  6. #6
    Banned User!
    Join Date
    02-06-2020
    Location
    Iowa City, IA, USA
    MS-Off Ver
    2016 - 365 / 2007
    Posts
    2,014

    Re: Time missing in columns

    good deal. every function, described my microsoft, can be returned as a first return on the list by google if you run the following search as a web address:

    https://www.google.com/search?q=exce...rosoft+support

    the address for the above link, since it doesn't show all of it, is:

    https:// www. google.com/ search? q=excel+FUNCTION_NAME_HERE +function+microsoft+ support

    obviously, put the name of the function you want to look at in place of the ""FUNCTION_NAME_HERE"" text.

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

    Re: Time missing in columns

    E3 =VLookup(A3,$H$3:$M$5,5,0) and rag down.

    See the attached file.
    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.

  8. #8
    Forum Contributor
    Join Date
    03-06-2015
    Location
    houston, tx
    MS-Off Ver
    MS 365
    Posts
    529

    Re: Time missing in columns

    It worked beautifully. Thank you very much !

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

    Re: Time missing in columns

    Glad I could help.

    Thanks for marking the question solved.

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

+ 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. [SOLVED] Compare two columns on separate sheet, if missing, insert missing data
    By lilvictorians in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 04-03-2019, 11:44 PM
  2. Replies: 14
    Last Post: 01-08-2019, 08:16 AM
  3. Add missing Time in cells with a date
    By rdawes26 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 08-22-2013, 01:29 PM
  4. Replies: 2
    Last Post: 04-10-2013, 11:17 AM
  5. Missing columns
    By bobzroom in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-08-2008, 04:51 AM
  6. Columns missing
    By am5786 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-05-2007, 04:55 PM
  7. [SOLVED] Some columns went missing...
    By xosder in forum Excel General
    Replies: 4
    Last Post: 08-14-2006, 07:30 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