Forum

Riny van Eekelen
Riny van Eekelen
@riny
Moderator
Member
Joined: Jan 31, 2022
Last seen: Aug 28, 2025
Topics: 0 / Replies: 1296
Reply
RE: Rename Column Names Dynamically

OK but can you share a file? I find it hard to visualize what exactly you are doing.

2 years ago
Forum
Reply
RE: Average IFS Error

Cahnge the formula to: =FILTER($C$2:$C$181,($A$2:$A$181=B184)*BYROW(SEARCH({"Assistant","Supervisor","Floor"},$B$2:$B$181),LAMBDA(a,COUNT(a)))) an...

2 years ago
Reply
RE: Rename Column Names Dynamically

You asked the same (or at least a very similar) question before and you mentioned that you had resolved the problem "in another way". What has changed...

2 years ago
Forum
Reply
RE: Getpivotdata not auto-populating the formula

GETPIVOTDATA works with items you placed in the Values area. Perhaps the attached file helps you on your way.

2 years ago
Forum
Reply
RE: Rename Column Names Dynamically

Perhaps the attached file helps you on your way. If not, please come back here.

2 years ago
Forum
Reply
RE: A problem with the formula

That's a monster of a formula! As far as I can see, the fourth nested IF has no 'if_false' defined. For row 13 the value returned is FALSE (i.e. 0). A...

2 years ago
Reply
RE: PIVOT TABLE - GET DIFFERENCE FOR months as total of SUB TOTALS

I used your question to learn something new myself, so thank you! You would really need to use Power Pivot and the Data Model for this. Inspired by...

2 years ago
Reply
RE: Multiple match issue: Excel search a cell for a list of words

The article you refer to is from 2013 and works only when you want to search and return one word. In your example in A2 you have both the 5th and 6th ...

2 years ago
Reply
RE: How to add weekly three columns of data to an existing table

I doubt that PQ is the correct tool for what you are describing. The report is formatted as a 'finished product' with sub-totals (formulas I presume),...

2 years ago
Forum
Reply
RE: Sort list dynamically but starting from today

Provided your Excel version supports the rather new VSTACK and TAKE functions, you could have a look at the example in the attached file and see if it...

2 years ago
Reply
RE: Calculation of hours

Please see attached. Is that what you need?

2 years ago
Reply
RE: Average IFS Error

Criteria entered in AVERAGEIFS work like an AND function. Only items for which all criteria are met will be included in the average calculation. Ob...

2 years ago
Reply
RE: How can I make Column B a dynamic Array?

Alternatively, in B6 enter: =FILTER(VSTACK(F5,F6#),VSTACK(F5,F6#))

2 years ago
Reply
RE: Calculation of 36 hours of rest

I believe you are over-complicating the matter. The formula in I4 can be as simple as: =IF((G4-H4)*24>=36,"Yes","No") No need to use MOD in t...

2 years ago
Reply
RE: Filtering by date and getting required date format in the result.

Perhaps like in the attached. I removed the automatic grouping and then manually grouped the Completion Time in Years, Qtr, Mth. That kept the individ...

2 years ago
Page 53 / 87