Forum

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

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

3 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'...

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

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

3 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?

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

3 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,...

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

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

3 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()-...

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

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

3 years ago
Reply
RE: Search code not working all the time

Yes, that is the issue. I assume you have done exactly that in the sample workbook because now you have a mix of actual numbers and numbers stored as ...

3 years ago
Forum
Reply
RE: Search code not working all the time

There's no file attached but, in the meantime, if your codes are stored as text in the worksheet, then that code won't find them because it converts a...

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

You could do it with power query if you have it, as in the attached version of your workbook. If you have 365 (or 2021 I think) you could use FILTE...

3 years ago
Page 29 / 56