Forum

Alan Sidman
Alan Sidman
@alansidman
Moderator
Member
Joined: Oct 18, 2018
Last seen: Aug 3, 2025
Topics: 3 / Replies: 232
Reply
3 years ago
Forum
Reply
RE: Is there a way to have pivot table always auto sum

Would be very helpful if you uploaded a sample data file (no pictures please) showing your existing data and a mocked up results of what you expect.

3 years ago
Forum
Reply
RE: Not everything is a number....

This sounds to me that you would be better served with a Relational Data Base Management System. You could do this in MS Access and generate queries ...

3 years ago
Reply
RE: Create a MIN / MAX formula using 2 conditions for the data

No file has been attached. Think you might have missed the upload step after attaching.

3 years ago
Reply
RE: Sharing options for a dashboard

If I am understanding correctly, then attach this line of code to a command button ActiveWorkbook.RefreshAll

3 years ago
Forum
Reply
RE: Sharing options for a dashboard

You could save the Excel file as a PDF and then email or share on a network.

3 years ago
Forum
Reply
RE: Unable create connection between 2 data

Cannot determine what your issue is. Two tables seem to have relationships and you have created a PT. What are we missing in your explanation?

3 years ago
Forum
Reply
RE: Exponential Moving Average (EMA)

How about supplying us with a sample file that we can analyze. You have not provided enough data.

3 years ago
Forum
Reply
RE: Data Transpose

I would pivot the data in Power Query let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Pivoted Column" = Table.Pivot(Table.Tr...

3 years ago
Forum
Reply
RE: Macro or repeated steps in Power Query

Look at this link for a solution to split multiple columns at once. Power Query--Split Multiple Columns at one time | MrExcel Message Board

3 years ago
Forum
Reply
RE: What is power query?

Here is a good link to learn about PQ

3 years ago
Forum
Reply
RE: E numbers in Pivot Table

As I stated in the file Alan, merely changing the number format does not help. Interesting because when I did the reformatting it came up as zero...

3 years ago
Forum
Reply
RE: Cleaning up a Merchant Name list.

In the column containing the Store Name, click on the Sort drop down. Select Text filer. Select Begins with No Frill and select the Or function in t...

3 years ago
Forum
Reply
RE: E numbers in Pivot Table

Right click on the value in your PT and select Format. Change the format from General to Number.

3 years ago
Forum
Reply
RE: Multiple Corrections to Table, requires pivoting, transposing, perhaps pivoting some more?

Here is the revised code let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Transposed Table" = Table.Transpose(Source), #"Filled ...

3 years ago
Forum
Page 10 / 16