Forum

Riny van Eekelen
Riny van Eekelen
@riny
Moderator
Member
Joined: Jan 31, 2022
Last seen: Aug 26, 2025
Topics: 0 / Replies: 1295
Reply
RE: Assistance needed with formula that should ignore hidden cells

I took the liberty to add some more helper columns (shaded orange) to make it easier to follow (mostly for myself). and I also changed the logic of de...

2 years ago
Reply
RE: Challenge in power query

Please clarify why, for instance, the three transactions for Customer AA, Product P1 with amounts (I believe you mean quantities) of 10, 20 and 30 (to...

2 years ago
Forum
Reply
RE: Assistance needed with formula that should ignore hidden cells

The formula in F seems to return Yes for the smallest value in each group of visible line numbers where certain other cells are not empty. The formula...

2 years ago
Reply
RE: preventing spill error

Thanks for the file. As Velouria suggested, why don't you remover the cells where you already entered the LEFT, MID and RIGHT formulas (although your ...

2 years ago
Reply
RE: IF(MEDIAN

Glad I could held. Happy Holidays!!

2 years ago
Reply
RE: preventing spill error

Can't you move the cells that TEXTSPLIT want to spill into? Or put the formula somewhere else? If not, can you upload a file please? Then we don't hav...

2 years ago
Reply
RE: How to synchronize and Excel Table and Pivot Table after filters were applied in the Excel table or the pivot table.

That's a brand question. Would you mind uploading a file with an example data table, pivot table and the expected results?

2 years ago
Reply
RE: How many times in the last 365 Days

I believe that would be: =COUNTIFS(Personnel Names Column,Individuals Name Cell, Dates Column, ">="&EDATE(TODAY(),-12)) You'll find a wor...

2 years ago
Reply
RE: Add columns through iteration

Thanks! I see what you are doing and understand that you don't want this custom column referencing each and every column. The solution would be to unp...

2 years ago
Forum
Reply
RE: IF(MEDIAN

Okay, now it's fixed but it aint pretty. You need to add some checks to see if the event spans less then a and doesn't include a the Monday of the wee...

2 years ago
Reply
RE: Add columns through iteration

It's difficult to follow what the code does without seeing the underlying data. Could you share a workbook with some example data (non confidential bu...

2 years ago
Forum
Reply
RE: IF(MEDIAN

OK, clearer now. The MEDIAN function was designed to see iff the date in row 2 on the EXTRACT sheet would fall between the Start and End dates. in the...

2 years ago
Reply
Reply
RE: Sum a spilled range from current column and to the left?

Try this one: =SCAN(0,BYCOL(B1#,LAMBDA(x, SUM(x))),LAMBDA(a,v,a+v)) Broken down is two steps: BYCOL( B1#,LAMBDA( x, SUM(x) ) ) this w...

2 years ago
Page 41 / 87