+ Reply to Thread
Results 1 to 2 of 2

Need Help

  1. #1
    Registered User
    Join Date
    04-14-2005
    Posts
    3

    Need Help

    I have some dates in sheet 1 from cell A2 to A20 and want to verify the current date in sheet2 cell B4 falls in the list enterd sheet1 cell A2 to A20. if the current date is in the list ,then i wnat choose "0" other wise '1" . How can i achive this.

    Thanks in advance

  2. #2
    Forum Expert
    Join Date
    06-18-2004
    Location
    Canada
    MS-Off Ver
    Office 2016
    Posts
    1,474
    Try...

    =IF(B4<>"",IF(COUNTIF(Sheet1!A2:A20,B4),0,1),"")

    Hope this helps!

+ 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