How to Calculate Working Days in Excel & Exclude Weekends & Holidays

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

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

  • @fredamn76
    @fredamn76 Год назад +2

    Thank you so much! My formula is now correct. I needed to count the first day and with -1 it now works!

  • @j.r.61
    @j.r.61 Год назад +3

    YOU ARE AMAZING!!

  • @oleandra3759
    @oleandra3759 Год назад +2

    Great content! Thank you!

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

      Glad to help! Thanks for watching!

  • @silvestrecamposano6317
    @silvestrecamposano6317 Год назад +2

    Thank you for the techniques....

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

      Glad to help! Thanks so much for watching and for subscribing to my Channel!

  • @PossibleTarget24
    @PossibleTarget24 Месяц назад +1

    Good Teaching....

    • @SharonSmith
      @SharonSmith  Месяц назад

      Thank you! Glad you found it helpful!

  • @francesdobbins2964
    @francesdobbins2964 Год назад +1

    This was an excellent video!

    • @SharonSmith
      @SharonSmith  Год назад +1

      Thanks so much, Frances! I'm glad you liked it. Thanks for watching!

  • @hassanrozh6579
    @hassanrozh6579 Год назад +3

    Good job, thanks a lot.

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

      Thanks so much for watching! Glad you found it helpful!

  • @suzannesayabuaovong5145
    @suzannesayabuaovong5145 Год назад +1

    Thank you!! Yes, you are amazing, and very much appreciated. Can you do a video on how to create a formula for calculating leave entitlements allotted, incorporating time used, and displaying entitlements remaining for PDL, fmla, pfl, and cfra? Just curious if this is possible. I’m currently doing this manually.

  • @ladydemando
    @ladydemando Год назад +1

    Say I want to do this, but take it a step farther? I am using this formula to figure how many days it takes us to to get a quote out to clients--so for example--a client sends us a quote request on Monday, and we get it to them Wednesday--we don't want to count Monday--just Tuesday and Wednesday--how do I do that?

  • @mohanr8607
    @mohanr8607 Год назад +1

    Thank you., I am working for middle East project . I need to exclude Friday and Saturday as weekends. Can you help me with the formula

    • @SharonSmith
      @SharonSmith  Год назад +1

      Hello, yes, you would want to use:
      =NETWORKDAYS.INTL(start date, end date, 7, [holidays])
      Using "7" for the Weekend argument in the NETWORKDAYS.INTL syntax will recognize Friday and Saturday as your weekend days. I hope this helps! Thanks for watching!

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

      Great. Can you help me with,
      Which formula should I use If i need to include weekends and calculate SLA.
      Actually, I need to calculate SLA between two dates including weekends. Support hours are 8 AM to 10 PM

  • @laurenashley7776
    @laurenashley7776 2 месяца назад

    Is there a way to count the number of days to a targeted end date, then have the formula stop counting after an actual implemented date is entered in a separate column?

  • @Hey_Delight
    @Hey_Delight Год назад +2

    Hey Miss...network days who programmed this?

    • @SharonSmith
      @SharonSmith  Год назад +1

      Hi there, NETWORKDAYS is a delivered function in Microsoft Excel using M365 version. Hope you found it helpful! Thanks for watching!

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

      @@SharonSmith Don't have MS365...but love to try it someday.
      I'm a big fan of Excel....and still using 2007 but I love it and the limited functions there...challenging my creativity, math and logic in nesting various applicable functions to build efficient systems helping me with my freelance accounting work.
      Thank you for your response.

  • @SathishKumar-po7ev
    @SathishKumar-po7ev Год назад +1

    Hi madam, in WORKDAY function how to set Only friday as weekend. Excel default take sunday, saturday as week off.. But i need to exclude only Fridays

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

      Hello! You can use =WORKDAY.INTL and then the syntax would be:
      =WORKDAY.INTL(startdate, days, [weekend], [holidays])
      in the argument area for [weekend], but the number 16 - this represents Fridays only as your weekend. The same holds true for the NETWORKDAYS.INTL formula. Hope this helps! Thanks for watching!

  • @wixmunene8092
    @wixmunene8092 17 дней назад

    I have a challenge. Instead of the dates I want the old value to subtract from the new value based on the value in another cell how can I contact you with maybe a screenshot

  • @syedikramullah1114
    @syedikramullah1114 Год назад +1

    Nice

  • @azstudio9489
    @azstudio9489 Год назад +1

    =IF(D4

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

      I tested with this formula and it is working:
      =IF(A2

  • @arabianknight839
    @arabianknight839 3 месяца назад

    Thanks, but unfortunately this did not answer the question which it said it was going to cover in terms of calculating the total number of hours in excess of 24 hours, which is what I wanted to know.