• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Search results

  1. J

    VBA Code: Pivot Table Field Update Using Dropdown List

    I am trying to update a pivot table field using a dropdown list. The code I have is below. I receive the following error when attempting: Run-time error '1004' Unable to set the CurrentPage property of the PivotField class Private Sub Worksheet_SelectionChange(ByVal Target As Range) If...
  2. J

    Drop-Down List Controls Multiple Slicer Connections

    Is it possible to control multiple slicers using a dropdown list? How could I do this? Thanks!
  3. J

    Dynamically Extract Table Range and Remove Duplicates

    I am trying to extract a column of data from a table to another range and remove duplicates dynamically. Suggestions?
  4. J

    Auto-Change Drop-Down Selection and Print Report

    My document contains about 50 locations. These are listed in a drop-down menu and populate a dashboard based on the drop-down selection. I am looking for a code to automatically change the drop-down selection (starting at the first selection), print to .pdf, save the file and proceed to the...
  5. J

    Dynamic Line Graph by Date Selection: Ignore Blanks & Zeros

    I am trying to plot a dynamic line graph without zeros or blanks. The line graph updates by selection of a start and end date in dropdown lists. I have a named range for each chart series, ex: EODTasks_Graph =OFFSET(EODTasks,MATCH(EndDate,DateList,0)-1,0,EndDate-StartDate+1) How do I make...
  6. J

    Sparklines Using Non-Contiguous Range

    Is it possible to create a sparkline using a non-contiguous range? All data is located within the same row; however, evenly spaced, two cells apart. Would a named range work and if so, how would I name a range the sparkline would recognize? My data is located...
  7. J

    Build Dynamic Calendar: Select Month using Dropdown List

    I am attempting to build a calendar without VBA or array formulas. I have successfully created a calendar using dummy cells; however, am trying to write formulas which would not require these dummy cells. The formula which works, but requires dummy cells (in orange)...
  8. J

    Dynamic Range: Retrieve Value from Merged Cells

    I am attempting to retrieve values from a series of merged cells without VBA. I realize merged cells can cause complications; however, I think this can still be done. On Sheet: "Productivity", I am trying to match the productivity of each staff to the various tasks. In cells $C$7:$J$7, these...
  9. J

    Excel Log: VBA to Add Row(s) Upon Workbook Open Last through Current Date

    I have a log which several of my staff enter information into daily. They generally work Monday through Friday; however, sometimes work weekends. Therefore, I need the log to be inclusive of all dates from log's origin forward (9/21/12-current). I am struggling to create a VBA code which would...
  10. J

    Extract Multiple Unique, Dynamic Lists from Matching Criteria [SOLVED]

    I am trying to extract multiple dynamic lists from a range matching certain criteria. I need to extract from the "Providers" sheet unique, dynamic lists without blanks to "Clinic" sheet by matching Row 1 on "Clinic" to column E on "Providers" Here is an example...
  11. J

    Match Greatest Number of Occurrences by Name. If Equal, Choose Most Recent

    I am trying to find a provider for a patient using the following conditions: -if seen by multiple providers, choose the one with the most visits, then choose most recent visit -if equal number of visits by providers, then choose most recent This is the last formula I have started to work...
  12. J

    Match Dynamic Sparklines to Dashboard Date

    I am tracking census information in horizontal dynamic ranges on an Input! sheet. The information is being compared among two organizations. Changing the layout is not prudent in this case. The date is in row Input!3:3 and the values are in row Input!5:5 for organization 1 and Input!32:32 for...
  13. J

    Match Start and End Date to Dynamic Horizontal Ranges and Dynamic Charts

    1. I am tracking census information in horizontal dynamic ranges on an Input! sheet. The information is being compared among two organizations. Changing the layout is not prudent in this case. The date is in row Input!3:3 and the values are in row Input!5:5 for organization 1 and Input!32:32...
Back
Top