Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Dec 22, 2025
Topics: 1 / Replies: 1937
Reply
RE: Saving to pdf and next number

Try simplifying your file and upload it here directly, no links needed.

7 years ago
Forum
Reply
RE: Defining Age Groups and Length of Service Groups in Power Query

Yes, a lookup related table will work too, I thought it's a power query only solution, sorry.

7 years ago
Forum
Reply
RE: Defining Age Groups and Length of Service Groups in Power Query

Hi David, You should do that in Power Query to define age groups. See this article for a similar problem.

7 years ago
Forum
Reply
RE: sumif formulas across several worksheets?

Hi Lannie, As described in Vlookup Multiple sheets link sent in the previous message, it is possible to create a formula to lookup a value in multi...

7 years ago
Reply
RE: Message box should appear only once, when spreadsheet is opened

Hi Gayatri, Use Intersect to set the range to be monitored, this way the code will be triggered only when you change K4 or L4: Private Sub W...

7 years ago
Forum
Reply
RE: Saving to pdf and next number

Hi Melanie, Can you prepare a sample file with your code? It will be easier to evaluate what you have or generating the next numbers and saving to ...

7 years ago
Forum
Reply
RE: VBA Coding - need to end after inputbox verification

Hi Lori, You can store the password verification result in a public or global parameter, but the problem is that these parameters are lost when an ...

7 years ago
Forum
Reply
RE: Can I perform SUMIFS in Power Query without a lot of fuss?

Hi, Well, if you don't have PP, not many choices left. A SUMIF in Power Query can be replicated with Group By, from Transform tab, you can choos...

7 years ago
Forum
Reply
RE: sumif formulas across several worksheets?

Hi Lannie, Try a VLOOKUP on multiple sheets, if the structure may vary.

7 years ago
Reply
RE: Making "the golden graph"

Hi Trond, Build another measure to display BLANK() instead of zero: =IF(SUM(tblTransactions[Amount])=0,BLANK(),SUM(tblTransactions[Amount]))

7 years ago
Reply
RE: Secure Excel files or Secure Watermark

Hi Luhur, If you want enhanced security, you can try to convert your excel files to executables, using LockXLS or any other conversion tools, there...

7 years ago
Reply
RE: Can I perform SUMIFS in Power Query without a lot of fuss?

Hi, Please keep in mind that Power Query is designed for data import and transformations, not for calculations and reports. For large datasets, the...

7 years ago
Forum
Reply
RE: Merging or Appending Queries as VLOOKUP

Hi Junko, Make sure that the key columns from both tables have the same data format, if one is text and other is general or numeric, there will be no ...

7 years ago
Forum
Reply
RE: Cumulative total expression error

Hi Linda, I am sure you know that there are differences between power BI web version and the Desktop version. You are not clear about the environme...

7 years ago
Forum
Reply
RE: Date field in Power BI

Hi Jason, You should remove the automatic date grouping, and add your own Year/Month/Quarter/Day columns to the original data. Best way is to ha...

7 years ago
Forum
Page 92 / 130
0