Clock In, Clock Out System w/ Google Sheets & Google Forms, Spreadsheet Template for Small Business

  Рет қаралды 274,391

Learn Google Sheets & Excel Spreadsheets

Learn Google Sheets & Excel Spreadsheets

Күн бұрын

In this video we'll build a clock in and clock out system using Google Sheets & Google Forms. This basic system should work for a small business.
Correction: regular expression for the form should have been ^\d{5}$ instead of \d{5} .
Clock In & Clock Out Spreadsheet Template:
docs.google.com/spreadsheets/...
Sign up to get updates, practice files and code snippets eepurl.com/hwyGg1
#clock #in #out #spreadsheet

Пікірлер: 247
@jacksonmacd
@jacksonmacd Жыл бұрын
Wow! Just wow! I thought I was proficient with spreadsheets, but you are in a different class entirely. I've got lots of studying to do. Thank you for your work.
@dannychavarria8507
@dannychavarria8507 3 жыл бұрын
Hi, thank you for this tutorial! I have learned a lot with all your videos! For those who are interested in another way (without using vlookup) to get the information you need based on the conditions you set up, you may use this formula: Index( data range , match ( 1 , ( condition 1) * (condition 2) * (condition 3) * ….. , 0 ) , 1) For example: Index ( A2: C , Match ( 1 , ( B2:B = “ 1234”) * (C2:C = “Clock Out”) , 0),1) Where condition 1 = the employee code and Condition 2 = the time when the employee clock out Hope this helps for someone
@charlespouliot7322
@charlespouliot7322 7 ай бұрын
I stumbled onto this when I was looking for something else, and I'm so glad I did. So many great tips and tricks in one place. I greatly appreciate your clever work! Thank you!
@Puner54
@Puner54 3 жыл бұрын
Teacher...you always think of everything!!! Whew!
@iladremo96
@iladremo96 2 жыл бұрын
I really don't know how to use such long formula. You really explained it well. Thanks!
@auraatendido9055
@auraatendido9055 2 жыл бұрын
This is very useful. Thank you for the clear step by step tutorial!
@blockwest2379
@blockwest2379 3 жыл бұрын
awesome. I am always stunned about your solutions AND way to solve such "problems". Even at 11pm!!! (record time) I would have ended up with multiple "helper" columns. thx for sharing
@dizihanahibachiexpress
@dizihanahibachiexpress Жыл бұрын
Amazing. Thank you so much. You've helped me save so much time and mitigate the exposure to errors.
@Mr.G_ASD
@Mr.G_ASD Жыл бұрын
I was working on something like this, to use with students logging in/out for bathroom breaks. But then I thought: someone must have done this before. Awesome job! Your VLookup trick for matching clock in times with clock out times is pretty cool.
@brookehollingshead9071
@brookehollingshead9071 3 ай бұрын
I used this for a bathroom pass sheet as well. I am struggling with the column that is not an array as I have to drag it down every time someone enters a new Google Form submission. Did you find anything for that?
@MaksimLuzik-mxmz
@MaksimLuzik-mxmz 2 жыл бұрын
Great tutorial, thanks for good insights. Used a lot of same functionality shown here in my own custom time reporting form.
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
Excellent!
@allisonnosilla9796
@allisonnosilla9796 3 жыл бұрын
You are Amazing! You even provided us with a template, thank you!
@SalAbraham7
@SalAbraham7 3 жыл бұрын
Only the template of the spreadsheet but not with the form and the codes
@ZeriyaGaming
@ZeriyaGaming 3 жыл бұрын
Thank you very much for this lesson.
@user-bz3vs8ln4f
@user-bz3vs8ln4f Жыл бұрын
Just amazing, I was looking for this information only, and got your video. Thank you so much! Appreciate your efforts and hard work. 👌😊👏
@WM-cl6kq
@WM-cl6kq 6 ай бұрын
Very nice tutorial, I'm actually using it for some of my employees, Just one more thing that I need to do is get another tab in the same sheet with individual clock in/out because sometimes they don't remember if they have clock In/Out and they would like to check, only clock in/out, But other than that it works perfect to me.
@DanKulibert
@DanKulibert 3 жыл бұрын
Outstanding as always :) Lately I've been putting my ArrayFormulas along with my header in the top row. That keeps the formula in one cell per column. Like ... ={"Year"; ArrayFormula(IF(F2:F="","", YEAR(F2:F)))}
@ConsulthinkProgrammer
@ConsulthinkProgrammer 3 жыл бұрын
Nice. I make one that very similar with this in my chann*l. See if you curious with keyword "oneliner input and output".
@22khoa
@22khoa Жыл бұрын
Hi, do you have a template sheet. Many thanks
@MsClever26
@MsClever26 3 жыл бұрын
Amazing. Thank you. What if I wanted to include options for lunch breaks and Location-for field officers. How do I include this? Also can the hourly rate be adjusted to flat monthly rate without the editing formula?
@user-ti7jj4lj8k
@user-ti7jj4lj8k 10 ай бұрын
This was so very useful thank you for the time you took to create this.
@seastartdiving
@seastartdiving Ай бұрын
Thank you for this tutorial. It helps me a lot as it has all the information I needed.
@JaxHO
@JaxHO 3 жыл бұрын
Thanks. It's amazing! However, is there any way to restrict the employee to submit multiple times such as some employees will submit for their colleagues? If the Employee ID and Verification Code isn't the same, can it trigger a notification to the employee? And after they submitted, can they get to know this response is recorded as check in or check out?
@TheHepeete
@TheHepeete Жыл бұрын
My friend you are truly amazing! Thank you so much for this!
@mayankmodi1219
@mayankmodi1219 3 жыл бұрын
i was wondering upon this topic and u cracked it for my small business
@sudoalex
@sudoalex 3 жыл бұрын
Thanks for the template! 😁
@bqrinno
@bqrinno 3 жыл бұрын
Good Explanation Learned a lot. thanks
@mariannehislop5158
@mariannehislop5158 Жыл бұрын
Great tutorial. I have a clock on/off system working, however I need a foolproof, in the case an employee forgets to clock on or off. Which seems to happen quite a bit in our organisation. So finding the next time stamp for the next clock off may be a different day. Any ideas?
@waiyantun5949
@waiyantun5949 Жыл бұрын
Thank you for this tutorial!
@maryrusson2471
@maryrusson2471 Жыл бұрын
Thank you for this video! I have a question and hope you/someone can help. We are using this same model in an Afterschool setting where students will sign-in and out for each activity they attend on that day. Some choose to stay in one activity the whole time while others may choose 2, 3, or 4 different activities to go to that day. Our problem is the students do not always sign themselves out from an activity. Is there a way that if there is another sign-in to an activity it will then automatically put a sign-out time for the previous activity?
@lauraa.3593
@lauraa.3593 3 жыл бұрын
Excellent! Thank you!
@raffaelazevedo1512
@raffaelazevedo1512 2 жыл бұрын
Great video! Thank you so much for that one. I'm stuck at some point, because, for some reason, the syntax of the formulas usse ; instead of a regular , - and this mess up with, for example, the VLOOKUP searching by 2 different column ranges (right when you try to get the clock out times, for example). I can't make this work. Could some one shed some light? Thanks!
@marinellbates199
@marinellbates199 2 жыл бұрын
Hi! Thank you for this tutorial! I am new with Google sheets so I just need a little help in adding Lunch in and Lunch out. I tried using the same formula with a little tweak but it does not capture the timestamp in the same row where the clock in is. Help.
@junialley1232
@junialley1232 2 жыл бұрын
Thanks a lot for the instructions. I just have one question: Is there any other way to use array formula for the Time-out Column since my data is very large? :((((
@julianbernal8162
@julianbernal8162 3 жыл бұрын
Thank you for the video it is excellent. I am having a problem with the vlookup formula on the time out. it is saying Error I would appreciate it if you have any idea of why is that happening. I am doing it exactly as you in the video. The only difference is that I do not have ID for the employees, so the Vlook up is based on the names. Thank you
@t2tresults
@t2tresults 6 ай бұрын
more grateful for this video than you know
@rohinideshmukh7512
@rohinideshmukh7512 3 жыл бұрын
Thank you so much.. It helps me alot.. Thanks.
@FREDNAJAH
@FREDNAJAH 3 жыл бұрын
That was great thank you.
@FernandoHernandez-yt4ff
@FernandoHernandez-yt4ff Жыл бұрын
great video! Hey, one question, there is a way that the formula of column "Time Out" can be set it automatically to the whole column, I mean, apply the formula once a new row is created? Because I see that "ArrayFormula" could not be applied because the formula get the cell reference of above current row, so there is a way to automatically set it to the whole column to not be dragging down manually the formula?
@nguyenphutho9503
@nguyenphutho9503 3 жыл бұрын
Thanks your tutorial in this video Clock In Out lession. Can you make a video tutorial on calculating the total employee leave, without including Saturdays and Sundays of the week, month and year? Thank you so much. Your tutorials is the best.
@CableGuy9207
@CableGuy9207 2 жыл бұрын
Many thanks, good presentation
@mystreteacher
@mystreteacher 3 жыл бұрын
Seems like you could build a library/equipment inventory system using with forms for check in/out using concepts from this video. Fantastic as always.
@mystreteacher
@mystreteacher 3 жыл бұрын
So, I have on working with a Form and a Spreadsheet with 2 tabs. The form asks for two pieces of info: Item number and Checking In or Checking Out. The Sheet has a "Form Responses" Tab and an "Inventory" tab. I'm using ArrayFormula and Lookup on the Inventory tab to check the last instance that an Item was checked in or checked. Each item on the Inventory Tab gets its own Formula. Will this strategy run into issues like to many Lookup formulas or slowing down as the number of items increase? Here is the formula: =ArrayFormula(LOOKUP(2,1/('Form Responses 1'!$B$2:$B=A2),'Form Responses 1'!$C$2:$C))
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
@@mystreteacher With google sheets "slow" is common once you pass a certain number of rows. So it really depends on how large these tables need to grow.
@wernerzurowetz6198
@wernerzurowetz6198 3 жыл бұрын
Thank you for your content - I learned a lot :-)
@arie1417
@arie1417 3 жыл бұрын
thank you for your template.
@mwKanj
@mwKanj 3 жыл бұрын
Thank you very much.
@ziarixmedia3914
@ziarixmedia3914 2 жыл бұрын
Hello! I've been using my time clock for months now and it's been absolutely great! But I have a question. It's no longer transposing the clock out times, and I remember there was a formula that needed to be dragged down however many cells. Well I think I've come to the end of those cells. Can someone tell me where to go in and fix it? (Trying to avoid having to watch the whole 40 minutes again)
@danielgm98
@danielgm98 3 жыл бұрын
Hi! Can you make a video on how to manage a live FIFO inventory automated? I want to register using Google Forms what comes in and what comes out but I want the unit price of the first badge I bought instead of always taking the most recent or average unit price, in this case, I want to grab the unit price of the first badge in I bought and so on, then grabbing the next most recent unit price once the previous stock is done. I want to run my warehouse with real unit prices but I'm not able to find the logic to do so. I think a lot of people can identify themselves with this problem so it would mean a lot if you can help us!! Thanks for this channel, I've learned SO MUCH!
@10minutesDIY
@10minutesDIY 3 жыл бұрын
Thank you for sharing this. it is very helpful to my small business
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
Glad it was helpful!
@legalrctg
@legalrctg Жыл бұрын
this is so clever! love!
@Chaelantonio2
@Chaelantonio2 3 жыл бұрын
Teacher you are the best
@digigoliath
@digigoliath 3 жыл бұрын
Interesting. Nice project!!
@aadityagoenka4234
@aadityagoenka4234 2 жыл бұрын
Whoever you are thank you my dear one
@sewlikeapro1
@sewlikeapro1 2 жыл бұрын
Thank you for fabulous explanations! I only have one person whose time I need to track and calculate. I have spent over an hour trying to figure out how to make what you show beginning at 14:03 work for one employee with no id in column c. I even added an ID column and entered the code just like you show and all I got was the total time on the first check in/out. No other check out times appeared. :( .... update: realized I had not dragged the formula down as you demonstrate. Once I this, the other clock out times appeared.) 1) Please, what is a code to have the TIME IN and TIME OUT appear on the same line so it is easy to calculate the TOTAL HOURS? or... 2) What is the code to get the total hours worked if the TIME IN is on line E2 and the TIME OUT is on F3? Thank you!
@sarunasbutkus6441
@sarunasbutkus6441 Жыл бұрын
1 and 2 answer. If u do it as shown in the video the TIME IN appears in E line and TIME OUT appears in F line and total worked time is calculated in line G lline. Total time worked per week or month u can see in REPORT
@poiykail2009
@poiykail2009 3 жыл бұрын
Great ...thanks for your video
@MelissaSteele-ox1lz
@MelissaSteele-ox1lz 11 ай бұрын
Love this tutorial! I'm new to Google Sheet formulas...Question: maybe I missed something, but is it possible to remove the Clock Out row that is not calculated so the only info is Clock In/Out on the same row? I see the Clock In row with both calculations, but the Clock Out row is blank. Hope this makes sense.
@azhariemudakir9050
@azhariemudakir9050 3 жыл бұрын
Cool... I am trying to do a Visitor Management Google Form that just needed to see compile the time in and time out of contractors. Maybe on the same line. I thought the initial part of this project would help but I have been hitting dead end. can assist?
@AmirrezaAhmadi
@AmirrezaAhmadi 3 жыл бұрын
Thanks for this great tutorial. One question, I would like to have a column that shows if a person forgot to clock out on a specific day. How is this possible?
@vickieouellette3585
@vickieouellette3585 2 жыл бұрын
1
@davidkahn7794
@davidkahn7794 2 жыл бұрын
I made an intern clock-in and clock-out work perfectly! Thank you! I have a question, though. Let's say my interns clocked-out twice by accident, or they clocked-out, but realized they weren't done with work and then when they were done, clocked-out again. The way the formula is written right now, the first clock-out (after the clock-in) is registered and the second one is ignored. I'd like the formula to recognize the last clock-out as opposed to the first clock-out. Is this possible to do? How?
@d1gm7m101
@d1gm7m101 Жыл бұрын
Did you find an answer?
@user-jxnc
@user-jxnc 10 ай бұрын
very useful and not very difficult, thanks
@2010StartedGet
@2010StartedGet 2 жыл бұрын
Hi. I was wondering if you could show us how to add, delete, search, update buttons in google form to perform changes in each response that is a standard format instead of using CRUD.
@malloryunger5649
@malloryunger5649 Жыл бұрын
How would you add a subtraction for lunch? For example our employees clock in at the beginning of the day and then clock out at the end of the day. If they don’t write on their time card that they didn’t take a lunch , 30 minutes is automatically subtracted. I actually created a spreadsheet based off your videos (SUPER HELPFUL) but the only thing I am missing is the lunch aspect. Look forward to hearing from you how to do this!
@quickclean-ninja
@quickclean-ninja Жыл бұрын
Awesome Great Job !! Finally a good teacher ..👌
@ExcelGoogleSheets
@ExcelGoogleSheets Жыл бұрын
👍
@murtaza4646
@murtaza4646 2 жыл бұрын
Wonderfully teach
@EricScorpion65
@EricScorpion65 5 ай бұрын
Great tutorial. One question for the 'Time Out' column, is this the only way to drag down the formula? It would work by inserting the 'arrayformula' or other command in front to duplicate the codes to all rows in the 'Time Out' column?
@RahulGupta1981
@RahulGupta1981 3 жыл бұрын
Is there a tutorial on parsing HTML data to sheets? I have a task where I have the link for a youtube channel about page and I need to get a description, links from that page to the sheet. if possible please help.
@KenanAnt
@KenanAnt 3 жыл бұрын
Thanx my teacher
@DotanS
@DotanS 3 жыл бұрын
can i use it with tasker or ifttt to add rows to the data tab?
@RaviSingh-yy4kt
@RaviSingh-yy4kt 3 жыл бұрын
What if you have to edit time if an employee forgot to clock out/in? Or any adjustment need to be made
@bluecrystals6864
@bluecrystals6864 2 жыл бұрын
You are a genius! New subscriber here!
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
Thank You welcome aboard!
@JustVid
@JustVid 3 жыл бұрын
Nice video , as always. Can you make a video on how to integrate appscript with google cloud project, and than use it as an app without exposing actual code.
@designographycanada6853
@designographycanada6853 2 жыл бұрын
Nice work bro. Thanks for the help.
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
👍
@richardsmith3614
@richardsmith3614 3 жыл бұрын
How would you create/set up a scan QR code for log in and log out? Also, is there a way to have it record geographic location? Finally a method that would stop somebody from logging in or out a co-worker??
@Niknou11
@Niknou11 Жыл бұрын
Looking to take a bus roster in google sheets so that it can be updated daily and then have the bus monitors scan the students barcode ID's to check them in as they get on the but and then again when they get off, if little Johnny is checked in but not out the bus driver can do a search of the whole bus to make sure he is sleeping in the back or whatever the case is....The google sheets updated roster would be good if a student accidently tried to get on the wrong bus. Is this even possible, I have been watching a bunch of videos but haven't found one that can do everything I want it to... Any Advise>??
@InsideMyWall
@InsideMyWall 2 жыл бұрын
I want to do check in and out by scanning a QR code and record the information in a spreadsheet so that I can keep a track on my inventory. Can you make a video on that??
@onyx7116
@onyx7116 2 ай бұрын
that would be a good thing
@hiennguyenmusic
@hiennguyenmusic 2 жыл бұрын
Thanks for your great video. Can you make a video that staff can check-in and check - out by QR code?
@eggyfnnz
@eggyfnnz 3 жыл бұрын
Hey! So if I were to do a roster to count up every bodys hours, how would I? So, when somebody clocks out, all the hours go to one specific cell for that person? So every time they clock out and so and so, all the hours will round up on that specific row that has the name of the person?
@Dekunutcase
@Dekunutcase 3 жыл бұрын
You could basically have the spreadsheet do sumif that uses the employee as the look up value and the hours they worked in the sum range. You'd have to set up your spreadsheet to calculate any rounding before summing on that range. Heck, you could use the UNIQUE() function to trim your employee list before doing the hours summing so that you get a full list of employees that updates automatically when you have new ones added without getting duplicates.
@sheenamarie92
@sheenamarie92 10 ай бұрын
Great video. Thanks. It was helpful but my concern is when done following the employee id restriction and i'm on the viewerform the employee id show enter valid id which I put the patterns /d(8) and when it's type to try I enter sample id 20220102 or 12345678 can't go thru? Can you help me resolve this issue?
@gulshansharma4469
@gulshansharma4469 2 жыл бұрын
Thankyou you did my all problem is solved.
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
Great!
@jaec4320
@jaec4320 7 ай бұрын
Thank you for this! I was wondering how I check and display if someone who clocked out didn't actually clock in? What would the formula be like?
@MacieYoung
@MacieYoung Ай бұрын
Hi! This is an awesome tutorial! This has worked great for me so far until recently my "Time Out" column stopped auto populating. Any advice?? I dragged formulas down and made sure they continue but no luck.
@martinwrogers
@martinwrogers 2 жыл бұрын
I'm very new to sheets and loving this channel, I haven't been able to find any other channel with such simple and easy to understand explanations. My first ever question on youtube goes to you! Can the ID and verification code on the forms be changed to FIRST NAME & LAST NAME? So instead of an employee using a numerical code they instead use their name to sign in/out. If so what would be the method to use? Regards, Martin.
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
Assuming you don't have repeating first names then yes. I don't think you need to change anything.
@SPLENDAYCOM
@SPLENDAYCOM 3 жыл бұрын
Is there a way to open or close an employee"s spreadsheet when this one clock in or clock out?
@playermartian
@playermartian 2 жыл бұрын
you are amazing! tysm
@ExcelGoogleSheets
@ExcelGoogleSheets 2 жыл бұрын
Thank you!
@maninthemiddleground2316
@maninthemiddleground2316 3 жыл бұрын
Hello! Is it possible that google form validate the verification code. In other words, if the employee enter wrong code then it will not allow you to time in or out. Love your videos. More power!
@user-ii9jc2bd4g
@user-ii9jc2bd4g 5 ай бұрын
This is very helpful, I’m just curios is it possible to include breaks and lunch in this clock in / clock out system? I hope to hear from you soon Thank you very much!
@conradrojas2223
@conradrojas2223 Жыл бұрын
Do you have a video on how to add a geo location for employees location during clock in or out
@gamerlife4435
@gamerlife4435 2 жыл бұрын
Hey I need to apply this to a department im running but instead of using a clock in/out system, On the google form I get them to submit what time they started their shift, what time they ended it and then how long they where on duty for. I tried to apply the information in the video to my situation but sadly it did not work, So if Anyone can help that would be great
@Nevir202
@Nevir202 3 жыл бұрын
Been watching your videos and applying stuff I learned for half the day, so thanks for that. Unfortunately, the one thing I've been searching the hardest for I can't find. Is there any way to input a formula somewhere as a "master" copy, such that I can use it in multiple places by referencing to it, but if I change the original, all the copies will also be changed? I've searched YT and Googled everything I can think but I can't find anything close to that, other than mentions of addons to Excel that can do such things.
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
It's hard to answer a vague question like this. Depends on so many variables.
@Nevir202
@Nevir202 3 жыл бұрын
Sorry, I didn't realize that being more specific would help. This is an example of a formula that I'd like to use: =(0.5*SUM(OFFSET(D15,-2,1),(OFFSET(D15,-1,1)) I realize that I can just copy and paste it to another cell and it will do what I'm wanting it to do. But there will be lots of examples of this same kind of formula throughout, and it would be nice to change them all by changing one master copy somewhere, rather than having to look for each instance and make sure they're all still consistent.
@Dekunutcase
@Dekunutcase 3 жыл бұрын
@@Nevir202 Have you tried using the INDIRECT formula? That way you can name the cell and reference it in many different other formulas and cells.
@Nevir202
@Nevir202 3 жыл бұрын
@@Dekunutcase Ya, I ended up doing something like that in the end, but as far as I can tell, indirect won't accept an entire formula/command like that. So, best I managed was to put the variables that I wanted for the offset into cells and reference them everywhere that I use the formula, so I can change the offset if needed, it just requires editing those master numbers. Thanks for the help. :-)
@NutHunnie
@NutHunnie 3 жыл бұрын
Everytime i add drop down list in google sheet of Data, will it automatically populate new listed ??? What if the list change often, I tried adding list but it is not found on the form. Do i have to re-compile the same script after adding new list? Or should i create deployment first?? Sorry im newbie
@Dekunutcase
@Dekunutcase 3 жыл бұрын
If you create a drop down list and you use Data Validation "Criteria From Range" you can specify a range and if the list changes, the drop down will update.
@timelesstimesgoneby
@timelesstimesgoneby Жыл бұрын
So I’m trying to make it change only when there’s new info checked and color it differently time stamp but everything I have tried to do changes the date even when there’s no new total check boxes
@michaelaustinealvarez7578
@michaelaustinealvarez7578 3 жыл бұрын
Idol,thank you for a wondeful content..Also, that would be flawless if there is a way to check the verification code from the Google Forms in the first place.. is there.. a way?? I remember you had this video about google forms executing validation from sheets to forms.. cant remember..
@justbelit
@justbelit 3 жыл бұрын
Would love this answered as well.
@thilaju1
@thilaju1 2 жыл бұрын
Can we get Time in in time format continuously for future entries>. In this method we have to change the format after every new form entry
@PKVenturesSelfCare
@PKVenturesSelfCare 11 ай бұрын
Hello this is a great video. How would you calculate overtime? Please and thank you!
@lahirurajapaksha3389
@lahirurajapaksha3389 3 жыл бұрын
Hello, I make an attendance sheet looking at your video. but I have a problem. if someone clocks out after 00.00am that not added to clock out time. can you help me
@kartickchakraborty9135
@kartickchakraborty9135 3 жыл бұрын
Sir, I want to say, For last few days, I got stuck creating a VBA Code where I've to compile all the Data from Different Files. For your information, all the files are in the same folder. But, there are some catches, - 001) Each File has some Common Headers and some Uncommon Headers. I've to compile the Data Header wise. 002) Each File has more than 80,000 Data. And there are 28 to 31 files in that Folder depending on the number of days in that specific month. Now, during the compilation, if the row of the Master File exceeds 1 Million, then save it and close it. Create a new Excel Workbook, where compilation begins again. But, this time compilation should start next after where it ended in Last master file.
@PrasadN-pd1kj
@PrasadN-pd1kj Жыл бұрын
How to give access for out of Organization emails. I have created in Organization mail but i have shared link to my employee(He had GMAIL only) that time link asked access from Admin. So please clarify how to give access for out of my Organization mails?. So please clarify.
@moonram2569
@moonram2569 3 жыл бұрын
Hi, is there a way to send text messages /send messages on WhatsApp via contact numbers in Google sheets. Sort of bulk messaging.
@Shahayar
@Shahayar 2 жыл бұрын
is it possible to import data from an attendance machine connected to the same network using its IP?
@dntsub
@dntsub 3 ай бұрын
For the timeout dragged down formula, is it possible to make it automatic?
@hariomshankar111
@hariomshankar111 3 жыл бұрын
Teacher thanks for your videos. I need a video how to send what's app messages with attachments via Google sheet.
@masterho8349
@masterho8349 3 жыл бұрын
Is it possible to for google sheet to do an entry in a specific and is automatedly entered to a different sheet, than clears it self for next entry? I am trying to build a sheet that would record information for several people that I can send out and they could enter the information and I get it in a centralized sheet. Please help thank you.
@Dekunutcase
@Dekunutcase 3 жыл бұрын
Why don't you just use Google form and have it loop back to the original page for more entries?
@jppiproduction9786
@jppiproduction9786 2 жыл бұрын
How can I incorporate lunches to this ? Please if anyone can help, that would be great!
@magdalenasztajnmec6193
@magdalenasztajnmec6193 3 жыл бұрын
What formula would you use if you instead wanted to keep track of your own hours by client. I created the google form by client for checking in and out and I followed your video to create and adjust the spreadsheet similar to yours. Now I want to add the durations for each client by date by summing all the durations in each day by a FORMULA into another tab which has a row for each day of the year. Would you be able to help me figure out that FORMULA?
@ExcelGoogleSheets
@ExcelGoogleSheets 3 жыл бұрын
I don't think you need any other formulas. Watch my pivot table videos kzfaq.infosearch?query=pivot%20table%20gogole%20sheets
@Kazumalivetv
@Kazumalivetv 3 жыл бұрын
by the way, anyone of you knows how to shorten my formula input from data processed 9: 19 to data coz mine is so long I cannot highlight from exactly the start of the cell
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 9 МЛН
Scary Teacher 3D Nick Troll Squid Game in Brush Teeth White or Black Challenge #shorts
00:47
마시멜로우로 체감되는 요즘 물가
00:20
진영민yeongmin
Рет қаралды 32 МЛН
Google Sheets - Timesheet, Formulas, Time Calculations - Tutorial
31:04
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 240 М.
Automate Document Workflow with Google Sheets, Gmail, Google Forms, and Docs
14:02
The Best Employee Timesheet using NFCs
5:01
Unsubscribed Healthcare
Рет қаралды 20 М.
Google Forms - Populate Options on Questions From Google Sheets
10:57
Code With Curt
Рет қаралды 63 М.
Web App Example w/ Google Sheets, Tabulator, JavaScript, Apps Script, HTML, CSS Tutorial
2:26:51
Learn Google Sheets & Excel Spreadsheets
Рет қаралды 134 М.
Check in / out Google Sheets
12:05
The Mobile Sales Engineer
Рет қаралды 189 М.
КАК ДУМАЕТЕ КТО ВЫЙГРАЕТ😂
00:29
МЯТНАЯ ФАНТА
Рет қаралды 9 МЛН