+ Reply to Thread
Results 1 to 4 of 4

Surgical Research Project

  1. #1
    Registered User
    Join Date
    02-21-2014
    Location
    Vancouver
    MS-Off Ver
    Excel 2011 Mac
    Posts
    2

    Surgical Research Project

    Hi everyone,

    I am working on a project regarding a robotic surgical procedure. I have a spreadsheet with a list of patients and the dates they had their consultations and the dates they actually had the procedure.

    I need to generate an artificial "wait list" at various time points going back to the first of each month. Basically I need to count the number of times a given date, say Sep. 1 2012, falls between the consultation date and procedure date. I will be using this to generate a list of how many patients are waiting for their procedure on any given date.

    I have tried messing around with the Countifs formula but haven't seemed to get it to work the way I want yet.

    Any thoughts or help would be very much appreciated! Thanks in advance!

  2. #2
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Surgical Research Project

    Something like this...

    A2:A30 = consultation dates
    B2:B30 = procedure dates
    E2 = 9/1/2012

    =COUNTIFS(A2:A30,"<="&E2,B2:B30,">="&E2)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  3. #3
    Registered User
    Join Date
    02-21-2014
    Location
    Vancouver
    MS-Off Ver
    Excel 2011 Mac
    Posts
    2

    Re: Surgical Research Project

    Quote Originally Posted by Tony Valko View Post
    Something like this...

    A2:A30 = consultation dates
    B2:B30 = procedure dates
    E2 = 9/1/2012

    =COUNTIFS(A2:A30,"<="&E2,B2:B30,">="&E2)
    Thanks a bunch, it looks like this works! I guess my Countifs formula wasn't quite right before. Thanks again!

  4. #4
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Surgical Research Project

    You're welcome. Thanks for the feedback!


    If your question has been solved please mark the thread as being solved.

    In the menu bar above the very first post select Thread Tools, then select Mark this thread as solved.

+ 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. [SOLVED] Match date to project in array and calculate days since last project of same name
    By peepingtom in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-22-2013, 12:37 AM
  2. [SOLVED] Function that concatenates multiple sub-project descriptions based on project code
    By markbpi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 11-28-2012, 06:49 PM
  3. [SOLVED] Insert Blank Rows between sorted projects, Subtotal project to the right of final project.
    By ZAC7 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 08-07-2012, 04:08 AM
  4. Replies: 1
    Last Post: 10-18-2005, 11: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