Forum

Anders Sehlstedt
Anders Sehlstedt
@sehlsan
Prominent Member
Joined: Dec 7, 2016
Last seen: Jun 14, 2025
Topics: 8 / Replies: 969
Reply
RE: Columns are added and not realy deleted

Hello, If you remove the AllYears query, you can then delete those two columns in the table and then add the AllYears table into Power Query again....

8 months ago
Forum
Reply
RE: XLOOKUP - review 2 cells against separate sheet

Hello, I would go with Power Query too, but a formula version I would use is =SUM(('Sheet 2'!$E$4:$P$2558)*(('Sheet 2'!$A$4:$A$2558=$A3)+('Sheet...

8 months ago
Reply
RE: Display related data when item selected

Hello, Is it Power Query Custom Data Types you are looking for? Br, Anders

8 months ago
Forum
Reply
RE: XLOOKUP - review 2 cells against separate sheet

Hello, If you attach a sample file with some data it would be much easier to give you a correct answer. The XLOOKUP function can return values in m...

8 months ago
Reply
RE: Excel Python #TIMEOUT! error

Hello, According to information at Microsoft support pages. (As per date of this post) Python in Excel is now available to Enterprise and Busi...

8 months ago
Reply
RE: Summing monthly data by quarter for multiple years SUMPRODUCT?

Hello, I had lots of issues with the dates in your sample file, so I took the liberty to make a variant of it. You need to check if the numbers are...

8 months ago
Reply
RE: SUMMING

Hello, You can use ISTEXT instead for such scenario. Br, Anders

8 months ago
Reply
RE: Summing monthly data by quarter for multiple years SUMPRODUCT?

Hello, It seems the sample file didn’t get uploaded. Br; Anders

8 months ago
Reply
RE: SUMMING

Hello, =TEXTJOIN(",",TRUE(),IF(($I$3:$O$3)*(ISNUMBER(I6:O6))<>0,($I$3:$O$3)*(ISNUMBER(I6:O6)),"")) Br, Anders

8 months ago
Reply
RE: SUMMING

Hello, I assume you have Microsft 365. In G6, paste in following formula and then copy down. =TEXTJOIN(",",TRUE(),FILTER($I$3:$O$3,ISNUMBER(I6:O...

8 months ago
Reply
RE: Delete table content but not the table

Hello, Check out the tip from Catalin in this post, it should help you to load data into Power Query regardless. Br, Anders

8 months ago
Reply
RE: Cognito Forms API

Hello, Just checking the support page Cognito Forms API - Cognito Forms should give you the answer you are looking for. I added some extra spaces i...

9 months ago
Forum
Reply
RE: Files split but need to retain source files formatting and layout

Hello, I asked Copilot. Don't know if it works though. Copilot Genererar svar åt dig… Skickades av Copilot: It look...

9 months ago
Forum
Reply
RE: Delete table content but not the table

Hello, Have you considered using Power Query to load your data? You don't mention how your data is coming in to the workbook, other than you want t...

9 months ago
Reply
RE: AutoFit Row Height with Dynamic Arrays

Hello, Perhaps not the answer you want, but is it possible adjusting the height and width beforhand? In that way the expected data is shown as expe...

9 months ago
Page 4 / 66