Excel Formula for Time Elapsed in Days, Hours and Minutes

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

Комментарии • 221

  • @leannNarcher
    @leannNarcher 3 года назад +2

    is it possible to incorporate =IF(A2

  • @sandeepjaiswal6388
    @sandeepjaiswal6388 2 года назад +1

    Sir your education is like a burning lamp. Who shows the right path. We are very happy with you.

    • @Computergaga
      @Computergaga  2 года назад

      That is beautiful, Sandeep. Thank you 😊

  • @tonyhaber3077
    @tonyhaber3077 3 года назад +1

    This is the best video I have watched for Time calculations in Days & Hours. Thanks a lot.

  • @nawazshaikh6081
    @nawazshaikh6081 3 года назад

    @Computergaga Thanks for sharing this. what will be the formula if I want to exclude the weekend? Please help..

  • @cixmogarcia582
    @cixmogarcia582 4 года назад +35

    =INT(B2-A2)&" Days"&Hour(MOD(B2-A2,1))&" Hours "&MINUTE(MOD(B2-A2,1))&" minutes"

    • @nawazshaikh6081
      @nawazshaikh6081 3 года назад +1

      what will be the formula if I want to exclude the weekend? Please help..

    • @Computergaga
      @Computergaga  3 года назад

      You would use NETWORKDAYS or NETWORKDAYS.INTL instead of B2-A2.

    • @rahultomar8546
      @rahultomar8546 3 года назад +1

      @@Computergaga Hello Sir please type Full formula with exclude weekend and I want result in days Hour minutes

    • @francenewhyte6016
      @francenewhyte6016 3 года назад

      Good Day. How can I show days only. So for example I only want to reflect full days.

    • @j.rjunior5584
      @j.rjunior5584 2 года назад

      Or you can also use this formula as well, it's very similar. But if there's no data in it it'll show blank.
      =If(B2="","",INT(B2-A2)&" Days "&TEXT(B2-A2, "h""hrs""m""mins"""))
      The format in the text you can change it to whatever you wanna see.

  • @sizwemchunu6110
    @sizwemchunu6110 4 года назад +2

    Thank you for this Tutorial really helpful. I don't want to include hours after shift (22:00 - 07:00). how do I factor the 9 hours out?

  • @erimwolf7285
    @erimwolf7285 5 лет назад +7

    Thanks you for your very informative video! But I do have a question, how would you add all of your differences together afterwards?

    • @MuddyBuddy685
      @MuddyBuddy685 3 года назад

      Did you ever figure out how to add them all up?

    • @erimwolf7285
      @erimwolf7285 3 года назад

      @@MuddyBuddy685 unfortunately, no

    • @MuddyBuddy685
      @MuddyBuddy685 3 года назад

      Erim Wolf what did you end up doing with your worksheet? I know it was a year ago but I’m hoping for som help

    • @erimwolf7285
      @erimwolf7285 3 года назад

      ​@@MuddyBuddy685 I did actually! you add up the rows containing your dates instead of the new totals you acquired in your row.
      for example: =INT((SUM(B2:B3))-(SUM(A2:A3)))&"days"&HOUR(MOD((SUM(B2:B3))-(SUM(A2:A3)),1))&"hours"&MINUTE(MOD((SUM(B2:B3))-(SUM(A2:A3)),1))&"minutes"
      (I input those specific numbers to go with the video so you have a visual, but replace the number with whatever you have) :)

    • @MuddyBuddy685
      @MuddyBuddy685 3 года назад +1

      @@erimwolf7285 Great! Thank you so much!

  • @wawaramli2029
    @wawaramli2029 20 дней назад

    How to use the same formula and avoid the holidays, because i am planning to calculate IRT and ORT using excel in my CM project. Please advise and thank you in advanced sir

  • @JamieScott77
    @JamieScott77 8 месяцев назад

    Thanks for sharing this forumal. Complex but I learnt a lot. Now.... What if we want to show the result in WORKING DAYS (Mon-Fri) and TIMES (9-5PM)

  • @muhammadrizwan7897
    @muhammadrizwan7897 Год назад

    HI, is it possible to calculate the next date and time with counting 8 hrs per day.

  • @akhmadmingboev5954
    @akhmadmingboev5954 2 года назад

    I never comment on videos but this was just great and helped me resolve my issue. Thanks 🙏

    • @Computergaga
      @Computergaga  2 года назад

      That's awesome. Thank you, Akhmad.

  • @dianagoncalves5665
    @dianagoncalves5665 7 лет назад +6

    hi, How to sum up days, hours and minutes?

  • @dhavalmistry9901
    @dhavalmistry9901 4 года назад

    Respected sir,
    I m Dhaval from india. Finding this kind of formula. This is a wonderful. Just complete solution. Love know more & more. Thank you very much And respecte. Manaskara.

    • @Computergaga
      @Computergaga  4 года назад

      Thank you Dhaval for your kind words.

    • @dhavalmistry9901
      @dhavalmistry9901 4 года назад

      @@Computergaga
      Mostly well come
      Sir. Have good day

  • @aydinhami
    @aydinhami Год назад

    Excellent and very informative video!

  • @sekarukl
    @sekarukl 4 месяца назад

    Thanks for detailed explanation can you please help to How to calculate average of the difference data generated?

    • @Computergaga
      @Computergaga  4 месяца назад

      You're welcome.
      For that, we would need a column instead or in addition to this one, with the difference as a numeric value. We cannot average the results from this video as they are a text string.
      A simple subtraction such as B2-A2 would achieve this, though if dates and times are in different columns, they need to be combined first.
      Then you can average the results of the column.

  • @Kitana68
    @Kitana68 Год назад

    Good Job Explaining. Finally got it after adjusting the cell formatting!

  • @j.rjunior5584
    @j.rjunior5584 2 года назад

    I have a question not related with the video.
    But is it possible too sum values from one cell but only have it updated to the current cell when that value is added in?
    Soo for example if I have a formula to calculate equity in all of row "A", and say the equity is at $200 in A18, and say I wanna add a deposit of $100 in column B1.
    Is it possible just to update the current column in A18, rather than suming the rest of the columns in "A1-A17."
    Soo column A18 would show $300, and the rest of the columns from A1-A17 values would stay the same?
    I have noo idea if you can or can't doo this in excel.
    I know for a fact tho, is if I match the same columns and rows in column A and B than it'll work perfectly. But just wondering if I can do it that way I mentioned above?

  • @nournmonykosoma6614
    @nournmonykosoma6614 3 года назад +1

    Thank you dear but I have one more to clear, how to calculate the average of both difference day and time?

  • @mickqwerty1967
    @mickqwerty1967 Год назад

    Hi, Great video....is there an easy way to show days hrs and mins from the calculation in separate cells?

    • @Computergaga
      @Computergaga  Год назад

      Sure. Instead of combining the results, you can write separate formulas for each cell/column.

  • @TruthSeeker-3150
    @TruthSeeker-3150 2 года назад

    Once you get the Days, hours and minutes, is there any way to sun this elasped time? Thx

  • @sttank2192
    @sttank2192 4 года назад

    Sir, how would I be able to have the values be based on a 8 hour work day that would auto subtract from the days (I am applying it to employee accruals/used leave) Thanks

  • @humashoeb280
    @humashoeb280 5 лет назад +1

    Great video, how would I calculate time lapsed between two date/time values based on a working day , for example calculating the difference between core working hours say 8.30am-5.00pm

    • @Computergaga
      @Computergaga  5 лет назад

      Thank you Huma. I have a video here - ruclips.net/video/3bUVySH5prQ/видео.html that explains this and more. It is a timesheet spreadsheet based on different work hours and days.

  • @valcharles-pierre5684
    @valcharles-pierre5684 4 года назад +1

    How would you be able to get the average duration for multiple entries using your format?

    • @Computergaga
      @Computergaga  4 года назад

      This technique provides an answer formatted as text so the average is not possible. You would need a different technique to calculate the time elapsed.

  • @obi76ad
    @obi76ad 3 года назад

    Nice one! Life saver. Found this video 10 minutes before my meeting and quickly updated my spreadsheet! Liked!
    Is there a way to hide the value if it is zero because the date and time values have not been entered yet?

    • @Computergaga
      @Computergaga  3 года назад +1

      Sure. We can do this in the formatting of the cells. Difficult to explain in the comment, but zero values are the third element in custom formatting. If you ignore it, it will display as nothing.
      We could also wrap and IF around this to achieve it.

  • @丅-r9y
    @丅-r9y 3 года назад +1

    Thanks alot for the teaching sir... It's very helpful

  • @marcworley1
    @marcworley1 4 года назад

    Hi this is really useful. What changes would I have to make to the formula to display the time elapsed in hours?

    • @Computergaga
      @Computergaga  4 года назад

      Thank you, Marc. I have another video on techniques for this here - ruclips.net/video/_Fg4gl4qvss/видео.html

  • @ChopsB8X
    @ChopsB8X 2 года назад

    Thanks for a great video! What do you mean in your other comments to swap b2-a2 with networkdays to remove weekends. So confused! 🥺

    • @Computergaga
      @Computergaga  2 года назад

      Thank you. B2-A2 returns all days between two dates. NETWORKDAYS is a function that returns only the working days. It allows you to specify the weekend days and any other additional non-working days such as holidays, illness, other projects etc. This function could be inserted instead if people wanted working days only.

  • @tangocharlee786007
    @tangocharlee786007 4 года назад

    Very Informative and Easy to Understand

  • @JB_magic
    @JB_magic 5 лет назад +2

    How do you get the date and time to be displayed in a single cell?
    And can you edit that particular cell, i.e. can you enter "11/10/19 10:13:42" in another cell?

    • @Computergaga
      @Computergaga  3 года назад

      Sure. You can enter that in a cell.

  • @dbernie57
    @dbernie57 5 лет назад

    Hi, How do you Add in the ability to also measure Years and Months whilst still keeping all the information above? thanks

  • @CassandrevanderMerwe
    @CassandrevanderMerwe Год назад

    This is great but it isn’t working on my sheet 🙈 typed exactly like yours, same spaces and everything. Any advice? Could it be that my baby excel version is too old?

    • @Computergaga
      @Computergaga  Год назад

      You version will be fine. This function is not new. I would check the formula again. There will be a difference. Do you receive a specific error? Are you based in Europe, as you may need ; instead of ,?

  • @sotiriss.93
    @sotiriss.93 3 года назад

    I keep having problems with the mod function between the cells.Any help?

  • @carlosalfonso7504
    @carlosalfonso7504 6 лет назад +2

    Very important & useful lesson once again, thank you so much!

    • @Computergaga
      @Computergaga  6 лет назад +1

      You're welcome Carlos. Thank you.

  • @knowledgebyte
    @knowledgebyte 5 лет назад

    Good work. I managed to adapt that into a calculated column and it works a treat. I wonder what the DAX equivalent of that in the data modeler is, in Power pivot?

    • @Computergaga
      @Computergaga  5 лет назад

      Something I have not tried. But I am sure the equivalent is possible there. Lots to explore in DAX.

  • @ciimaofficial7252
    @ciimaofficial7252 4 года назад

    Hi Computer Gaga, I have been looking for this formula for days! I am so glad I found your chanel, I have subscribed and currently on your playlist.
    My question for this tutorial is, can the formula work if the difference between A and B is in hours e.g 3 hours and when the time in B increases,it displays 3 days, 3 hours?

    • @Computergaga
      @Computergaga  4 года назад

      Thank you. Sure. We could wrap the formula in a conditional function so that if the value is over a day then show days, otherwise just the hours.

    • @dwk1986
      @dwk1986 4 года назад +1

      @@Computergaga can you actuall show how to do this? as well as showing how to average these types of datas?

  • @almansour_82
    @almansour_82 День назад

    I know the video is 7 years old, but for whomever watching this in 2024, you can subtract ending value feom beginning value and format the cell using cutsom format. And in (type) section write: dd "Days" : hh "Hours" : mm "Minutes" as an easier an quicker way to get the same result.

  • @bohdanjarema3786
    @bohdanjarema3786 3 года назад

    Hi, Is there a way to return the answer with leading zeros, say,- 3 days 9 hours 5 minutes as 3d 09h 05m (or 3:09:05:00 if you use colons (and include seconds if you prefer) instead of d,h,m,s)

  • @TheZadc
    @TheZadc 3 года назад +1

    I need help. How can i exclude Weekends ?

  • @ashutoshvarshney914
    @ashutoshvarshney914 Год назад

    How to exclude Downtime or Non-working hours from two different dates & time while calculating Time Spent? Please help.

  • @samimsedeqey8231
    @samimsedeqey8231 2 года назад

    hello, sir when I apply this formula, hours and minutes are showing perfectly but day is not showing. it shows something weird? how solve this. and one more thing when adding zero before day and months when shifting to another cell the zero disappears how to solve this as well?

  • @KnowEverythin
    @KnowEverythin 4 года назад

    If , i use different column like start date, start time, end date ,end time... What is the formula??

  • @nopphapadolj.2397
    @nopphapadolj.2397 Год назад

    Very helpful , Thanks

  • @myarnie1950
    @myarnie1950 2 года назад

    works brilliantly but is there a way to have the result update automatically? thanks

    • @Computergaga
      @Computergaga  2 года назад +1

      Great! But the closest you can get to automatic is some VBA code to run on intervals.

  • @GM-hj8se
    @GM-hj8se 6 лет назад +2

    Brilliant! Thank you!!

  • @MrKanito016
    @MrKanito016 Год назад

    How can you get average of the two to demonstrate day, hour and minutes

  • @samimsedeqey8231
    @samimsedeqey8231 2 года назад

    hello sir, when is use this formula days, hours ,and minutes shows but days are not showing as it appears on your screen. could please tell me how to solve and why?

  • @mydigitalspace13
    @mydigitalspace13 Год назад

    Thank you so much for this. Really helpful

  • @TheMMAVOICE
    @TheMMAVOICE 2 года назад

    Very helpful, thank you!

  • @raymarreyes2208
    @raymarreyes2208 4 года назад +1

    Ctrl+Shift+Alt+; Shortcut key works on that formula .

  • @ميناصلاح-ظ6و
    @ميناصلاح-ظ6و 4 месяца назад

    great video thanks for sharing it

    • @Computergaga
      @Computergaga  4 месяца назад

      Glad you enjoyed it. Thank you!

  • @pradeepvishwakarma9831
    @pradeepvishwakarma9831 3 года назад

    Thanks for the tutorial..

  • @ItsMe-ic1gb
    @ItsMe-ic1gb 3 года назад

    Is there a way to do this with CONCATENATE? Ex: A2 is 8/2/2021, B2 is 8:30 and A3 is 8/4/2021,B3 is 4:30. Once concatenated it joins the cells of A2 and B2 into C2 and A3 and B3 into C3. I've tried to do this but it comes out not looking right. is it impossible to separate the date and time?
    (sorry if it's a confusing question)

  • @hiteshchauhan645
    @hiteshchauhan645 4 года назад

    What is formula if calculate as per (8hrs)as working hrs?

  • @thebesttechnical3608
    @thebesttechnical3608 5 лет назад

    Great and easy way of explaining the
    topic, thank you very much.

  • @samanthaspence7790
    @samanthaspence7790 Год назад

    How can I calculate the elapsed time in days hrs and mins as just minutes

  • @hammadarain2725
    @hammadarain2725 3 года назад

    Good job done you Sir, too much helpful you video sir........

    • @Computergaga
      @Computergaga  3 года назад

      Thanks and you're welcome, Hammad.

  • @jahskido06
    @jahskido06 3 года назад

    Thankyou, this helped me out!

    • @Computergaga
      @Computergaga  3 года назад

      Great to hear, Taione. Thank you.

  • @emperorofup
    @emperorofup 6 месяцев назад

    THANKS BUDDY, THIS ONE IS SAFE MY JOB😅😅😅

  • @jungvelybusydog
    @jungvelybusydog 3 года назад

    This is really helpful

  • @karishmaarora5498
    @karishmaarora5498 3 года назад

    This is excellent! Thank you so much.
    Can you please advise how to include the networkdays as well to this. It will be really helpful.

    • @Computergaga
      @Computergaga  3 года назад +1

      Thank you, Karishma. NETWORKDAYS would replace the B2-A2 calculation.

    • @ChopsB8X
      @ChopsB8X 2 года назад

      @@Computergaga but how? Can you show the formula based on your video? Thank you 🙏

  • @ritztiolengco2964
    @ritztiolengco2964 3 года назад

    Is it possible to get the average of the result?

  • @girivv7336
    @girivv7336 5 лет назад +1

    Awesome!!! you saved my day...

  • @johngeselle5209
    @johngeselle5209 2 года назад

    Not what i was looking for. but that being said. you can make this mutch easier with a custum format. just make a format ["D"] : [H]:mm:ss

  • @Burgyste
    @Burgyste 6 лет назад

    Well explained, thank you, keep up the good work!!

  • @glen8607
    @glen8607 Год назад

    How to calculate the difference between 2 date/time ranges in business days?
    For example, cell A2: 07-Jul-23 18:00hrs and B2: 09-Jul-23 10:00hrs
    The result in C2 should reflect "00 Days 06 Hours" since Saturday and Sunday must be completely excluded in the calculation.
    I tried all possible options including chat GPT but failed in getting the formula😢

  • @mariacortina1000
    @mariacortina1000 3 года назад

    Well explained! Thanks - exactly what I needed!!

  • @lynrun7375
    @lynrun7375 2 года назад

    Thanks ur such a big help ☺️

    • @Computergaga
      @Computergaga  2 года назад +1

      You're welcome. Happy to help.

  • @honestman2001
    @honestman2001 Год назад

    how do i exclude weekends from this?

  • @jackychawla5422
    @jackychawla5422 7 лет назад +1

    so elegant sir

  • @bazz3244
    @bazz3244 5 лет назад

    What if in this example the end date is before the start date. It's for a planned and actual date and time for an event happening

    • @Computergaga
      @Computergaga  5 лет назад

      Maybe test it with an IF first to check if the end date is later or not. Then you will have the option of doing the formula like in the video, or in reverse to show being ahead of schedule.

  • @randysidroiglesia5201
    @randysidroiglesia5201 Год назад

    What if the "end date" is blank or not filled, What will be the formula?

  • @danieladebayo6714
    @danieladebayo6714 10 месяцев назад

    Good job.

    • @Computergaga
      @Computergaga  10 месяцев назад

      Thank you very much Daniel.

  • @jackychawla5422
    @jackychawla5422 7 лет назад +1

    please upload some other advance videos on indirect function

  • @MatteoPozzoli
    @MatteoPozzoli 4 года назад

    Does not work for me. Most probably not the correct data format for the date & time cells. What do you suggest? Thanks

    • @Computergaga
      @Computergaga  4 года назад

      Select your date cells, and separately your time cells. and check the bottom right on your screen for a Sum. That will help check if there are identified as dates and times.

    • @MatteoPozzoli
      @MatteoPozzoli 4 года назад

      @@Computergaga I have date and time in the same cell as from your example. in the bottom right display sum; date has no sense while hours are a correct sum

  • @CoryStJohn
    @CoryStJohn 4 года назад

    Can you do this with 4 date and time entries instead of 2?

    • @Computergaga
      @Computergaga  4 года назад

      Sure. You could find the difference between any dates you. Obviously difference is always between two things, but then you could add the difference between two others or whatever your goal is.

  • @PinkyPurpleGalaxy
    @PinkyPurpleGalaxy 8 месяцев назад

    Thank you so much

  • @jay55patel
    @jay55patel 4 года назад

    great video thank you

  • @jessicaspinuzza3345
    @jessicaspinuzza3345 6 лет назад

    How do I get the negatives to appear red. I'm not sure how to build the custom formatting

    • @Computergaga
      @Computergaga  6 лет назад

      In custom formatting, whatever you type after the first semicolon is the negative formatting. So you could enter something like 0;[Red]-0 for negative numbers to have red and a minus sign before them.
      You can see this on this video - ruclips.net/video/OXw5X-HMwiU/видео.html

  • @GoodmanMIke59
    @GoodmanMIke59 2 года назад

    This is great but you might have included in a PINNED COMMENT the FUNCTION LINE for us to copy. Naturally we'll learn more your way but would have made things faster if we just need it done.

  • @jelveheskandari9586
    @jelveheskandari9586 4 года назад

    👏🏻👏🏻👍🏻👍🏻 was so helpful

  • @hammadarain2725
    @hammadarain2725 3 года назад

    A.o.A sir, koi esa formula ha jis ka through previous time sa current time less ho kar show ho or jub usa time stop ki command da to time counter stop ho jaye, agar esi koi video ha toh recommend kare kindly.....??

  • @jlopez327
    @jlopez327 11 месяцев назад

    Wow you are amazing

  • @bryanbaxter3558
    @bryanbaxter3558 5 лет назад

    Is there a way to total the difference column?

    • @Computergaga
      @Computergaga  5 лет назад

      The result here is text so cannot be totalled. You would need to total the separate elements (days, hours etc) separately to get your total.

  • @carlosalfonso7504
    @carlosalfonso7504 6 лет назад

    Hello, I have a question? After we get the "Difference" in: Days Hours Minutes, how can we get the AVERAGE of those "Differences" in: Days Hours Minutes as well, because it gives me an error when I use AVERAGE.

    • @Computergaga
      @Computergaga  6 лет назад +2

      Yes the answer contains text strings such as " days" so AVERAGE cannot work with it. You would need to calculate the difference (could be a different column) with just simple B2-A2 formula. Then use the formula from the video on the AVERAGE answer from those responses to tidy it up into days, hours and minutes.

    • @carlosalfonso7504
      @carlosalfonso7504 6 лет назад +1

      Thank you so much, that will work great! Thanks for all your lessons, they make a huge difference in the way I use Excel!!!

  • @RajnishYadavabc
    @RajnishYadavabc 11 месяцев назад

    Sir will it work with Excel 365

  • @dishantkumar8405
    @dishantkumar8405 5 лет назад

    Thanku sir ,its very help full for me .

    • @Computergaga
      @Computergaga  5 лет назад

      Great to hear Ankita. I'm happy to help.

  • @SannareddyHarshavardhan547
    @SannareddyHarshavardhan547 7 лет назад +1

    Thank You

  • @WorldViralVideo4
    @WorldViralVideo4 3 года назад

    Thanks 👍

  • @ibrahimsbarry4766
    @ibrahimsbarry4766 5 лет назад +1

    great work

    • @Computergaga
      @Computergaga  5 лет назад

      Thank you Ibrahim.

    • @ibrahimsbarry4766
      @ibrahimsbarry4766 5 лет назад

      @@Computergaga I have a question...my Job includes calculating the arrival date and time of a vessel and the departure date and time..I should calculate number of days and time the vessel stay in port..but i find it very difficult...thanks

    • @Computergaga
      @Computergaga  5 лет назад

      Did the video not work for you? What trouble are you having?

    • @ibrahimsbarry4766
      @ibrahimsbarry4766 5 лет назад

      @@Computergaga yes it helps but you enter both the date and time on the same cell which i normally don't use. buh am checking you previous videos whether i will see the one that suites me.
      buh is great help thank

    • @Computergaga
      @Computergaga  5 лет назад

      If it helps Ibrahim, you could create a 'helper column' of dae and time by adding the 2 cells you have together. And then use that helper column in the formula. This helper column can be hidden and created solely for the calculation.

  • @zemtechnology4474
    @zemtechnology4474 5 лет назад

    Nice information

  • @ericraya6890
    @ericraya6890 Год назад

    Help me a lot!

  • @kmahim82
    @kmahim82 6 лет назад

    now how r we supposed to plot it?

  • @KiranSharma-pe4eu
    @KiranSharma-pe4eu 3 года назад

    Sir according to first example in this video how can I calculate total time, for example how time displayed as 71 hours 50 minutes
    Please reply

    • @Computergaga
      @Computergaga  3 года назад

      Hi Kiran, you would format the total cell using [h] to get total time over 24 hours. I have a video on a similar topic here - ruclips.net/video/_NMXXuNMy7A/видео.html

  • @JulfkarAli-kt1rs
    @JulfkarAli-kt1rs 11 месяцев назад

    After getting days and hour how can we less 6 hours in this formula?

  • @cars365official
    @cars365official 5 лет назад

    Brilliant !!!

  • @fuadabdullayev
    @fuadabdullayev 5 лет назад

    how can i solve time subtracting when i subtracted 10:00 AM and 10:20 AM i want to get 20 minutes in result but i get 23:40

    • @Computergaga
      @Computergaga  5 лет назад

      It should be fine. If 10:20 was in cell A1 and 10:00 was in cell A2 then = A1-A2 is 00:20

  • @elilukeskingdom7439
    @elilukeskingdom7439 5 лет назад

    Perfect! Thank you.

  • @crystalbell9608
    @crystalbell9608 6 лет назад +1

    Thank You!!!!!

  • @majidsiddique8227
    @majidsiddique8227 5 лет назад

    Excellent

  • @MrSajeer100
    @MrSajeer100 3 года назад

    Thanks