+ Reply to Thread
Results 1 to 4 of 4

using sysdate in "if" function

  1. #1
    Avinash
    Guest

    using sysdate in "if" function

    =IF(N21<="SYSDATE","B","O")

    Above is the condition I want to use. But theresult i get is "B" only which
    is not true as per the data.

  2. #2
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    try this

    IF(N21<=TODAY(),"B","A")

  3. #3
    Avinash
    Guest

    Re: using sysdate in "if" function

    THANK YOU DEAR! IT REALLY SOLVED MY PROBLEM

    "starguy" wrote:

    >
    > try this
    >
    > IF(N21<=TODAY(),"B","A")
    >
    >
    > --
    > starguy
    > ------------------------------------------------------------------------
    > starguy's Profile: http://www.excelforum.com/member.php...o&userid=32434
    > View this thread: http://www.excelforum.com/showthread...hreadid=539491
    >
    >


  4. #4
    Forum Contributor
    Join Date
    03-14-2006
    Location
    Pakistan
    Posts
    1,791

    Lightbulb

    pleased to help you

+ 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