Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Apr 30, 2025
Topics: 3 / Replies: 220
Reply
RE: Removing Rows with the same ID, Keep the latest entry

How do you identify the latest entry. The only dates I see are listing and closing dates. Am I missing something?

2 years ago
Forum
Reply
RE: How to use Parameters in ODBC source

What does the Mcode look like for the Parameter named JobName? It should look like this: let Source = Excel.CurrentWorkbook(){[Name="TableX"]}...

2 years ago
Forum
Reply
RE: Dynamic Ranking

Change the ranges to tables

2 years ago
Reply
RE: Stop screen flickering

These lines of code are made inactive as you have them commented out. Remove the single quote from the front of each of the lines of code. 'S...

2 years ago
Forum
Reply
RE: Amortization schedule with changing interest rate

Look at this link Also if you google :Excel Templates for Amortization with changing rates there are multiple resources

2 years ago
Reply
RE: Removing duplicate values based on results from two columns

If I understood you correctly, I first grouped your table by Personal Reference and Max Date. I then merged (joined) that table back onto the origina...

2 years ago
Forum
Reply
RE: Right format of table

Will be easier to provide a solution if you provide a sample worksheet and a mocked up solution of what you desire. 8-10 records should be sufficient...

2 years ago
Reply
RE: Dynamic array formula (group by)

I would use a different approach. With Power Pivot, build a measure to concatenate the values. ie. =CONCATENATEX(Range,Range[Name],", ") ...

2 years ago
Reply
RE: create a VLOOKUP in power query with with two conditions

I am a bit confused as to what you want the end result to look like. Please mock up a solution so we have a better idea.

2 years ago
Forum
Reply
RE: Power Query Error

Is it possible that the path names and directories on the new laptop are not exactly the same as on the older computer?

2 years ago
Forum
Reply
RE: Formula Date for creating a date from 3 columns

While Riny has provided a formula solution, you could also achieve similar results by combining (concatenating) the columns with a delimiter such as ...

2 years ago
Forum
Reply
RE: Special Append

No file attached. Please try again.

2 years ago
Forum
Reply
RE: How to pull data from database into new sheet

You have not provided any Order IDs in your DB. Without this information, a lookup via a parameter query is not possible.

2 years ago
Forum
Reply
RE: Macro to format data

If I am understanding your needs correctly, then an easy means is with Power Query versus VBA Mcode let Source = Excel.CurrentWorkbook(){[N...

2 years ago
Forum
Page 7 / 15