Forum

Riny van Eekelen
Riny van Eekelen
@riny
Moderator
Member
Joined: Jan 31, 2022
Last seen: Jul 7, 2026
Topics: 0 / Replies: 1444
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...

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

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

3 years ago
Reply
RE: IF(MEDIAN

Glad I could held. Happy Holidays!!

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

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

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

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

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

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

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

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

3 years ago
Reply
RE: IF(MEDIAN

Thanks for your patience with me perhaps being slow in understanding. But, when I look at the file you uploaded none of the events in the first sheet ...

3 years ago
Page 51 / 97
0