Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Trusted Data

I didn't say that you will have different HQ column names, what I said is that you should not have other column than HQ columns, regardless of the HQ ...

4 years ago
Forum
Reply
RE: Trusted Data

You're welcome. If works, there is nothing to review. Code is already using Unpivot Other Columns in order to handle any new possible columns, i...

4 years ago
Forum
Reply
RE: Trusted Data

Between Added Custom 1 and Added Custom2 steps, add a new column with this formula: =List.Sum([Custom][Count]) The full step should look like: =...

4 years ago
Forum
Reply
RE: Query(power) and manual data input

You can try visual basic coding. But... if you run the codes again, what you type in the output area will also be replaced, unless you have a code ...

4 years ago
Forum
Reply
RE: Query(power) and manual data input

Power query result tables should not be edited, each time you refresh the query will read the source and reload data, overwriting what you edited. ...

4 years ago
Forum
Reply
RE: Trusted Data

Indeed, if the ID's are not unique there will be an issue, there is a grouping step that will group all rows with the same ID. If you make the ID's un...

4 years ago
Forum
Reply
RE: VBA Code Not Running On All Computers

That happens in all versions, if you copy the sheets MANUALLY. Copying sheets in VBA is another story, the usual user interface automation is not func...

4 years ago
Forum
Reply
RE: Add new column based on Criteria in another

Hi Furqan, You can add the new column with this formula: if List.ContainsAll(Text.Split([Description]," "), {"New York", "Manhattan", "Times Sq...

4 years ago
Forum
Reply
RE: Trusted Data

Macros can do almost anything, but why just Macro? Power Query can do it much easier than coding, see an example attached.

4 years ago
Forum
Reply
RE: VBA Code Not Running On All Computers

Hi Michael, The error means that you are trying to copy a worksheet that already exists in the destination. You cannot copy Sheet1 from Book1 in...

4 years ago
Forum
Reply
RE: How to fix this problem on Attachments.Add

Google might be leaking, but I can't understand your english unfortunately, total nonsense. I provided a fix, let us know if works for you.

4 years ago
Forum
Reply
RE: How to fix this problem on Attachments.Add

"I state that here you could only expect the best of instructions, even of a personal nature." Can you please use google translate? What does thi...

4 years ago
Forum
Reply
RE: How to fix this problem on Attachments.Add

Hi Maurizio, Your profile is next to ALL your messages, saying your name when the profile is next to your message is redundant. You're welcome anyt...

4 years ago
Forum
Reply
RE: How to fix this problem on Attachments.Add

Hi Maurizio (by the way: we all know your name is Maurizio, after 159 posts 🙂 ) Attachments.Add is an Outlook instruction, it simply cannot be use...

4 years ago
Forum
Reply
RE: Replace a certain row's data with another

Not following what you mean. Can you please try again with more data examples?

4 years ago
Page 49 / 130