+ Reply to Thread
Results 1 to 2 of 2

DATE Function?

  1. #1
    Registered User
    Join Date
    05-06-2005
    Posts
    30

    DATE Function?

    Hello, I have a formula where I am using an IF statement that needs to meet 3 criteria. The third criteria that needs to be met is that cell b30 should be less than today's date. I thought the function would look like this:

    =IF((AND(C30<1,D30<=1,K30="Workday",B30<DATE)),"Please Select Reason","")

    However, I get a ?Name error when I use that. What is the correct syntax.

    thanks,

    Boyd

  2. #2
    Registered User
    Join Date
    07-01-2004
    Location
    Kent, UK
    Posts
    74
    The problem is that "date" is not a function. Change "Date" for today() and it will work

    =IF((AND(C30<1,D30<=1,K30="Workday",B30<TODAY())),"Please Select Reason","")

+ 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