Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Transpose specific rows to columns

Hi Anthony, I would not call that a problem, the tabular structure you have is the best structure possible. From this point, just load to a pivot t...

4 years ago
Forum
Reply
RE: How to remove columns from list

Instead of removing columns, why not provide the list of those you need to keep? KeepColumns = Table.SelectColumns(TableName, ListOfColumnsToKeep) ...

4 years ago
Forum
Reply
RE: How to check if value exists in column

In this case, Source is the TableKeys: Source = Excel.CurrentWorkbook(){[Name="TableKeys"]}[Content], If you refer to Source[TableName] column, thi...

4 years ago
Forum
Reply
RE: How to get minimum value with condition like MINIFS formula in Power Query?

Hi Kumar, Can you provide some sample data? The data you have provided looks like the desired output, not initial data. You should be able to do...

4 years ago
Forum
Reply
RE: Duplicated lines now I just need to update/increment information in lines automatically....

Hi Eleanor, For numbering grouped data, you can find a tutorial here: It's not clear on what basis the first group starts at 18 and the second gr...

4 years ago
Reply
RE: Create multiple select dropdown lists with randomization

Hi Leea, All I changed in your code is this: If Not Intersect(Target, Test_list.Range("Test_1, Test_2, Test_3")) Is Nothing Then To: I...

4 years ago
Forum
Reply
RE: textbox.setfocus is executing textbox_exit event twice

Hi Raj, At the top of the form module, add this variable: Private EnableFormEvents as Boolean Changes to: Private Sub ListBox1_Chang...

4 years ago
Forum
Reply
RE: Problem with VBA Macro to scrape and validate IBANs and BICs in Excel

It's not working because you have 3 Next statements, but only 2 For statements (duplicate closing statement): Next htmlim Next htmlim Next

4 years ago
Forum
Reply
RE: Insert an Image in a Csv file that changes the name from time to time

Punctually I got a writing that explained in broad outline what you just said. What do you mean? Where do you got the writing from?

4 years ago
Forum
Reply
RE: Insert an Image in a Csv file that changes the name from time to time

A CSV is a text file: you cannot have anything else except text in a csv, no images, no formatting, no objects.

4 years ago
Forum
Reply
RE: Automating repeating steps with Power Query function

Yes, I create the functions from queries, replacing the variables with function arguments. You can convert a function back to a normal query: //...

4 years ago
Forum
Reply
RE: Using 'From File from Folder' doesn't handle errors or ''key' doesnt exist

As Phil mentioned, hard to debug without seeing. We need to see sample data, not your real data, there cannot be any company rule to to stop you fr...

4 years ago
Forum
Page 45 / 130