Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Mar 30, 2025
Topics: 0 / Replies: 836
Reply
RE: Power Pivot Data Model - Relationship issue in pivot table

Do you have a value field in the pivot table? If not, you will end up with what you describe.

5 months ago
Forum
Reply
RE: Remove password

No. You have to open the workbook before you can do that, so you'd have to brute-force guess the password which would probably not happen in your life...

5 months ago
Forum
Reply
RE: formula

As Mynda alluded to, the results you posted are not the result of that formula with those inputs, so clearly one of them is incorrect. The results app...

6 months ago
Reply
RE: Failure To Refresh In Power Query

Are you replacing the original file, or adding a new file to a folder? If the latter, did you use the From Folder option when creating the query? ...

6 months ago
Forum
Reply
RE: A strange thing happened in Power Query

No, not quite. You are using each List.Accumulate, so the List.Accumulate is processing the list in each row of the Custom column, one at a time. It i...

7 months ago
Forum
Reply
RE: A strange thing happened in Power Query

For each row, the List.Accumulate is processing each item in the list that is in the Custom column, and it loops through that list adding each item to...

7 months ago
Forum
Reply
RE: New checkboxes on Excel 2021

I'd be very surprised if they are in 2024 given that the LTSC version of that came out before Checkboxes were on general release in 365. There is no m...

7 months ago
Reply
RE: Pivot table totals showing as %

You might find it easier to move the Values field above the Year in the Column field area. That way, all the hidden columns will be together at the en...

7 months ago
Reply
RE: Pivot table totals showing as %

If you use Power Pivot, you can do it by creating a column set. Assuming the years will change in the future, you'll either need to edit the set when ...

7 months ago
Reply
RE: Excel VBA worksheet protection

You can use Ribbon XML to disable or intercept those commands. Ron de Bruin's old Ribbon pages are now hosted on Jan Karel Pieterse's website thankful...

8 months ago
Forum
Reply
RE: Select the Name in the Data Validation list on a cell value then the same name run the sub macro

Cross-posted: mrexcel.com/board/threads/select-the-name-in-the-data-validation-list-on-a-cell-value-then-the-same-name-run-the-sub-macro.1263786/ ...

8 months ago
Forum
Reply
RE: VBA to select a slicer item when all possible slicer items are not yet available.

Will the item you want to select always be present? If not, what do you want to happen?

8 months ago
Forum
Reply
RE: Debug Error at .To for email value

The code shown in your picture is not the same as the code in your post. The code in the post properly uses a fully qualified range (you specified the...

8 months ago
Forum
Reply
Reply
RE: Use Sumifs with the Left function

You cannot use functions on the ranges in a SUMIFS formula as that would return an array, not a range, and the function will not accept anything other...

8 months ago
Page 2 / 56