+ Reply to Thread
Results 1 to 2 of 2

How to make my excel report auto update

  1. #1
    Registered User
    Join Date
    08-12-2019
    Location
    Singapore
    MS-Off Ver
    2021
    Posts
    18

    Question How to make my excel report auto update

    Attached is my current excel report with dashboard. Currently I transfer the numbers manually to tabs in blue to create graphs. I wish to reduce the manual data entry in the graphs' data.

    I tried pivot chart, but pivot chart unable to calculate the rate and median for me. I'm using rate and median to plot my graphs.

    I want to make the graphs' data can be auto updated when I input the Raw Data and Patient Days SOC tabs.

    Please let me know if you can help me. Many thanks.
    Attached Files Attached Files

  2. #2
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,770

    Re: How to make my excel report auto update

    My suggestion is to convert the data on the Patient Days SOC from horizontal to vertical records as modeled in rows 10:15.
    The columns for Hospital, date and days are manually input as was already being done in rows 1:2.
    The column for falls is populated using: =COUNTIFS(Table1[Incident Location],"<>",Table1[Patient Type],"Inpatient",Table1[Incident Date],">="&B10,Table1[Incident Date],"<="&EOMONTH(B10,0))
    The column for rate is populated using: =D10/C10*1000
    The column for median is populated using: =MEDIAN([Rate])
    Note that A10:F15 is an Excel table and that the formulas in columns D:F will update when data for a new month is added to the table.
    I believe that the graph is self-explanatory, however let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

+ 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] Report that happens monthly needs auto update start date
    By candymycandy in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-09-2022, 11:01 AM
  2. Auto report update from one template quote
    By JannVenn in forum Excel General
    Replies: 2
    Last Post: 08-22-2019, 10:33 AM
  3. [SOLVED] Cannot Make Macro Auto Update
    By eazy899 in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-20-2017, 02:01 AM
  4. auto update of weekly report into another table layout
    By kelvinliowhc in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-08-2014, 10:17 AM
  5. Auto update of report by month
    By craigrose in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 11-27-2011, 08:23 AM
  6. Pivot talbe, how to make it to auto update
    By feejo in forum Excel General
    Replies: 1
    Last Post: 06-02-2007, 12:15 PM
  7. Auto update daily report problem
    By SteveG in forum Excel General
    Replies: 4
    Last Post: 02-09-2006, 04:30 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