Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: May 22, 2025
Topics: 0 / Replies: 838
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?

2 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...

2 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! 🙂

2 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...

2 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"

2 years ago
Forum
Reply
RE: If Or Left

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

2 years ago
Reply
2 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.

2 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):

2 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.

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

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

2 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...

2 years ago
Reply
RE: Excel YIELDMAT function problem

It is not inexplicable. The return includes interest, which is calculated from issue date to maturity. If you move the issue date, then more (or less ...

2 years ago
Reply
RE: Excel YIELDMAT function problem

The interest is calculated from issue to maturity. If you make the issue date earlier, then the portion of interest applicable to the settlement value...

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

You've misunderstood the date parts. You should add a year for the maturity date, not 360 days. If you check the results of YEARFRAC(B2,B3) for exampl...

2 years ago
Page 17 / 56