Charting
1668 TopicsHow to Make a Combination Chart with Line on Secondary Axis
I used to be able to graph anything on Excel, but it seems like they have taken away all my control and put together wizards that don't work, if I don't have things formatted just the way Excel wants. I need some help understanding how to make this Wizard happy. When I try to choose Change Chart Type to Combo with Line on Secondary Axis, it is greyed out and will not let me choose it.Solved6.5KViews0likes10CommentsHow do I link a cell to another sheet in the same workbook, allowing me to view the sheet?
I have a workbook containing a list of webpages in the first sheet. I want to be able to click on a cell and be directed to that sheet/tab, viewing the entire sheet, instead of clicking through a workbook with over 25 tabs. For example, in the attached screenshot, when clicking on the "Homepage content" cell in the first sheet/tab of workbook 1, it will take me to the "Homepage Content" sheet/tab in workbook 1, allowing me to view the entire sheet. I tried using the hyperlink formula, =HYPERLINK('Homepage Content'!A1,"Homepage Content"), but it doesn't work and have looked through several google search results as well. Any help would be appreciated, thanks!Solved277KViews0likes10CommentsFilter function with a criteria
Dear Experts, I have a data like below( in columns A/B/C) , and needed the result in column (I/J/K), but I could achieve only like in Column (E/F/G) For example for the rnti = 19453, the corr0 , at time -> 06:34:32.171912 is not there so at Row-3, the entry should be empty Attached is the worksheet, Br, AnupamSolved164Views0likes4CommentsHelp With Excel Line Graph "Switches"
I apologize if this query has already been raised before. I have been tasked with creating a graph that compares data across multiple years. With how cluttered the graph is becoming, I was curious if it was possible to show/hide certain data ranges through formulas. I am aware I can do so through the graph settings, selecting which data series to hide and such, however it is likely I will be switching comparison between different years on the fly, and was wondering if I could set a simple command that will allow to show/hide each year's data ranges as necessary? Or will I just need to suck it up and interfere with the graph settings every time?Solved96Views0likes2CommentsOverlap bar chart help
Newbie here & very green :) I'm creating a bar chart with 2 sets of data: start date & end date. See pix. I created the bar chart, all the bar starts out on the same date!. I need help here. I need a single bar with start-end dates. A step-by-step lesson would be appreciated very much. Please help. Thanks!52Views0likes1CommentTech Gurus I need your help.
I am trying to figure out a way that if the space on sheet 1 A1 has a 1 it will be copied to sheet 2 A1. If the space on sheet 1 has a 2 it will be copied to sheet2 to A1 and A2. Please tell me there is a way to do this easily! I trust you Excel Gurus! 1 James 2 Steve This then becomes James Steve SteveSolved196Views0likes8CommentsData in area chart not matching the source
Looking to see if anyone has any answers for my issue below. I am trying to track manpower for group A and B. In my table below, Group A is showing that their work will be completed in June. Group B is showing that their work will be starting in July. In my bar chart below, I am using it to visualize the data in the table above. The data shows that both groups are starting and completing in the correct months based off the data. In my area chart below, using the same data, I am using an area chart (which is preferred) to visualize this information. But the graph shows Group A completing in July and Group B staring in June. It shows that the work will be overlapping, which is not true. I am hoping that someone is able to help me figure out how to make the area chart correctly show the information from the table above instead of showing the workload overlapping.105Views0likes3CommentsBUG REPORT: Microsoft Excel Table Versioning Incompatibility Breaks Macro Logic
Excel tables now silently behave differently based on internal "versioning" (version 1 vs version 2), which is undocumented, invisible to the user, and directly breaks macros that previously worked across all sheets. There is no native method to identify which version a table is using, and users receive zero warnings when behavioral changes cause critical automation failures. Impact: .ListRows.Count and .ListRows(lastRow).Range.Delete fail inconsistently depending on the hidden version type Developers are forced to rewrite macros—not for logic reasons, but to compensate for Excel silently violating expected object behavior No version flag exposed in the UI, VBA, Power Query, or formula metadata Breaks trusted workflows for trainers, dashboard builders, and automation developers—especially during live sessions or instructional demos Forces users into non-consensual, destructive workarounds like converting the table to a range and rebuilding it from scratch. This should never be necessary. A user should not have to destroy a structured object to restore its usability. Repro Steps: Create a table via "Insert > Table" (defaults to version 2 silently) Copy data from older workbook sheets (some revert to version 1) Run macro using .ListRows(lastRow).Range.Delete Logic fails, errors, or behaves inconsistently Only workaround: convert table to range and rebuild—which is professionally unacceptable Temporary Workaround: On Error Resume Next With ActiveSheet.ListObjects(1) Dim lastRow As Range Set lastRow = .ListRows(.ListRows.Count).Range If Trim(lastRow.Cells(1, 1).Text) = "" Then lastRow.Delete End With On Error GoTo 0 Call to Action: Microsoft must publicly acknowledge the undocumented and silent divergence in structured table behavior between internal “version 1” and “version 2” implementations. This regression has: Broken established VBA logic Caused hours of untraceable macro failures Forced users into destructive workarounds Undermined trust during live instruction, client deliverables, and advanced workflow design Provided no way for users to identify table version—this is unacceptable We demand: Full disclosure of structured table version differences—what changed, why, and when Visible version metadata in Excel’s UI, VBA object model, and Power Query Behavioral standardization across workbook sources and creation methods Permanent removal of forced workarounds like converting tables to ranges just to restore row deletion logic Public bug tracking, resolution timeline, and community updates If Microsoft cannot provide these answers, then Excel structured tables must be considered unstable containers for automation. Developers and trainers cannot build trusted systems on invisible rules and undocumented regressions.84Views0likes1Comment