Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Jun 10, 2026
Topics: 0 / Replies: 841
Reply
RE: Unpivot data in Power Query

Specify an action for the values column (eg Sum). The formula should look like: = Table.Pivot(#"Changed Type", List.Distinct(#"Changed Type"[H...

3 years ago
Forum
Reply
RE: Changing shape colours

There is no code there to change font? Application.Caller will only work if the code is called by clicking a button.

3 years ago
Forum
Reply
RE: Changing shape colours

You can't write Or criteria like that - you have to repeat the test of the shape name each time. If shp.Name = "btn_Hetton" Or shp.Name = "btn_GMH"...

3 years ago
Forum
Reply
RE: Weighted averages in PivotTable vs PowerPivot are not consistent

If you only have one table, then a PP pivot should behave much the same as a regular pivot table. Any chance you can post a workbook?

3 years ago
Forum
Reply
RE: Weighted averages in PivotTable vs PowerPivot are not consistent

From your description, I'd say your relationships are not set correctly, or there's an issue with which fields you are using in the pivot table. Filte...

3 years ago
Forum
Reply
RE: INDIRECT TAB YEAR & CELL REF OTHER THEN JUST YEAR (YYYY)?

FYI, cross-posted here: In future, please provide links if you cross-post. Thanks! 🙂

3 years ago
Reply
RE: Weighted averages in PivotTable vs PowerPivot are not consistent

A PP calculated field is a measure. All you need to do in PP is explicitly add the SUM function that a regular pivot table implicitly does (since it's...

3 years ago
Forum
Reply
RE: Convert Macro from DATE to Version

You can use something like this: File_Name = Range("E4").Value & Format$(Range("H4").Value, "000") & ".xlsb"

3 years ago
Forum
Reply
RE: If Or Left

FYI, that formula did not require array entry since the criteria involved used an array constant.

3 years ago
Reply
3 years ago
Forum
Reply
RE: Searching for words from a list in a range on a separate sheet

It would be easier to help if you posted a link to a workbook, rather than pictures.

3 years ago
Reply
RE: Excel YIELDMAT function problem

This page will explain to you how YIELDMAT works (it's for Calc, but Excel works the same):

3 years ago
Reply
RE: Unexpected result from YIELDDISC, DISC, INTRATE and PRICEDISC functions.

That is clearly not the case. If it were, then using YEARFRAC or DAYS360 on your dates would give you 1 and 360. They do not.

3 years ago
Reply
RE: Dynamic array formula (group by)

What is the source data - a spill range (or several), regular range, or table?

3 years ago
Reply
RE: Unexpected result from YIELDDISC, DISC, INTRATE and PRICEDISC functions.

I know that. But if you simply add 360 days to a date, you have actually added 11 months plus a certain number of days. Each of those months will only...

3 years ago
Page 17 / 57
0