Forum

Riny van Eekelen
Riny van Eekelen
@riny
Moderator
Member
Joined: Jan 31, 2022
Last seen: Aug 30, 2025
Topics: 0 / Replies: 1296
Reply
RE: Filter a table based on a List Query

Use this line of code to filter the RowData based on a list. Table.SelectRows(#"Changed Type", each List.Contains (GLTotals, [RowData])) Read mo...

2 years ago
Forum
Reply
RE: Create a list of decimal numbers between values in two columns

Just wondering why List.Numbers is needed. You can add a column like: List.Transform( {[Start]*10 .. [End]*10}, each _ / 10 )

2 years ago
Forum
Reply
RE: Inserting text if condition

If you could attach a file (not just an image) it'll be easier to help.

2 years ago
Forum
Reply
RE: How to create multiple criteria functions

Depending on the Excel version that you are using one or both formulas in the attached file should work.

2 years ago
Reply
RE: Dynamically add YTD amounts for multiple rows / occurrence in excel

I have added three possible solutions to your file. Depending on the Excel version you are using, these may or may not work for you. And as often is t...

2 years ago
Reply
RE: Problem with circular reference

I'd say you need to find a different calculation. Perhaps the attached file helps you on your way. If not please clarify your intentions. You still ha...

2 years ago
Reply
RE: Problem with circular reference

Currently Column G conditionally sums values from Column H. In turn, Column H depends on the value in column G in cases where the second IF is evalua...

2 years ago
Reply
RE: Unpivot groups based on null value

Perhaps the mock-up based on your example helps you on your way in your real file. If not, please do as Mynda suggested.

2 years ago
Forum
Reply
RE: Problem converting an hour to a decimal number

I believe you are struggling with calculating durations where end times may go beyond midnight. Since you are adding 1 to certain values in the formul...

2 years ago
Reply
RE: Problem converting an hour to a decimal number

Not sure what you are asking but perhaps the formulas in column M do what you need. If not, come back with some clarification.

2 years ago
Reply
RE: Convert number to hour format

When you enter 0018 in a 'General' formatted cell, Excel ignores the leading zeroes. In such a case, the formula joins an empty string with ":18" K...

2 years ago
Reply
RE: Ordering columns in a pivot table

Great!! Glad I could help. R

2 years ago
Reply
RE: Ordering columns in a pivot table

I'm confident that it will work

2 years ago
Page 54 / 87