Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Sep 15, 2025
Topics: 3 / Replies: 236
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 ...

4 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...

5 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...

5 months ago
Forum
Reply
RE: Evenly distribute Quantity across Fiscal year weeks?

We cannot manipulate data in a picture. Please repost your file as an attachment.

5 months ago
Forum
Reply
RE: New Date & Time when New Table record is created

CTL + ; will give you the current date CTL Shift + : will give you the current time

5 months ago
Reply
RE: IF Formula for Calculating Time

Suggest you post a sample workbook as an attachment. 8 to 10 records. Then mock up the expected solution for what your issue is. This way we do not...

5 months ago
Reply
RE: Pivot table analyze

You are welcome Elizabeth.

6 months ago
Reply
RE: Pivot table analyze

Since you did not provide expected results for your moving average, my results are done in Power Pivot with a measure. See the attached file for the ...

6 months ago
Reply
RE: Load to dataset into data model in power query

I had no issues in loading the data to PQ and then closing and loading to PP (DM). However when I looked for common fields in PP, I found that one ta...

6 months ago
Forum
Reply
RE: POWER QUERY NOT STARTING

Your version of Excel may have become corrupted. You may have to re-install it to allow PQ to work.

6 months ago
Forum
Reply
RE: Data Cleaning: Ugly bunched order data nightmare

When I do what you want, it does not present as you have shown. Help us to help you and not make more work for me to help you.

6 months ago
Reply
RE: Data Cleaning: Ugly bunched order data nightmare

It would be very helpful if you posted your sample data in a workbook and attached it so that we can see your data and then mock up what you want your...

6 months ago
Reply
RE: Replacing Null in a Currency Column

Change it to currency after you replace the nulls.

6 months ago
Forum
Reply
RE: XLOOKUP SUM

You can achieve this with Power Query or if you have O365 the GroupBy Function Power Query let Source = Excel.CurrentWorkbook(){[Name="tbl_te...

6 months ago
Reply
RE: Excel Sort within a cell

If column 3 is blank, then the Mcode will sort on the remaining two columns. See the example attached

7 months ago
Page 2 / 16