Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Getting value from another column according to last occurrence

Build a list in PQ if you don't want to use the table. The final part of the code should be: Cancelaciones={"Cancelacion", "Cancelación Corto ...

5 years ago
Forum
Reply
RE: Combobox v DropDown list

Can you provide the sample file?

5 years ago
Forum
Reply
RE: Combobox v DropDown list

Hi Mel, Why are you saying that a dropdown is limited to 8 rows? Please prepare a sample file that works with the code, we cannot recreate and t...

5 years ago
Forum
Reply
RE: Getting value from another column according to last occurrence

You can try the attached file, there are 2 queries. One with a step by step approach to get the result, the other with 1 formula only, but it basicall...

5 years ago
Forum
Reply
RE: Getting value from another column according to last occurrence

No file attached, please try again. If you can provide the worksheet formulas as well, will be helpful.

5 years ago
Forum
Reply
RE: List.Accumulate applied second time doesn't work

No, it's because first is using Text.BeforeDelimiter and the delimiter is at the end of the string, and the second is using AfterDelimiter but the ...

5 years ago
Forum
Reply
RE: List.Accumulate applied second time doesn't work

In the second, that is using TextAfterDelimiter, use: Text.AfterDelimiter(_, ReplacementItem,{0, RelativePosition.FromEnd})

5 years ago
Forum
Reply
RE: How did you learn VBA?

Hi Rubas, Took me 20 years to get there 🙂 Mynda recommends this vba course. A good idea is to follow the VBA section of the forum, and try t...

5 years ago
Forum
Reply
RE: How to marry two excel files for inventory and fulfillment?

Hi Motar, A Marriage is not simple, you might need an excel priest for this. An inventory system must respect a few rules, like FIFO or LIFO, th...

5 years ago
Reply
RE: Changing pivot chart axes.

Can you please provide a sample file with the chart you mentioned?

5 years ago
Forum
Reply
RE: It is possible to change queryName in M language?

No, it's not like VBA where you can control other objects. But, you can use VBA to change a query.

5 years ago
Forum
Reply
RE: Documenting query relationships

Hi Trevor, There are no relationships in Power Query. However, if you load the query results to Data Model, you will be able to create relations...

5 years ago
Forum
Reply
RE: Transfer of data slow when pressing command button

You also have to review what you are doing with that form data, some values are written in the same place without any sense (to me at least): Cells...

5 years ago
Forum
Reply
RE: Transfer of data slow when pressing command button

Here is an example of collecting data into an array and transfer to sheet. Note that the transfer is instant if you disable calculation manually be...

5 years ago
Forum
Reply
RE: Transfer of data slow when pressing command button

If you disable calculation, the transfer to sheet will be almost instant, in less than 1 second. Because you have just a few rows to add, what you hav...

5 years ago
Forum
Page 64 / 130