Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Aug 17, 2025
Topics: 3 / Replies: 233
Reply
RE: Monthly Transaction Tracking System

Try attaching here once again. Your link could not be found when I clicked on it.

2 weeks ago
Reply
RE: Power pivot/Power Query problem

Maybe this is what you are looking to do

1 month ago
Forum
Reply
RE: Lookup a name in column by date range along with totals

With Power Query. The hard coded filters could be parameter queries if you are looking for more variables in your lookups. let Source = Excel.Curr...

1 month ago
Reply
RE: Unable to read certain web pages to import into Power Query

Here are some potential reasons you may be having difficulties. This listing is not exclusive as there may be more issues. 1. Dynamic Content &...

2 months ago
Forum
Reply
RE: table skipping rows

Cannot replicate your issue. When I place the cursor in the next row and enter data, it goes to the next row. Am I missing something?

2 months ago
Reply
RE: PQ-2025

You might find the following helpful. Power Query is a free AddIn for Excel 2010 and 2013, and is built-in functionality from Excel 2016 onwards (wh...

2 months ago
Forum
Reply
RE: Cannot format Date in Table

Suggest you attach a sample file showing this issue so that we can evaluate it. Cannot manipulate data in a picture.

2 months ago
Forum
Reply
RE: Slicer does not hide items with no data

crossposting: and Please read this:-->

2 months ago
Forum
Reply
RE: Comparing Array Rows

A Sample worksheet with mocked up solution would be very helpful here. The worksheet should probably not have more than 20 records. No pictures as w...

2 months ago
Reply
RE: Pivot table overlap

Move your pivot table to a fresh worksheet. Apparently you have more than one PT on the same sheet and they are overlapping. If this is not the case ...

2 months ago
Reply
Reply
RE: Splitting a Column with codes and below the code numbers

Here is an alternative Power Query Solution

2 months ago
Forum
Reply
RE: Formula for a financial report with a number of options

It would be very helpful if you attached a sample file which is reflective of your actual file (no confidential material included). We can then work ...

3 months ago
Reply
RE: Loop Through List for Min/Max to Calculate Duration

See if this works for you let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Filtered Rows" = Table.SelectRows(Source, each ([Pair...

4 months ago
Forum
Reply
RE: Loop Through List for Min/Max to Calculate Duration

If I understand correctly then, Power Query will do the work let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Changed Type" = Ta...

4 months ago
Forum
Page 1 / 16