Forum Widgets
Latest Discussions
power querry
Hi everyone, I've run into a recurring issue: after refreshing a Power Query that's loaded into an Excel Table, a completely blank column sometimes appears that doesn't exist in the query output itself. In my case the table starts at cell B2, and the blank column shows up right next to my actual data. My working hypothesis is that this happens when the number of columns returned by the query decreases compared to a previous refresh: Excel's Table object doesn't always shrink to match the new result, so it keeps a "ghost" column inherited from the previous load's structure. However, This behavior seems unpredictable: when I went from 10 columns down to 5, I could only got one extra blank column, not five. Has anyone else experienced this? Is there a reliable way to force the Table to always match the query's current column count exactly, instead of refreshing on top of the old structure? And if the "ghost column" theory is right, why would only one extra column show up regardless of how many were actually dropped? Thanks in advance!LéaJun 23, 2026Copper Contributor110Views0likes8CommentsFrozen App
I am a novice in Excel and my spreadsheet and all Excel functions are frozen by the appearance of a pop-up that includes a GoTo field first and a Reference field below that . I am guessing that this box is part of creation of some formula(?) but I have no idea how to clear it. It will not cancel, delete, or "x out"; I rebooted the entire computer hoping to reset but it didn't work and it has locked up everything. Is there a way to cancel this action and save my open spreadsheet? JT26JT26Jun 22, 2026Occasional Reader5Views0likes0CommentsRounding Issues
I am trying to create a "change maker" spreadsheet. We have a need to determine monetary denominations for several clients for refunds... A B C D E F G H I J K L Random Money 100 50 10 5 1 0.25 0.10 0.05 0.01 775.1047 775.10 7 1 2 1 0 0 1 0 0 $775.10 949.3219 949.32 9 0 4 1 4 1 0 1 2 $949.32 947.3099 947.31 9 0 4 1 2 1 0 1 0 $947.30 1231.75 1231.75 12 0 3 0 1 3 0 0 0 $1,231.75 1180.4836 1180.48 11 1 3 0 0 1 2 0 2 $1,180.47 1486.3901 1486.39 14 1 3 1 1 1 1 0 4 $1,486.39 59.166 59.17 0 1 0 1 4 0 1 1 2 $59.17 1450.5418 1450.54 14 1 0 0 0 2 0 0 3 $1,450.53 1042.6726 1042.67 10 0 4 0 2 2 1 1 2 $1,042.67 88.9004 88.90 0 1 3 1 3 3 1 1 0 $88.90 457.3006 457.30 4 1 0 1 2 1 0 1 0 $457.30 The formulas: A: ROUND(RAND()*(1500-30)+30,4) - random number generator to create random money amounts between $30 & $1500 B: ROUND(A3,2) - round A to 2 decimal places for money C2: INT(B3/$C$2) - Calculate $100's (simple) C3: =INT(($B3-(SUMPRODUCT(ROUND($C$2:C$2,2),ROUND($C3:C$3,2))))/D$2) - Calculate each other denomination - requires keeping track of current balance.. D3:K3 - Similar to C3 adjusting for col/row... D3-K3 are same as D2 adjusted for col/row... L3: ($C$2*C3)+($D$2*D3)+($E$2*E3)+($F$2*F3)+($G$2*G3)+($H$2*H3)+($I$2*I3)+($J$2*J3)+($K$2*K3) - Error Checking... The problem is in the Pennies column. Sometimes it is off by $0.01 as in rows 4, 6, & 9 A secondary problem that I am having is copying formulas with $... Sometimes when I copy a formula down that has ROUND($C3:H$3,2) for example, the H$3 turns into H3 and the $ is removed. In other cases it is added where it didn't exist. Is this normal behavior? I thought the $ was there to fix the row/col reference? MKSolvedJuJuBeeJun 22, 2026Copper Contributor40Views0likes2CommentsExcel Pivot table showing only part of one row
Hello, I have an Excel pivot table that literally has one row that shows data for the 1st 3 columns and then no data for the remainder of the columns in the pivot table. All other rows in the pivot table show data for every field in the pivot table (as long as there is data in the underlying data source). The data source for the row in question is fully populated and contains no trailing spaces or other oddities that I can see. What could be causing this and how can I fix it so the data shows properly in my pivot table for this one row? (Some cell info. partially blanked out intentionally)SolvedPatDoolsJun 21, 2026Brass Contributor142Views0likes3CommentsFormula Excel Help
Hi, I'd like to create a formula which looks at column F and if it contains words, "Jay", "Em" then to go to column B AND C and if they both state 'Complete' or 'NA' then to return words in column D with 'Case Closed' If column F does not contain 'Jay' or 'Em' then return a blank If one of the two Column B and C contain any other words then column D should return words 'Case Open' Hope that all makes sense. Is this possible? At the moment I have a formula which only looks at column B and C, this is the forumla with the actual column table headers: =IF(AND([@[Servicing Status]]="Complete", [@[Complaint Status]]="Complete"), "Case closed", "Case Open")SolvedJna3276Jun 20, 2026Copper Contributor9.6KViews0likes24CommentsPivot Table
Hi everyone, I have an issue with the pivot table. There are filters from slicers and row labels in the table; when I double-click on any category from the table to see the filtered data, Excel fetches all data, not just what I filter on. Like below, I filtered from the slicer, and from the row labels, (Bills) should be between 100,000 and 200,000. I would like to see the (Bills) for (Central) in the (Start), but it gives me 632,478 and bills less than 100,000 and 200,000, not the 3 clients. Even if I tried from (In Progress), it's the same; it brings all data. The issue is only with the Bills column, but other filters come up correctlyAhmed9Jun 20, 2026Copper Contributor75Views0likes1Commentexcel crashes changing font color
hi all, here is a good one. in excel (via microsoft365) I can open a speadsheet and enter data into a cell. I can't change anything with the font, color etc from the ribbon or the right click menu. It works with keyboard short cuts. Excel just hangs until I am forced to crash. I have tried with an existing spreadsheet on a different PC and it works fine. I have tried with a new blank spreadsheet with entry only in one cell, same. repaired MS 365, fast and slow, uninstalled and reinstalled to no avail. I am at a loss, any clues or directions? cheersgalowglassJun 19, 2026Copper Contributor21KViews2likes15Comments
Tags
- excel43,845 Topics
- Formulas and Functions25,374 Topics
- Macros and VBA6,567 Topics
- office 3656,331 Topics
- Excel on Mac2,739 Topics
- BI & Data Analysis2,489 Topics
- Excel for web2,011 Topics
- Formulas & Functions1,716 Topics
- Need Help1,703 Topics
- Charting1,699 Topics