Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: May 22, 2025
Topics: 0 / Replies: 838
Reply
RE: Pivot Table

What version of Excel do you have?

5 years ago
Reply
RE: Where is calculated item in Power Pivot that used to be in Standard Pivot?

Calculated Items are calculated columns in the data model, not measures (which are the equivalent of calculated Fields.)

5 years ago
Forum
Reply
RE: Distinct count if

To work with your current version: =COUNT(1/FREQUENCY(IF($A$2:$A$26=A34,MATCH($B$2:$B$26,$B$2:$B$26,0)),MATCH($B$2:$B$26,$B$2:$B$26,0))) array e...

5 years ago
Reply
RE: Excel advanced filter Wildcards acting weird

FYI, you are slightly mistaken in your belief that advanced filter generally looks for exact matches. For text values, it actually looks for anything ...

5 years ago
Reply
RE: Can the Index function return a named Array to use in another Index function?

It's not clear to me what result you want. INDEX takes three arguments (at most): a range, a row number and a column number. Since your named ranges a...

5 years ago
Reply
RE: Transpose with an Index Number

FWIW, the syntax to Table.AddIndexColumn changed to add a new fifth parameter (the columnType), which is why Mynda's version doesn't work in 2016.

5 years ago
Reply
RE: Excel for Mac | Decimals commas vs full stops.

How exactly do you download the data set?

5 years ago
Reply
RE: Countifs using a list of values from another table?

It looks to me as though you can do it without altering the table structures by using: =SUMPRODUCT(COUNTIFS(Features[T-Shirt Estimate], G$16, Featu...

5 years ago
Reply
RE: Runtime Error 91 "Object Variable or with Block Variable not Set"

But you can't have multiple files with the same name open in the same Excel instance.

5 years ago
Forum
Reply
RE: CountIFS when trying to calculate number of equal or less than dates compared to another date

Gary Buglass said In the example above, Row 22 is not equal or less than : 2nd June is after the due completion date of 29 May I know - that's w...

5 years ago
Reply
RE: CountIFS when trying to calculate number of equal or less than dates compared to another date

Where do you get 5 from? Only the first 5 rows have a due date less than or equal to 29-May-20 and the actual completion date in row 22 is after 29-Ma...

5 years ago
Reply
RE: Find what causes vba to trigger

Row 10 is the top row of your table, and you can't use formulas in header cells, which is why they are disappearing. I'm not quite sure where it is ge...

5 years ago
Forum
Reply
RE: Find what causes vba to trigger

Do you have any workbooks loaded that have userforms with controls linked directly to cells (using controlsource property)? That could cause exactly w...

5 years ago
Forum
Reply
RE: Excel cannot open this file - The file format or file extension is not valid.

Also note that you can't use Scripting.Filesystemobject on a Mac, and Dir doesn't always work terribly well either.

5 years ago
Forum
Reply
RE: How to Create Textboxes at Runtime in a Userform with VBA

So you want one new textbox per click of the button? Where should it be placed?

5 years ago
Forum
Page 44 / 56