Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Apr 20, 2025
Topics: 3 / Replies: 217
Reply
RE: VBA Code for Spiral

What does adding cells spiraly mean? Attach a file showing us what you are trying to do. Are you trying to Create a Fibonacci Sequence

2 years ago
Forum
Reply
RE: SUMIF in POWER QUERY

It appears that the fourth column is the sum of second column based on the grouping of the first column. Is the answer in the fourth column what you ...

2 years ago
Forum
Reply
RE: Count Number for each month and year

let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"Students", Int64.Type}, {"Year ...

2 years ago
Reply
RE: Name 3 sections of the report based on repeated headers or blank cells

In Power Query, these would be three separate tables and would require three separate queries if you are trying to keep this on one sheet in Excel. I...

2 years ago
Forum
Reply
RE: PIVOT TABLE - GET DIFFERENCE FOR months as total of SUB TOTALS

Here is a Power Query Solution let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Removed Other Columns" = Table.SelectColumns(Sou...

2 years ago
Reply
RE: Create a list of decimal numbers between values in two columns

Rory, Thanks for the code. I got it now. Works Perfectly. Alan

2 years ago
Forum
Reply
RE: Create a list of decimal numbers between values in two columns

Thanks all. Philip, understand what happened there and tried to get Rory's suggestion on the floating point to work but could not get the syntax to n...

2 years ago
Forum
Reply
2 years ago
Forum
Reply
RE: Problem importing PDF files

Lea Depending on what version of Excel you are running (I am running 365) there is an option on the Data Tab under Get and Transform Data to paste ...

2 years ago
Forum
Reply
RE: Count calculation + text search

Here is a Macro solution for Consult which you can adapt for your other counts Option Explicit Sub Lea() Dim i As Long, lr As Lo...

2 years ago
Reply
RE: Pull data from Multiple sheets into one Sheet

Load (attach) some sample data that is representative (8-10 records per sheet/workbook) of your actual data and we can then demonstrate. NO Pictures...

2 years ago
Reply
RE: Power Query, Replace Text not working for specific text

Can you supply a dummy file that is representative of your issue so that we can work with your data types.

2 years ago
Forum
Reply
RE: Table Sort

Post your entire Mcode for analysis.

2 years ago
Forum
Reply
RE: Online PDF

Nesha Your picture is exactly what I get when I wish to import your PDF. Click on the Select multiple tables and then select them. This will gen th...

2 years ago
Forum
Page 5 / 15