Forum

Anders Sehlstedt
Anders Sehlstedt
@sehlsan
Prominent Member
Joined: Dec 7, 2016
Last seen: Jun 14, 2025
Topics: 8 / Replies: 969
Reply
RE: VBA code to require double click to run macro assigned to button

Hello, I have not checked if it works as intended, but this is the reply from Copilot. Dim LastClickTime As DoublePrivate Sub CommandButton1_Click...

2 months ago
Forum
Reply
RE: Countif driving me crazy!!

Hello, If you also need to compare if the lunch break equals AU1 (30 minutes) then you will have to do same rounding on that value too. AU1 00:30 ...

2 months ago
Reply
RE: XLOOKUP SUM

Hello, Just sharing my thoughts here, all solutions leading to correct data are good solutions. Easier though to use the SUMIF(S) function for this ...

2 months ago
Reply
RE: Countif driving me crazy!!

Hello, In G4, use ROUND using 10 decimals. Ex. =ROUND(F4-E4,10) Br,Anders

2 months ago
Reply
RE: Summing Times Created using MOD Function

@billcarson, I believe you get wrong result because you don't have complete data. For example having Break Start time but no Break End time will give ...

4 months ago
Reply
RE: Formula exceeded the number of characters allowed.

@ingaiyoung, I will try to answer, assuming it is the LookupResults names in the LET formula that you are wondering about. Even though Mynda has given...

5 months ago
Reply
RE: ADDING MONTH

Hello, See attached file for one solution. If you're using old Excel version then this will not work for you. To simplify things I suggest you w...

6 months ago
Reply
RE: Tool-tip like Comments

Hello, It is possible with VBA, as I am not using VBA myself I am not able to write some code for you. Added below is the answer from one of the AI...

6 months ago
Reply
RE: Sequence function

Hello, You should move in the SEQUENCE part to the month section in the DATE function, as in below example: =TEXT(DATE(2024,SEQUENCE(12,1,3,1),1...

6 months ago
Reply
RE: Automated Order From from various sheets in workbook

Hello, What Excel version are you using? As you use the old .xls file extension I suspect you might use an old version. In general, to find the ...

6 months ago
Reply
RE: Power Query will not start

Hello, I assume you are running Microsoft Windows 10 or 11. Could be an update that didn't get installed correct, Check your Windows Update hist...

6 months ago
Forum
Reply
RE: Auto update - between two pages excel

Hello, Based on that I always work with data in a tabular format and thus have not experimented with twisting the functions in a scenario like this...

6 months ago
Reply
RE: Use date ranges in pivot table

Hello, You can do the calculation in Power Query if you only are interested in the year diffence between end and start date. Extract start and end ...

7 months ago
Reply
RE: Auto update - between two pages excel

Hello, The reason I choosed not to reuse your range of data is because it is in wrong format and not suitable as a table. Of course that can be fix...

7 months ago
Reply
RE: Auto update - between two pages excel

Hello, Attached is an example which in my view is an easier and better approach, but you need of course an Excel version having the newer functions...

7 months ago
Page 2 / 66