Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Aug 3, 2025
Topics: 3 / Replies: 232
Reply
RE: Power Query and Parquet Files

crossposted: Please read:

3 years ago
Forum
Reply
RE: If two cell contains text then show both of them, if not then show nothing.

Using just native Excel features, you could select filter on the Data Tab and unselect blanks.

3 years ago
Reply
RE: Mapping table

Suggest you upload a sample file showing your source values and a mocked up solution so we have a solid idea of your needs. Do not upload a picture a...

3 years ago
Forum
Reply
RE: Excel tables – moving column best practices?

If your data is in its final presentation mode and you do not need to maintain formulas in the output, then I would recommend using Power Query to rea...

3 years ago
Reply
RE: Numbers copied and pasted from excel into access change - any ideas

Deidre Taking another approach, please attach a sample excel sheet and a sample access workbook showing your issue. Tell us exactly how you take t...

3 years ago
Reply
RE: VBA Excel Question

Look at this link for tutorial

3 years ago
Forum
Reply
RE: Power Query - Data transformation help!

The link provided takes me on the internet to "Page Not Found" In any event, you can bring a PDF file into Power Query also called Get and Tra...

3 years ago
Forum
Reply
RE: Min, Max, Average or Sum variable number of columns

A Workbook would be very handy. I am guessing that your data should be normalized by unpivoting your table and doing a Group By on the products to fi...

3 years ago
Forum
Reply
RE: How to select the most recent date from multiple data for the same ID

1. With Power Query or Get and Transform Data depending on what version of excel you have, load your data to the PQ editor. 2. Group your query o...

3 years ago
Forum
Reply
RE: How to select the most recent date from multiple data for the same ID

let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Grouped Rows" = Table.Group(Source, {"License plate no"}, {{"Latest Closed Date", ea...

3 years ago
Forum
Reply
RE: Summary of ranges in a dynamic table

Lea If you normalize your data as I have done in the attached by unpivotting the data, then you can apply Excel formulas like Sumifs or pivot your ...

3 years ago
Reply
RE: How to remove different headers in power query

emails are not the way. It does not allow for all in the forum to understand the issue. Attach a file to this forum. Click on the link below to att...

3 years ago
Forum
Reply
RE: Conditional Merge between Dates

Trying to understand what you want the end result for the data in the two tables to look like. Can you please supply a mocked up version for the data...

3 years ago
Forum
Reply
RE: 12m rolling rate & Spot rate turnover

Provide us with a file of sample data 15 records or so and then mock up what you want the result to look like for the records provided. It will make ...

3 years ago
Forum
Page 9 / 16