Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: All Dates are not converting to date format

That happens because your computer date format is set to US format: MM-DD-YYYY. The text file has a different date format: DD-MM-YYYY, PQ fails to ...

4 years ago
Forum
Reply
RE: Promo Analysis

SUM function does not work because you have text in Sales columns, make sure you have ONLY numbers, remove those "-". (see sheet 1 cell D64 for an exa...

4 years ago
Reply
RE: Lookup Two names match with multiple names and repeat n times

Why in column D: Anantapur is repeated 7 times Chittoor is repeated 9 times?

4 years ago
Reply
RE: Simple table filter code not working

Can you provide a sample file where we can replicate the issue? Hard to say, it may be something related to your sheet setup.

4 years ago
Forum
Reply
RE: Unable to find certain values

PQ Editor is not excel, it has different functionality. Load data to worksheet if you want to review all rows, PQ has only a data preview, in order...

4 years ago
Forum
Reply
RE: Merging Queries where cells aren't always identical

Hi Richard, There is a fuzzy merge option in PQ, expand the advanced Merge options (hope your version has these options) You can add the match p...

4 years ago
Forum
Reply
RE: Model to select optimised numerical values from an array

Hi Franck, Optimizing cuts is not an easy problem, cannot be solved with a simple formula. See this video, it's cheaper to buy specialized softw...

4 years ago
Forum
Reply
RE: Comparing each field from 2 tables

Possible solution attached.

4 years ago
Forum
Reply
RE: Error in userform excel

Hi, When you write into: Cells(sonsat, 2) = TextBox1 You have to disable events, because you are using a Sheet Change event. That event trigg...

4 years ago
Forum
Reply
RE: VBA-Establish connection of existing slicers to a new pivot table

Hi Hayley, You should not create new caches for new pivot tables, if they share the same data source. Slicers cannot be connected to multiple pivot...

4 years ago
Forum
Reply
RE: Refresh pivot in specific intervals

The code provided will refresh a power query. (ThisWorkbook.Worksheets("SheetName").ListObjects("TableName").QueryTable.Refresh ) To refresh a p...

4 years ago
Forum
Reply
RE: Refresh pivot in specific intervals

Use this code in a standard module: Option Explicit Public TimeInterval As Double Sub RefreshQuery() ThisWorkbook.Worksheets("SheetName")...

4 years ago
Forum
Reply
RE: Merge 2 Lists

Try adding a new column with the formula: List.Zip({[ListA],[ListB]}) Those 2 lists must have the same number of elements.

4 years ago
Forum
Reply
RE: Log in separate sheet (with name, date and time)

These lines needs to be changed: Application.UserName & " changed " & Caller & " (row " & Wks.Range(Cell).Row & ") " _ & " fro...

4 years ago
Forum
Reply
RE: Each new excel sheet save/created should automatically saved data to master excel sheet

Ok, I understand you need to store form data into an archive (sheet B), but why that sheet B must be in a separate file? You can store template data i...

4 years ago
Forum
Page 50 / 130