Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Aug 8, 2025
Topics: 3 / Replies: 233
Reply
RE: Merge tables following Group by (Max) values change error?

How about giving us a sample table and your query and then tell us what is not happening that you want to happen or what is happening that you don't w...

4 years ago
Forum
Reply
Reply
RE: Get rid of no matching rows

Built a parameter query where I made the Input to Take the filter value in the main query. File is attached for your review.

4 years ago
Forum
Reply
RE: VLookUp Copy with Formating

If you still think you need to use VBA and Vlookup after reading Philip's post then look at this link for a quick tutorial

4 years ago
Forum
Reply
RE: 1 year finance.yahoo.com stock history

You could build a parameter query where you input the Date (Using the Unix Date/Time value) each time you wish to run the report in PQ. Here is a lin...

4 years ago
Forum
Reply
RE: Pivot Data of the clone of pivot table

Look at this link for an alternative means that will probably work for you with many items

4 years ago
Forum
Reply
RE: Adding sales targets

I'm thinking that a Pivot Table would be the answer, but not knowing what you want your end result to look like it is difficult to offer up a solution...

4 years ago
Forum
Reply
Reply
RE: Power Query limits the number of decimal places when loading currency data

Keep them has numbers until you close and load to Excel. Once back in Native Excel, format as Currency. The following is from Microsoft: ...

4 years ago
Forum
Reply
RE: Pivot Data of the clone of pivot table

See attached file for my solution.

4 years ago
Forum
Reply
RE: Create Conditional Column Using Lookup Table

For the make and Model, still in PQ #"Added Conditional Column14" = Table.AddColumn(#"Renamed Columns - Make and Model", "Make", each if Text.C...

4 years ago
Forum
Reply
RE: Create Conditional Column Using Lookup Table

This does not look like a PQ issue but rather a VBA type solution. I will be looking into writing some VBA code later today to address this. It ma...

4 years ago
Forum
Reply
RE: Create Conditional Column Using Lookup Table

Suggest you upload a sample of your data that is representative of your actual data. In this manner we can work with what you have and not Digalo's d...

4 years ago
Forum
Reply
RE: Create Conditional Column Using Lookup Table

I would do this with a parameter query as shown in the attached. Create a new table of key words. Insert a column and filter for the key word with a...

4 years ago
Forum
Reply
RE: How to fix the Conta.Più.Se error

You need to preface the countifs function in VBA with Application.WorksheetFunction See this link for further understanding.

4 years ago
Forum
Page 15 / 16