+ Reply to Thread
Results 1 to 4 of 4

If function

  1. #1
    Registered User
    Join Date
    05-28-2012
    Location
    Dhaka
    MS-Off Ver
    Excel 2003
    Posts
    34

    If function

    Dear All,
    I am not getting any result using the following even when the conditions are met.

    =IF(AND(T9=0,N9=S9<>0,P9=Q9=12,DATE(YEAR(O9),MONTH(9)+(Q9+1),DAY(O9))=E$4),"INTEREST","")

    Would be grateful for solution.

    Thanks,

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,487

    Re: If function

    Probably something to do with this: "N9=S9<>0" and this: "P9=Q9=12"


    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Valued Forum Contributor
    Join Date
    06-10-2011
    Location
    London, England
    MS-Off Ver
    Excel 2010
    Posts
    341

    Re: If function

    What TMS is saying, change it to this:
    =IF(AND(T9=0,N9=S9,S9<>0,P9=Q9,P9=12,DATE(YEAR(O9),MONTH(9)+(Q9+1),DAY(O9))=E$4),"INTEREST","")

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,487

    Re: If function

    @dip11: you make it too easy

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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