No video

Automatically Timestamp Data Entries in Excel

  Рет қаралды 186,640

TeachExcel

TeachExcel

Күн бұрын

Пікірлер: 159
@TeachExcel
@TeachExcel 2 жыл бұрын
MY FULL EXCEL VBA COURSE (Beginner to Expert) [35% Discount]: www.teachexcel.com/vba-course-update.php?src=yt_pinned_comment_gIPdx4-rqGg 200+ Video Tutorials - 200+ Downloadable Excel Reference Files - 50+ Hours of Content
@craigwoodward7677
@craigwoodward7677 19 күн бұрын
Thank you - that was just what i was looking for
@mikes4830
@mikes4830 4 жыл бұрын
This is great! Thank you. I had a suggestion for the range section. If you want to use a whole column vs. range use the following code change: Set myTableRange = Range ("A:A, B:B, C:C, D:D"). ' You can add as many columns as you like I had a problem when I click in the cell and so not change anything, it was updating the date time. Turned out to be a user error, I had the private sub as worksheet_selectionchange, not worksheet_change. Thanks again!!
@NhungNguyen-ho5op
@NhungNguyen-ho5op Жыл бұрын
is it possible if we set the code on a table type in excel? I have a habit in using table more than normal ranges
@ferchofarias6635
@ferchofarias6635 2 жыл бұрын
One of the best macros application, code scope explanation, and neat development tutorial!
@trelzy73
@trelzy73 5 жыл бұрын
Right click on the timestamp template tab at the bottom of the downloaded worksheet. Click on View Code, select all and then paste into macro.
@justinemiano4701
@justinemiano4701 2 ай бұрын
Very helpful video! Exactly what I needed. On a separate note, how can we automatically clear the dates if the data are deleted? When I delete the row of data corresponding to the dates, the dates don't disappear automatically, so I have to delete them individually. Could you make a video about this? Thank you!
@janellegriego6962
@janellegriego6962 2 жыл бұрын
Thank you so much! I have been searching for a solution to a static date/time stamp for several months. This tutorial finally gave me an answer.
@umairhanfi
@umairhanfi Жыл бұрын
lovely. that was super easy. thank you so much for explaining it in a jiffy! you solved my query and gave me a solution that i had been looking fir days!!!..what a lovely code!!
@jonpye444
@jonpye444 3 жыл бұрын
Hi Teach Excel - What a great method you have of putting things over. There are other good tutorials to be watched, but you can't help sensing that the tutors just hold that little thing back which is quite important. If you were not a bit savvy to be able to fill in the blanks you could easily get lost. However you applied reasoning and very good explanation. Top job.
@TeachExcel
@TeachExcel 3 жыл бұрын
Thank you very much for your nice comment! I'm very happy that you found my explanation good and useful and I hope I can keep it up :))
@AndrewSmith-vv7vh
@AndrewSmith-vv7vh 6 жыл бұрын
An excellently produced and delivered tutorial for a 'newbe' learning macos - Thanks!
@TeachExcel
@TeachExcel 6 жыл бұрын
You're welcome! Glad you liked it! :)
@53KJB
@53KJB 4 жыл бұрын
@@TeachExcel I've been wanting to do this for YEARS! I've looked all over to do this and couldn't find it. THANK YOU!!
@benignoguilarte2806
@benignoguilarte2806 Жыл бұрын
Excellent!!
@janjosey5642
@janjosey5642 3 жыл бұрын
Thanks for this. Works great when entering data directly onto worksheet. When I use a form to enter data, the dates are not updating. I downloaded your example and notice it also does not update the timestamps from a data entry form. Thanks so much. :)
@matthewmusselwhite591
@matthewmusselwhite591 2 жыл бұрын
Thank you so much for explaining how it works!
@Riverdon-c7r
@Riverdon-c7r Ай бұрын
Thanks alot as you just saved me alot of time and a big headache
@monporoshneog4725
@monporoshneog4725 3 жыл бұрын
Pls make a detail video on how to plot Live data in graphical form.. for example- time vs change in OI. THANK YOU
@sudarapremathilaka1706
@sudarapremathilaka1706 3 жыл бұрын
Very clear explanation.Thanks
@JD-ks2nv
@JD-ks2nv Жыл бұрын
Does your course teach how to "record" a particular cell in a different book? LIke if it updates every second and I want to review what the streaming data did throughout the day-THanks
@ranjeethrikkala6344
@ranjeethrikkala6344 2 жыл бұрын
Can you do this on excel table ! I tried but it didn’t work.
@AyaGeee808
@AyaGeee808 2 жыл бұрын
That helped me so much getting a task done! However; is there any possible way to add more timestamps for entries to be entered in multiple columns instead of just column "E"?
@Talon73
@Talon73 Жыл бұрын
Did you ever figure this out because I need it too!
@dcsmooth
@dcsmooth Жыл бұрын
How do you apply the code across multiple groups of columns each with their own reference cell to look for data entry? I have “Entry Date” & “Updated Date” in columns C & D respectively which I can get the code to work off of data entered into column B. But I also have to make this work in further column groups going across the sheet. Column A = Name of employee Column B = Status (Completed or In Progress) Column C = Date/Time populated when Column B is “Completed” Column D = Updated time whenever a change is made to Column B Then this same function has to work on the next group (Columns E,F,G,H) and so on.
@samanzuca
@samanzuca Жыл бұрын
Thanks, it worked for a while but now it has stopped after I protected the sheet, and now it doesn't work anymore even without the protection. What can I do to solve this? thanks
@richardbannister5172
@richardbannister5172 4 жыл бұрын
Great tutorial, how would I build on this code to include multiple time stamps for additional non-sequential columns?
@thatdataguy3429
@thatdataguy3429 2 жыл бұрын
How to add input time in large data set.... Like is there any formula which we can apply for input time and then excel will fill the entire column of "INPUT TIME"
@1128roel
@1128roel 3 жыл бұрын
Looks like i got it to work now, great code!!! thanks. One thing, how do you code it when you delete the date it deletes the input time and update time as well
@user-hn9mt8ti3o
@user-hn9mt8ti3o Жыл бұрын
What if range is the whole workbook, and I only want to display the updated date/time in one cell?
@Freemachains
@Freemachains 2 жыл бұрын
Hi Teach Excel, thanks for this video, I have a question, If i have multiple values and I want to set a date change for each value respectively,i have "shipment date", "delivery date", "invoice date", and I want to know whenever the status of an order change at each step, time change will be updated in different columns for sure, Thank you!!
@zachoxley
@zachoxley Жыл бұрын
How can I integrate this into my excel form that inputs data via a Form? Seems like the macro doesn't view data entered via form the same as data entered directly into the cell.
@JeffMartinez-dp9pd
@JeffMartinez-dp9pd Жыл бұрын
Hi, how to apply the Auto Timestamp to different targets/ Columns?
@mayurmohanjigupta7802
@mayurmohanjigupta7802 Жыл бұрын
Thanks
@eduardocabuya9847
@eduardocabuya9847 2 жыл бұрын
Awesome work man, thanks a lot, i don't know any of this programs or coding and i made it work for a specific job, plus english is not my first language
@ShakeebVakkom
@ShakeebVakkom 4 жыл бұрын
Excellent work Simple ....... easy
@TeachExcel
@TeachExcel 4 жыл бұрын
Thank you! I'm glad you think so :) And if you need any help with this guy, feel free to ask on our forum, a lot of people tend to want to customize this one. www.teachexcel.com/talk/microsoft-office?src=yt_comment
@roddizon2242
@roddizon2242 2 жыл бұрын
How do you create a macro to compared a set of time to a real time and the do a copy and paste of row of cell to another row of cell ?
@stanTrX
@stanTrX Жыл бұрын
Thanks. Can you define as a table name instead of table range?
@TheBus1974
@TheBus1974 2 жыл бұрын
Thank you for the code. Works well. Wondering how I could modify a bit, using a check box to flag that the task has been completed and once clicked I would like to load the date into a cell. Would like the macro to run once the cell has been update from the check box and the cell coming back with a "true". The cell where the true is loaded into never gets a carriage return on it
@TeachExcel
@TeachExcel 2 жыл бұрын
Hi D, you can do basically anything in VBA. I'd go over to our forum and ask there and upload a sample file along with the question - if you want to learn a lot more, you can always take my full VBA course here - www.teachexcel.com/vba-course-update.php?src=yt_comment_reply_gIPdx4-rqGg
@leejinghao6941
@leejinghao6941 2 жыл бұрын
thanks for the wonderful tutorial as always! I have tried the code it went successful however I was unable to delete the timestamp during wrong input, any idea to delete the row for wrong input ? looking forward to hear from you. Thanks
@Shirosh_ft._Stephen
@Shirosh_ft._Stephen Жыл бұрын
Great video broo, and can you explain to me why when this macro turned on the undo option (ctrl+z) is not working
@christycox4129
@christycox4129 2 жыл бұрын
Great instructions!!!
@AshokYadav-mf2rm
@AshokYadav-mf2rm 3 жыл бұрын
Thanks for sharing the same. But, Undo (Ctrl+Z) is not working on this method....
@HomeMovieEmpire
@HomeMovieEmpire Жыл бұрын
How do i run this in the same sheet for multiple cells?
@TP014563
@TP014563 2 жыл бұрын
Great tutorial, very informative. In case this is shared with others to enter data, can we have an extra column showing who did the last entry?
@fluffyhoneytina
@fluffyhoneytina 2 жыл бұрын
I ALSO WANT THE LAST COLUMN TO SHOW WHO DID THE LAST ENTRY. DID YOU FIND THE ANSWER?
@andywintx
@andywintx Жыл бұрын
after pressing 'alt 11' the page that opens does not show a sheet to select
@abbbbbbbbi
@abbbbbbbbi 6 ай бұрын
It is not working as my tablerange is formulated.. is there any other method for that?
@Chris-eq2vk
@Chris-eq2vk Жыл бұрын
Hi TeachExcel, I’ve just come across this video and found it incredibly helpful, thank you for posting it. I do have 1 question. How can I add the username of the person who made the change into the next column. That way I can see who last updated the record? Thank you in advance.
@mrarshidbhat
@mrarshidbhat 5 жыл бұрын
yes, I should Subscribe. Explained In a Great Way! Thankyou
@muhammadwaqasjaved9470
@muhammadwaqasjaved9470 4 жыл бұрын
Hey thanks for describing the code. I am new to Macro and have a quick question. After using this code I am unable to delete rows manually. I am unable to delete a row when it has those two columns populated with dates. Can anyone help me in this regard? Thanks in advance.
@ninabrillantes652
@ninabrillantes652 Жыл бұрын
What if I want the time stamp on the left of the data entry?
@rey.vasquez4365
@rey.vasquez4365 Жыл бұрын
Hi Good morning Sir..would just like to ask your assistance on how I'll be able to count the events from a single cell? basically, i have a single cell that changes from "0" to "1" vice versa. (a data from PLC that is connected to excel thru (DDE ) dynamic data exchange. and I want to record how many times it changes from 0 to 1 ...thak you
@negociosonline40
@negociosonline40 3 жыл бұрын
Muito obrigado, trabalhar com excel é liberdade e muita economia de tempo. Estou tentando converter o Timestamp na api da Binance para esse formato Excel e ainda tenho que converter no formato brasileiro.
@Hans_Olo
@Hans_Olo 7 ай бұрын
than you this is so amazing! it works perfectly
@titantts
@titantts 3 жыл бұрын
awesome tutorial! Thanks
@dranelleonardoful
@dranelleonardoful 4 жыл бұрын
You’re a star mate!
@mohdmuzu142
@mohdmuzu142 4 жыл бұрын
The code is really good, Thankyou. But the time stamp doest change when the value is updated through the formula.
@JD-ks2nv
@JD-ks2nv 2 жыл бұрын
Great video-Do you know how to record the streaming data into a log for future review? Can you create graphs from it?
@elyarsaeedi4264
@elyarsaeedi4264 4 жыл бұрын
What if we want to stamp auto date and time on top of the column? Data rage A5:D10 and Row1 and Row2 of each column for the time and updated time. Thanks
@SURYAVASU
@SURYAVASU 4 жыл бұрын
Hi there, your video is very useful. I need your help on how to use these codes twice in a sheet. For me I need a three columns as TableRange, InputTime, UpdatedTime and another TableRange, InputTime, UpdatedTime. I tried and get Compile error ambiguous named
@crisbenmarkduque8056
@crisbenmarkduque8056 3 жыл бұрын
Thanks, really great!
@jincasino594
@jincasino594 3 жыл бұрын
Hi is it possible to include seconds in timestamp? Newbie here
@AmeliaBaljit
@AmeliaBaljit 5 жыл бұрын
Thanks for the tutorial. It's not working for my excel workbook though.
@TeachExcel
@TeachExcel 4 жыл бұрын
I can't help you if you don't describe the issue - or go to the forum on teachexcel.com and upload a sample file with an explanation of the issue.
@nitilanchan7787
@nitilanchan7787 3 жыл бұрын
Thanks nice one. Is there any option to use same coding for multiple data table in single excel sheet. Please advise.
@indiananimesenpai1566
@indiananimesenpai1566 3 жыл бұрын
How to sort, Filter Data With dates when it includes time stamp
@erikengels9613
@erikengels9613 4 жыл бұрын
Hi, great instructions! Can we modify the VBA code that it allows the user of the workbook to paste multiple rows at once, and get automatically the time stamp in the given columns for each row?
@mikelennon1078
@mikelennon1078 2 жыл бұрын
I have signed in and out many times but I can't download the training file. Anyone can just share the VBA code please?
@JamesClarke1
@JamesClarke1 4 жыл бұрын
Could you update the code for a scenario where the range is formatted as a table. In case I add new columns before the date columns in the future so I do not have to update the code?
@deepanderneopaney7990
@deepanderneopaney7990 2 жыл бұрын
error 424!, "object required", please tell what to do ??
@kayode98
@kayode98 3 жыл бұрын
You are the best
@TheStrossicro
@TheStrossicro 4 жыл бұрын
Excellent work my friend! Many thanks. A request if I may would be whether or not we can do the same with google sheets?
@TeachExcel
@TeachExcel 4 жыл бұрын
I have no idea.
@laszlobogdan4450
@laszlobogdan4450 4 жыл бұрын
wow, this is what I was looking for. Greatr job, thanks! :)
@yvindGranberg
@yvindGranberg 4 жыл бұрын
'I wanted to put the timestamps in another worksheet named data, like this; Set myDateTimeRange = Worksheets("data").Range("Y" & Target.Row), but it yellowed out on me. What did I do wrong?
@surjolove2572
@surjolove2572 4 жыл бұрын
Very nice.. It works...
@jordanemery7069
@jordanemery7069 3 жыл бұрын
I want to lock cells in a row after entering the data in the cells in that row by selecting a yes or no from a drop down list at the end of that row. "is the data in this row complete?" yes = locked row. Can someone please help.
@Rachelt78
@Rachelt78 4 жыл бұрын
Hi, thank you this works perfectly on the day but the code disappears the next day, how can i save it?
@ajaykumar-sd6pp
@ajaykumar-sd6pp 3 жыл бұрын
Thanks Well Trainer
@abestech7190
@abestech7190 4 жыл бұрын
great tutorial i have an issue with the code i want to let the updated time only get triggered by one new colume instead of it being triggered by the first time colume how do i do that
@rakshitharamesh3161
@rakshitharamesh3161 4 жыл бұрын
This is just good and a rare example. However I want to trigger change event when the cell value is deleted the corresponding datestamp must delete. Is it possible?
@TeachExcel
@TeachExcel 4 жыл бұрын
basically, everything is possible - give it a try and post your work on our forum and it should be easy to help :) www.teachexcel.com/talk/microsoft-office?src=yt_comment
@mickoo07
@mickoo07 6 жыл бұрын
Explained so simply ✌🏼👍🏻 Thanks buddy ✌🏻
@TeachExcel
@TeachExcel 6 жыл бұрын
You're very welcome! Glad you liked it :)
@mickoo07
@mickoo07 6 жыл бұрын
I need vba macro for Trim and cleaning data. Could you help for this.
@TeachExcel
@TeachExcel 6 жыл бұрын
Yea sure, just ask your question on our forum and be specific about what you are trying to do and upload a sample excel file to illustrate the issue. It's much easier to help there than through comments here lol TeachExcel Forum: www.teachexcel.com/talk/microsoft-office?src=yt
@shayestegall6571
@shayestegall6571 3 жыл бұрын
Is there anyway to automatically timestamp data entries in Excel Online? (Excel viewed in SharePoint, MS Teams, OneDrive etc.)? Thank you!
@Linkonem
@Linkonem 4 жыл бұрын
I have downloaded the file and wrote thing in the range defined and nothing happens.
@thatotlakedi5694
@thatotlakedi5694 3 жыл бұрын
Problem is that I'm using pivot tables and once I've captured data in any column before F, I can't remove it
@1128roel
@1128roel 3 жыл бұрын
I tried this in Office 365 Excel and does not work... it does not display the date not the updated date
@Sayeef_Khan
@Sayeef_Khan 4 жыл бұрын
I have completed a file few month ago and now suddenly I need to know when did I do the last change. Can I find that past time?
@knowhow1242
@knowhow1242 4 жыл бұрын
Thanks for this Awesome Video and I've already subscribed to your wonderful channel. Would you please share a link of the Macro file. Thanks.
@bighaasfly
@bighaasfly 4 жыл бұрын
Really great tutorial! Thank you so much! In my spreadsheet each client has a row with various data in each cell. I have unique notes entered in all cells in column D about the respective client. How can I get the timestamp to update when I only change a note on the cell but not necessarily the cell value? Timestamp updates when I change the cell value but not when I change the note. Any counsel is much appreciated.
@TeachExcel
@TeachExcel 4 жыл бұрын
Hi, this is not the best venue for helping, go ahead and ask in our forum, along with any sample code you have, and it should be easy to help) www.teachexcel.com/talk/microsoft-office?src=yt_comment
@keyurs3822
@keyurs3822 4 жыл бұрын
Hey thank you for the video it was really helpful. It works perfectly when single cell is added/updated but when someone takes a data dump, only the first cells are updated. Any changes in code which could help in adding timestamp in all the cells at once?
@user-nt1bl5zx7r
@user-nt1bl5zx7r 4 жыл бұрын
צת .תמ ננ מ מנמ מ !צ מ! מ
@vijaykumarchoukimath2924
@vijaykumarchoukimath2924 4 жыл бұрын
Hi, thank you for the wonderful tutorial, could you pls clarify if we can also automate to capture the username who has edited or updated the cells.
@TeachExcel
@TeachExcel 4 жыл бұрын
Definitely you can - it depends how you want to store the usrename, but its easy to do - ask in our forum and include a sample file and it should be easy to help) www.teachexcel.com/talk/microsoft-office?src=yt_comment
@andorandor5462
@andorandor5462 3 жыл бұрын
Awesome tutorial, I receive a Run-time error 91 Object Variable or With block variable not set when modifying a value in my table, any idea how to fix this? I use office 2019. thanks!
@TeachExcel
@TeachExcel 3 жыл бұрын
Andor, shoot the code into our forum and ask your question there - or upload a sample file. Then it will be easy to test it out. It is for sure a small issue.
@lazarsavic9958
@lazarsavic9958 5 жыл бұрын
How can i make two time stamps for example time when certain process started and then time when ended? Thx u very much this is so awesome :)
@TeachExcel
@TeachExcel 5 жыл бұрын
Depends how the process is started and ended in Excel. Ask this question in our forum and include more info, even uploading a sample file, and it will be easier to help you. www.teachexcel.com/talk/microsoft-office?src=yt
@RPEXCELLENT
@RPEXCELLENT 4 жыл бұрын
Good job
@valmirberisha5232
@valmirberisha5232 3 жыл бұрын
How do I download the workbook so that I can get the formula?
@wilainaja
@wilainaja 4 жыл бұрын
Hi thank you but how can i get the copy code? pls
@eugenedating745
@eugenedating745 5 жыл бұрын
can i ask question? i used excel 2010 but it doesn't work. what would i do. thank in advance. (phillipines)
@nazmidaud2665
@nazmidaud2665 5 жыл бұрын
Thank you
@valmirberisha5232
@valmirberisha5232 3 жыл бұрын
Hi, where do I go to download the formula? Can you please assist with this?
@oldcode314
@oldcode314 3 жыл бұрын
I followed everything as is but when entered data on Column A then Tab, nothing appears on column E and F for the date. Please help.
@TeachExcel
@TeachExcel 3 жыл бұрын
You're gonna have to upload the file that you're using to our forum to get specific help with this issue - I'm sure it's something small but I can't debug it from here. www.teachexcel.com/talk/microsoft-office?src=yt_comment
@Chainer-he5zr
@Chainer-he5zr 3 жыл бұрын
Hey first of all awesome tutorial! Is there a way to lock the dat column?
@TeachExcel
@TeachExcel 3 жыл бұрын
Thanks) Unlock all cells but the Dat column and then protect the sheet and have the macro unprotect the sheet, input the timestamp, and reprotect the sheet. If you want more specific help with code examples, ask in our forum and it is much much easier to help: www.teachexcel.com/talk/microsoft-office?src=yt_comment
@Barchafel
@Barchafel 3 жыл бұрын
when i lock certain column, the time staps doesnt work, i get something like debug, any help here
@pauloa.2026
@pauloa.2026 6 жыл бұрын
Very good and simple the video!!! Congratulations!!!
@TeachExcel
@TeachExcel 6 жыл бұрын
Thank you so much! Glad you liked it :) Let me know if you have any thoughts for future tutorials!
@InstructorDePoy
@InstructorDePoy 4 жыл бұрын
I found the Excel document "Automatically Timestamp Entries in Excel", but where is the Macro coding?
@TeachExcel
@TeachExcel 4 жыл бұрын
Should be in Sheet 1 - you could right click the sheet tab and click View Code and that should also take you there.
@muhammadshafiq9840
@muhammadshafiq9840 4 жыл бұрын
grate job.....
@up16wanderer91
@up16wanderer91 3 жыл бұрын
How to vba window in wps
@martintavengwa654
@martintavengwa654 4 жыл бұрын
Thanks for the video, but the code disappears Everytime I restart my PC . How do I permanently save it
@TeachExcel
@TeachExcel 4 жыл бұрын
You might want to store it in a personal macro workbook so it will be there for all workbooks to access. Here is a tutorial I did that explains that process: kzbin.info/www/bejne/jKe9fqiGgr5neZY
@evilsubha6442
@evilsubha6442 4 жыл бұрын
3.36
EASILY Make an Automated Data Entry Form in Excel
14:52
Kenji Explains
Рет қаралды 519 М.
Lehanga 🤣 #comedy #funny
00:31
Micky Makeover
Рет қаралды 30 МЛН
UNO!
00:18
БРУНО
Рет қаралды 5 МЛН
Schoolboy Runaway в реальной жизни🤣@onLI_gAmeS
00:31
МишАня
Рет қаралды 3,4 МЛН
Edit Multiple Worksheets at Once in Excel
11:21
TeachExcel
Рет қаралды 68 М.
Google Sheets - Add Timestamp When Cell Changes - Apps Script
16:39
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 335 М.
Excel Time-Savers - 5 Hidden Features for Busy People
14:24
Leila Gharani
Рет қаралды 372 М.
How To Timestamp Cells In Google Sheets
8:48
Think Stocks
Рет қаралды 100 М.
Excel Dynamic Search Box Tutorial | Find Anything | Multi-Column Search
14:17
Rebekah Oster - Excel Power Up
Рет қаралды 37 М.
3 Essential Excel skills for the data analyst
18:02
Access Analytic
Рет қаралды 1,5 МЛН
Fully Automated Data Entry User Form in Excel - Step By Step Tutorial
35:41
50 things you didn't know Excel can DO 💡
30:03
Chandoo
Рет қаралды 273 М.