+ Reply to Thread
Results 1 to 2 of 2

dget or dsum? that is the question

  1. #1
    justaguyfromky
    Guest

    dget or dsum? that is the question

    I want to add a reminder line to my excel workpage. I have a list of dates
    that I have certain appointments, also I have a countdown of the number of
    days until that appointment. All of this data is already in a table. What I
    need it to do is to count the number of appointments I have in the next 7
    days. When using the dget or the dsum, I get an error #VALUE

    Database: SST (name of the range the database is in)
    Field: 3
    Criteria: <7

    In the criteria line, it wants text, I dont understand why it wont take a
    number when a number is what I am looking for.

    Any help would be appreciated

  2. #2
    pinmaster
    Guest
    Hi
    I'm not an expert but mayby something like this array formula:
    =SUM(IF(A1:A16<=TODAY()+6,1,0))-SUM(IF(A1:A16<TODAY(),1,0))
    entered with SHIFT+CTRL+ENTER

    A1:A16 would be your date column, change to suit your data.

    HTH
    JG

+ 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