Forum

Riny van Eekelen
Riny van Eekelen
@riny
Moderator
Member
Joined: Jan 31, 2022
Last seen: Jul 8, 2026
Topics: 0 / Replies: 1444
Reply
RE: Complex remove duplicates

Hi Eric, I believe Power Query (PQ) is ideal for this kind of task. Connect to the "blue table" that comes from the system. Then PQ can group all r...

4 years ago
Reply
RE: formula to determine who should be charged

Hi Mel, I don't think this it's possible with just a formula. But you could use Power Query to allocate each ticket to a specific time slots during...

4 years ago
Reply
RE: Importing data from a folder, Expand a table not working

I see. The individual files are just too inconsistent, I'm afraid. I believe you should put some effort into developing a template that can be used fo...

4 years ago
Forum
Reply
RE: Importing data from a folder, Expand a table not working

Strange. Must have done something wrong. Trying again.

4 years ago
Forum
Reply
RE: sheet name references

Try this: =INDIRECT("'"&G4&"'!BE11") Note the single quote marks that surround the sheet name that is in G4. It's important that the ent...

4 years ago
Reply
RE: Importing data from a folder, Expand a table not working

Hi, I added a "regular" From Folder query to your file. It connects to a Folder called TEST in my own set-up. Change the source to make it point to...

4 years ago
Forum
Reply
RE: Importing data from a folder, Expand a table not working

Difficult to diagnose. I note that your files have mostly Italian column names, but some have English for the same type of data. That would be difficu...

4 years ago
Forum
Reply
RE: Transform a title to numbers to generate a unique code

Hi Hevin, The file did not come across. Please try again and don't forget to press "Start upload" before submitting your reply. Riny

4 years ago
Reply
RE: COLOR WISE TOTAL

You need a User Defined Function for this in VBA. I found a piece of code in a collection of old files that works provided that you color the cell wit...

4 years ago
Reply
RE: PowerQuery: Calculate Aging Buckets

You can add a custom column with the following code: = if [Age of Encounters] > 5 then 1 else null That adds a column with ones and n...

4 years ago
Forum
Reply
RE: PowerQuery: Calculate Aging Buckets

If you connect to Files From a Folder, you will see an overview of all files in the folder with the following columns (screenshot below): Note...

4 years ago
Forum
Reply
RE: Importing data from a folder, Expand a table not working

Hi Ricardo Not sure I follow everything, but when you connect to Files from a Folder, PQ creates some Helper Queries including a "Transform File" f...

4 years ago
Forum
Reply
RE: Index/Match Error

Well, when you look at my formula you can workout the correct syntax. =INDEX(Sheet2!$C$2:$C$360,MATCH(Sheet3!A3,Sheet2!$B$2:$B$360,0)) or in words ...

4 years ago
Reply
RE: Index/Match Error

Perhaps like in the attached workbook?

4 years ago
Reply
RE: PowerQuery: Calculate Aging Buckets

As a variant, please see the attached file. Same end result as Jessica. Different method. I thought is was easier to prepare the bucket list in Excel ...

4 years ago
Forum
Page 80 / 97
0