+ Reply to Thread
Results 1 to 11 of 11

posting dynamic date in individual spreedsheets to overview spreedsheet

  1. #1
    Registered User
    Join Date
    01-02-2014
    Location
    Graniteville,SC
    MS-Off Ver
    Excel 2007
    Posts
    16

    posting dynamic date in individual spreedsheets to overview spreedsheet

    I am not an excel expert, and have limited experience with the program, so please be gentle.

    I am trying to build a workbook to track patient treatments. My overview sheet needs to list the last treatment received per patient which is listed in column a of each patient's individual sheet dynamically so I can review the history of treatments as well. I have tried to create a dynamic list, but it is not functioning correctly. I was using : =OFFSET(txdate,1,0,COUNTA('patient, name'!$A:$A),1) , where column A ( the named range "txdate") lists the treatment dates in succession and should be updated automatically when a new treatment is done.

    Any help would be appreciated. If clarification is needed please let me know.

  2. #2
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: posting dynamic date in individual spreedsheets to overview spreedsheet

    I can do much more than that if you like ... and i'd like to help...
    A reliable patients database would be a worthwhile mini project...

    How many patients roughly & do you want their treatment histories time & date stamped ?
    Do you have any objections to VBA rather than worksheet formulas ?
    Elegant Simplicity............. Not Always

  3. #3
    Registered User
    Join Date
    01-02-2014
    Location
    Graniteville,SC
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: posting dynamic date in individual spreedsheets to overview spreedsheet

    Book1 template.xlsxI have no objections at all to help! Thanks! I have tried to attach a copy of what I am trying to do so you can see it and maybe understand. Each patient has their own spreadsheet that reflects each date they received treatment. Each initial treatment is with 15 pellets. At 1 month there is a blood draw, it tells me how many pellets that the patient will need with each treatment. At 3 months from initial treatment there is another blood draw that tells me how often they need additional treatments. These two formulas I did figure out, but feel free to make them better/more reliable. I need the overview sheet to show me when the last treatment was given and when the next treatment should be given. The next treatment is based on the second blood draw- either every 3, 4 or 5 months, after this has already been established, treatment should remain on this schedule unless there are physiological changes that affect the amount of pellets in the treatment (levels too high need fewer, levels too low need more). I would like it to flag patients that are non-compliant with getting their blood work on time so i can call them and remind them to get it done, otherwise the patient and I have to start all over again in the process. Also every six months of continued treatments needs another blood draw to ensure we are within therapeutic range and there are no adverse events creeping up on us.

    I hope i haven't scared you off. I could really use the help. If you have questions or need more info (I am sure I left something out) let me know.

  4. #4
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: posting dynamic date in individual spreedsheets to overview spreedsheet

    I'll get back to you with a first revision asap

  5. #5
    Registered User
    Join Date
    01-02-2014
    Location
    Graniteville,SC
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: posting dynamic date in individual spreedsheets to overview spreedsheet

    Thank You, you are a life saver!

  6. #6
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: posting dynamic date in individual spreedsheets to overview spreedsheet

    Have a look at that and tell me what you think..

    Scheduling Ex rev A.xlsm
    Last edited by AndyLitch; 01-04-2014 at 01:32 PM.

  7. #7
    Registered User
    Join Date
    01-02-2014
    Location
    Graniteville,SC
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: posting dynamic date in individual spreedsheets to overview spreedsheet

    I think you are thinking of what I want, but when I copy and paste your formulas into my sample workbook they give me the #Ref! caution. It says it is because of cell reference. I studied your formula and adjusted it for the workbook template I posted (i.e. A4 for A11) but the "!" and the B column references are lost to me. My column B is First names, which I had hidden and forgot to reopen in the sample workbook. When I expanded what you sent me it did show the first name column so I left that part alone. I am using 2007 and I noticed you are listed as a 2013 user, could this have something to do with it? I like the scheduling sheet which is something i had not thought of because I "fit" these appointments in while seeing my other patient load, but I often have done 2 or 3 a day, and the goal is up to 5. I guess it would be the next step though. I took the program over from another provider that no longer works for us and was bitter about leaving, she did not leave any of her manual notes on the topic so I am trying to get caught up.

  8. #8
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: posting dynamic date in individual spreedsheets to overview spreedsheet

    I think the easiest way around the #Ref problem (depending on how many patients you have) would be to transfer your patient data into the workbook I sent you.... If there is too much we could fix the problem instead..
    I could redo the scheduling sheet with VBA so it will capture all appointments - that's easy enough....

    Let me know which way you prefer to go

  9. #9
    Registered User
    Join Date
    01-02-2014
    Location
    Graniteville,SC
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: posting dynamic date in individual spreedsheets to overview spreedsheet

    I currently have around 50 patients (goal is 200-400). The majority have 1-3 treatments already, but some have 4 or even 5. Some have lab work correct, some do not. A friend of mind mentioned to me that it might be easier/less confusing to use the overview for all the data input and have it post the new data into a dynamic date list (tx Date), or relevant other field on the patient's individual sheets, and tally the number of treatments and input that number into the "# tx" column. It makes sense because it is the main sheet I will be looking at and using the most. Once we get the body running then we can add the scheduling sheet you created and we will be golden!

    I created an exact replica of the workbook and will attach it to this post. It is the 0.5 version, the 1.0 is what I sent you earlier (I know it is backwards, it was suppose to be 1.5 but I hit enter too quick) It better clarifies what I am needing to do and how the fields relate to each other with comments on the headers. I wish I could attach the original, but because of patient's rights and privacy, I cannot.

    Book0.5 template.xlsx
    Attached Files Attached Files
    Last edited by craig.norris; 01-05-2014 at 09:55 PM. Reason: wrong upload spreedsheet

  10. #10
    Valued Forum Contributor
    Join Date
    03-29-2013
    Location
    United Kingdom
    MS-Off Ver
    Office/Excel 2013
    Posts
    1,749

    Re: posting dynamic date in individual spreedsheets to overview spreedsheet

    At the heart of any good database is a search engine.. Reports can easily be generated from any search.. See what you think.


    Consultations.xlsm

  11. #11
    Registered User
    Join Date
    01-02-2014
    Location
    Graniteville,SC
    MS-Off Ver
    Excel 2007
    Posts
    16

    Re: posting dynamic date in individual spreedsheets to overview spreedsheet

    It looks good. Thanks. Still need the functionality of the date lists though.

+ 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. Resoruce overview - Create new sheet and add to sumif function in exsisting overview
    By Martinbif in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-27-2013, 09:58 AM
  2. Merging two spreedsheets containing address into one
    By ovettmufc in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-16-2013, 07:57 AM
  3. Make Relation Between two spreedsheets
    By bobo_21002100 in forum Excel General
    Replies: 0
    Last Post: 06-18-2010, 01:32 PM
  4. Link 2 SpreedSheets
    By Khaled197 in forum Excel General
    Replies: 1
    Last Post: 03-03-2007, 09:57 AM
  5. [SOLVED] How do i add multi-spreedsheets together
    By Ashley in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-28-2006, 04:10 PM

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