Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Filter range table range

Well, there is a cure for that. At Workbook_Open, a code can unhide the necessary sheets, only if macros are enabled. If not, users will see just a...

8 years ago
Forum
Reply
RE: Filter range table range

Matthias said A disadvantage of using UDF could be that you have to have the content activated and by default it is deactivated. Correct? So I stil...

8 years ago
Forum
Reply
RE: Filter range table range

Check your excel updates also, maybe you hit an old solved bug, who knows. I noticed that your loaded query s not looking right, but when I apply t...

8 years ago
Forum
Reply
RE: Create, email, and file PDF for specific worksheets

Catalin Bombea said Hi Todd, Check the PDF Name, it's in these lines: 'Current month/year stored in M1 (this is a merged cell) Curren...

8 years ago
Forum
Reply
RE: Filter range table range

Hi Matthias, Do you have the same filtering issues on the sample file you sent? I as not able to reproduce the issues you described, no matter how ...

8 years ago
Forum
Reply
RE: Create, email, and file PDF for specific worksheets

Hi Todd, Check the PDF Name, it's in these lines: 'Current month/year stored in M1 (this is a merged cell) CurrentMonth = Mid(ActiveS...

8 years ago
Forum
Reply
RE: Filter range table range

Hi Matthias, The alternative solution depends on those sumifs you are talking about. But most probably will be a simple pivot table that can count ...

8 years ago
Forum
Reply
RE: Create, email, and file PDF for specific worksheets

Then it will work with what you already have, no need to change anything. I don't see why you need another way of checking the email from E1, the exis...

8 years ago
Forum
Reply
RE: Dividing up payment over a number of months evenly.

Hi Anne, Can you please prepare a sample file with your tables? You mentioned that a contract is usually 12 months, is this information in one o...

8 years ago
Forum
Reply
RE: Create, email, and file PDF for specific worksheets

Practically, that's what it says already: if an email is entered in E1, the length of that cell's text will be greater than zero. I can guess what'...

8 years ago
Forum
Reply
RE: Formula for Replacing a Value in One Column Based on the value in a Different Column

If the column name contains special chars that may break the M query language, the header is converted to a text string with this pattern: #"Header te...

8 years ago
Forum
Reply
RE: Create, email, and file PDF for specific worksheets

Hi Todd, Paste the code into the same module where your other code is, or even into a new code module, does not matter. Looks like the browser c...

8 years ago
Forum
Reply
RE: Formula for Replacing a Value in One Column Based on the value in a Different Column

Always select the column from the right side list of columns and double click on it to use it in formula. You'll see the difference. You can even see ...

8 years ago
Forum
Reply
RE: Formula for Replacing a Value in One Column Based on the value in a Different Column

You can handle null values in formula: = if [#"ID #"]<> null then (if Text.Contains("95053, 96354, 96481",[#"ID #"]) then "2000I" else [Finan...

8 years ago
Forum
Reply
RE: Formula for Replacing a Value in One Column Based on the value in a Different Column

Here is a step you can add before grouping: = Table.AddColumn(Source, "New Finance Code", each if Text.Contains("95053, 96354, 96481",[#"ID #"]) th...

8 years ago
Forum
Page 104 / 130
0