Time missing in Column

redfishman

New Member
Joined
Jul 25, 2008
Messages
9
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 or was probably deleted by mistake.

I have both files on my system. The incident # of the original file (A) and the incident # of the cleaned original file (B) do not match exactly. Some incident #'s on (B) have been deleted. But the ones remaining in (B) need the time place in each row, where the incident # in (A) matches incident # in (B).

Can you wirte a formula for this? I am not a techy but can follow directions.


I am using Windows 10, Excel 2016

Thank you
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.
Hi Red... you can use a vlookup formula for this... something like =VLOOKUP($A2,[File1.xlsx]Sheet1!$A:$B,2,0)... you will need to change the cell reference, File1 to the actual name of your first file and the column index number (2) depending on where time is... if you can insert a table with the columns of the first file we can craft a worksheet function that is more accurate, even with error handlers.
 
Upvote 0

Forum statistics

Threads
1,215,005
Messages
6,122,661
Members
449,091
Latest member
peppernaut

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top