+ Reply to Thread
Results 1 to 4 of 4

How to define a formula which ignore a specific day ?

Hybrid View

  1. #1
    Registered User
    Join Date
    10-21-2013
    Location
    Saudi Arabia
    MS-Off Ver
    Excel 2010
    Posts
    44

    How to define a formula which ignore a specific day ?

    hi to all experts,

    Here I tried several ways to define a formula which ignore the Friday which is my holiday & show me date which come after that Friday.

    For example :

    5-Nov-2015 is a Thursday & when I drag it I want to see 7-Nov-2015 instead of 6-Nov-2015 because of Friday.

    for reference i attached a excel sheet.

    waiting for your valuable feedback.

    thanks......
    Attached Files Attached Files

  2. #2
    Forum Expert BadlySpelledBuoy's Avatar
    Join Date
    06-14-2013
    Location
    East Sussex, UK
    MS-Off Ver
    365
    Posts
    7,930

    Re: How to define a formula which ignore a specific day ?

    For one way to do this, put the below formula in cell L8 and drag to the right.

    Formula: copy to clipboard
    =IF(WEEKDAY(K8+1)=6,K8+2,K8+1)


    BSB

  3. #3
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: How to define a formula which ignore a specific day ?

    This formula entered in L11:

    =WORKDAY.INTL(K11,1,16)

    Format as Date

    Copy across as needed.
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  4. #4
    Registered User
    Join Date
    10-21-2013
    Location
    Saudi Arabia
    MS-Off Ver
    Excel 2010
    Posts
    44

    Re: How to define a formula which ignore a specific day ?

    thanks.....BadlySpelledBuoy

    my post has been solved but i dont know from where to make this option visible.

    can you please help me in this regard.

    thanks.....

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] VBA for hide/unhide specific rows automatic if certain cell value is more then pre define
    By santosh226001 in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 07-05-2013, 08:58 AM
  2. Replies: 1
    Last Post: 05-22-2013, 01:49 AM
  3. [SOLVED] Define New Names for Specific Cells
    By boss1982 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 04-01-2013, 09:42 AM
  4. Where would I define a specific column
    By derryt in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 05-09-2012, 07:10 AM
  5. Define when a user selects specific multiple cells
    By jman0707 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 11-24-2008, 06:20 PM
  6. How to define if a specific cell changed?
    By Chipcom in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 02-19-2007, 03:20 PM
  7. Define a dynamic range from a specific starting point in a list
    By gwh_lbh@swbell.net in forum Excel General
    Replies: 3
    Last Post: 08-19-2005, 09:05 AM
  8. [SOLVED] How to define specific cells as header and footer for printing?
    By serdar in forum Excel General
    Replies: 3
    Last Post: 07-25-2005, 05:05 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1