+ Reply to Thread
Results 1 to 2 of 2

Attendance between dates

  1. #1
    Registered User
    Join Date
    09-19-2013
    Location
    Cincinnatti
    MS-Off Ver
    Excel 2010
    Posts
    1

    Attendance between dates

    I have 20 people attending a conference over 3 days. Some are coming for only a portion of the meeting, but I need to know how many will attend each session.

    I have arrival date & Time in column L and the departure date & time in column Q. I have the date & time for lunch in cell B2.

    I have a formula that will calculate if the attendee is arriving BEFORE the lunch:
    =IF($L4=0,"0",IF(L4<$B$2,"1","0"))

    But as the week goes on, some people will leave before the next lunch, so I really want it to look at the arrival and departure dates (L4&Q4) and determine if B2 falls in between. I tried, with no success:

    =IF(L4=0,"0",IF((L4&Q4)<$B$2,"1","0"))

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Attendance between dates

    =if(l4=0,"0",if(l4<$b$2,if(q4>$b$2,"1","0")))

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Formulas to show dates out of attendance
    By shakes347 in forum Excel General
    Replies: 0
    Last Post: 09-08-2010, 12:58 PM
  2. How do I change dates in student attendance?
    By ScottO in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 09-06-2005, 03:05 PM
  3. How do I change dates in student attendance?
    By Denise in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 12:05 PM
  4. How do I change dates in student attendance?
    By Denise in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  5. [SOLVED] How do I change dates in student attendance?
    By Denise in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM

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