Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Mar 17, 2025
Topics: 1 / Replies: 1936
Reply
RE: How to set checkbox array

Try: Dim TBarray(1 To 10) As OLEObject Dim i As Integer For i = 1 To 2 If ActiveSheet.OLEObjects("CheckBox" & i).Object.Value = True Then ...

2 years ago
Forum
Reply
RE: Pivot Table and Slicers With Individual Values Not Summary Statistics - Time Series Charting

Hi Rob, You have to aggregate the source data using Power Query, the output should be a pivot table/chart. PQ:Organizing the pivot table according ...

2 years ago
Forum
Reply
RE: Load Nested table into separate tabs of the workbook

Hi Farah, PQ cannot split the result of a query into multiple sheets. You can try loading all data in a single table, then create a pivot table,...

2 years ago
Forum
Reply
RE: Loss of Formatting on Refreshing Pivot Table

Hi Ken, Here are some information that will clarify the problem: Losing Conditional Formatting on Slicer refresh Pivot Chart Formatting Chang...

2 years ago
Reply
RE: Creating a Table with Production Plan Information from Multiple Excel Sheets using Power Query

Hi Luis, See attached example. Most common problem is when you want to store data into a structure designed for visual purposes. "Eye friendl...

2 years ago
Forum
Reply
RE: Pivot table lost connection after modifying query. The query loads into a different table instead.

Hi Duong, Never seen this problem unfortunately. Can you go to Pivot table ribbon tab and check the pivot source?

2 years ago
Forum
Reply
2 years ago
Forum
Reply
RE: 12 monthly blank columns in PQ and when actual data is loaded it should populate the relevant blank columns

Hi Hanan, First you have to combine files from folder in a flexible way that will not break when you add new files or new sheets in the source folder...

2 years ago
Forum
Reply
RE: Running total in power pivot

Hi David, Can you please provide a sample file that replicates this problem?

2 years ago
Forum
Reply
RE: Time Queries

Hi Matthias, If you just want to write the times: Sub dd() Dim StartTime As Date, StopTime As Date, Seconds As Double Dim ws As Worksheet Di...

2 years ago
Forum
Reply
RE: PQ Nested If, Ceiling, Column.List Questions

Hi Sheila, Welcome to our forum. Nothing attached, please try to attach again (there is a Start Upload button to finish upload)

2 years ago
Forum
Reply
RE: How to create a single table from 100's of pdf's?

Hi Wayne, You should use Get Data> From File> From Folder, then you can filter for a specific file extension-.pdf in your case. Example at...

2 years ago
Forum
Reply
RE: Extrapolate from a table of values

Hi Robert, Here is a UDF function for linear interpolation I created a while ago: Option Explicit Function Interpolate(Y As Double, Tbl As R...

2 years ago
Reply
RE: Generate a unique passcode accross records in powerquery

Here is a version that generates numbers using Number.RandomBetween. After numbers are generated, there is a new step that checks the generated ID'...

2 years ago
Forum
Reply
RE: Generate a unique passcode accross records in powerquery

Instead of trying to generate a specific id in a predefined structure, why not using Text.NewGuid() function? GUID Wiki Attached is a demo for a...

2 years ago
Forum
Page 8 / 130