+ Reply to Thread
Results 1 to 4 of 4

Excel 2010 Formula that uses IF, AND & OR Functions

  1. #1
    Registered User
    Join Date
    03-11-2015
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    16

    Excel 2010 Formula that uses IF, AND & OR Functions

    Hi,

    Im not sure if this is even possible but need some help with a formula that uses IF, AND & OR Functions.

    The formula is to help log and predict specific dates in a set process when certain 'hoops' of the process are jumped through.

    The formula ive currently come up with and is invalid/has too many arguments is this:

    =IF(K9="","",K9-WEEKDAY(K9,3),IF(AND(K9>=01/01/1986,N9="N/A"),K9-WEEKDAY(K9,3),"",OR(AND(K9>=01/01/1986,N9>=01/01/1986),N9-WEEKDAY(N9,3)))

    Other versions that also dont work that i have attempted are these:

    1.
    IF(AND(K9="",N9=""),"",(K9-WEEKDAY(K9,3),IF(AND(K9=">01/01/1986",N9="N/A"),(K9-WEEKDAY(K9,3),"",IF(AND(K9=">01/01/1986",N9=">01/01/1986"),(N9-WEEKDAY(N9,3),"")))

    2.
    =IF(AND(K9="",N9=""),"",(K9-WEEKDAY(K9,3),IF(AND(K9>=01/01/1986,N9="N/A"),(K9-WEEKDAY(K9,3),""),IF(AND(K9>=01/01/1986,N9>=01/01/1986),(N9-WEEKDAY(N9,3),"")))

    Any help would be very much appreciated as ive spent hours upon hours trying to figure it out!

    Happy to upload a sample if required.

    Thanks

    Jake
    Last edited by jakecutler; 03-11-2015 at 11:25 PM. Reason: Change title to posting rules and add more text

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,770

    Re: Excel 2010 Formula that uses IF, AND & OR Functions

    May be this..


    =IF(K9="","",IF(AND(K9>=DATE(1986,1,1),N9="N/A"),K9-WEEKDAY(K9,3),IF(AND(DATE(1986,1,1),N9>=DATE(1986,1,1)),N9-WEEKDAY(N9,3),"")))


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Registered User
    Join Date
    03-11-2015
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    16

    Re: Excel 2010 Formula that uses IF, AND & OR Functions

    Hi Sixthsense

    I think you got it....

    I need to confirm
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    03-11-2015
    Location
    Australia
    MS-Off Ver
    2010
    Posts
    16

    Re: Excel 2010 Formula that uses IF, AND & OR Functions

    Hi Sixthsense

    Yep you got it, thank you very much!

    Please just ignore the sample file, didnt mean to post that.

    Cheers

    Jake

+ 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] Do Macros find functions/formula's or the formula solution?
    By RichTea88 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 01-06-2014, 08:55 AM
  2. [SOLVED] Formula Regarding 3 Functions - Need Help!
    By HMMzz in forum Excel Formulas & Functions
    Replies: 19
    Last Post: 01-04-2014, 09:06 PM
  3. Use of AND and IF formula functions
    By djr1970 in forum Excel General
    Replies: 9
    Last Post: 01-20-2012, 06:35 PM
  4. Need help with formula functions
    By Mace5 in forum Excel General
    Replies: 4
    Last Post: 12-18-2011, 09:05 PM
  5. [SOLVED] efficiency: database functions vs. math functions vs. array formula
    By nickname in forum Excel General
    Replies: 2
    Last Post: 07-13-2006, 11:30 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