Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Jun 11, 2026
Topics: 0 / Replies: 841
Reply
RE: Sum with Dynamic Column List

With a list of matching column names, you can get the sum using something like: List.Sum(Record.ToList(Record.SelectFields(_, MatchingColumnNames))...

4 years ago
Forum
Reply
RE: Compile error having copied your "Display all...userform

Your Results control is a textbox, but should be a Listbox.

4 years ago
Forum
Reply
RE: Filter Function with Offset not working.

Try: =FILTER(Sheet1!$B$6:$AG$600,ISNUMBER(SEARCH($B$2,INDEX(Sheet1!$B$6:$AG$600,0,MATCH($B$1,Sheet1!$B$6:$AG$6,0)))))

4 years ago
Reply
RE: Getting 438 Error

getElementsByName returns an HTMLCollection, not a single element, so it doesn't have a value property.

4 years ago
Reply
RE: RANKX function within Power Pivot

Do you recommend any books or training courses that differentiate Excel formulas with Power Pivot functions? Well, given where we are, I think I'...

4 years ago
Forum
Reply
RE: RANKX function within Power Pivot

Actually, a calculated column gives you less flexibility since it will always be based on set criteria and not respond to any filters in place on your...

4 years ago
Forum
Reply
RE: TEXTJOIN with blank cells

TEXTJOIN already has the option to ignore blank cells, so just: =TEXTJOIN("/",TRUE,a2:b2) should work.

4 years ago
Reply
RE: HOW DO YOU FREEZE PANES IN EXCEL?

The instructions are in the link you posted. Which part are you stuck with?

4 years ago
Reply
RE: RANKX function within Power Pivot

I presume you mean you are trying to use it in a calculated column? If so, I think we'd need to see the model and know what level you want the ranking...

4 years ago
Forum
Reply
RE: Dynamic Formula's causing a problem

If you only want one value back from each formula, either change the Ref to only be the first cell in the table column, or use OFFSET(Ref, Match(), 0,...

4 years ago
Reply
RE: vlookup #N/A

The cell format being number does not necessarily mean that the data is actually stored as a number. From your description, either you have an actual...

4 years ago
Reply
RE: Can help me to run this userform on 64 bit Office

Try moving the code back to the Initialize event, as in the attached version.

4 years ago
Forum
Reply
RE: True and False on number relationship

I think you just need to amend the formula to: =IF(ROW()<$T$2,"",COUNTIF(INDEX(RELATIONSHIP!$B$3:$J$92,OFFSET(INDIRECT('SALES BOOK'!$R$2),ROW()-...

4 years ago
Reply
RE: VBA - Inserting Formula, getting Object-defined Error

You had a few errors in that code. Try this version instead: Private Sub FormulaFill() Dim LastRowColumnA As Long ' Section Map With W...

4 years ago
Forum
Reply
RE: combine list of data with same component number groupings

If the data layout is the same, you could save the workbook as a template and just copy different data sets into it.

4 years ago
Page 29 / 57
0