Forum

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

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

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

3 years ago
Forum
Reply
RE: Date Transformation

Would be very helpful if you attached (uploaded) a sample file with 8-10 records showing what your file looks like when it has been downloaded from th...

3 years ago
Forum
Reply
RE: Power Qwery to replace Filter + Large functions

With your table let Source = Excel.CurrentWorkbook(){[Name="Tbl_1"]}[Content], #"Filtered Rows" = Table.SelectRows(Source, each [Employee...

3 years ago
Forum
Reply
Page 8 / 16