+ Reply to Thread
Results 1 to 2 of 2

if function with dates

  1. #1
    Brad
    Guest

    if function with dates

    I am trying to combine an if function with dates:

    my formula reads: =IF(C2<"10/01/04",B2,"")

    It is not working...can anyone help?

  2. #2
    Dave O
    Guest

    Re: if function with dates

    It worked for me when I changed it slightly:
    =IF(C2<DATEVALUE("10/01/04"),B2,"")

    I think previously Excel was performing a text comparison, rather than
    a date comparison.


+ 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