Forum

Anders Sehlstedt
Anders Sehlstedt
@sehlsan
Prominent Member
Joined: Dec 7, 2016
Last seen: Apr 18, 2025
Topics: 8 / Replies: 960
Reply
RE: Help Creating A Dashboard For Trading Model

Hello, I can recommend the Excel Dashboards course, it gave me a good push into creating fun and somewhat interactive graphics + the time invested w...

15 hours ago
Reply
RE: Sumifs Index Match + Sumproduct

@elsabchugmail-com Your issue is that the range of cells you want to sum contains text data type, i.e. the blank cells. Fill your blank cells in Da...

15 hours ago
Reply
RE: Sumifs Index Match + Sumproduct

@elsabchugmail-com The data in a tabular format is to be able to easily work with the data, to present the data in a good way you of course need a ...

4 days ago
Reply
RE: Sumifs Index Match + Sumproduct

@riny, it seems the file didn't get uploaded.

4 days ago
Reply
RE: Password Protected PDF

Hello, I have no experience of this kind of export from PDF to Excel, but I know there are some tools for this. Have you for example tried exporting...

5 days ago
Forum
Reply
RE: Sumifs Index Match + Sumproduct

@elsabchugmail-com I would argue for a change of how you add your raw data, if you have the data in a tabular formatted table then it is easy to ge...

5 days ago
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...

1 week 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 ...

1 week 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 ...

1 week ago
Reply
RE: Countif driving me crazy!!

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

2 weeks 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 ...

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

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

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

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

4 months ago
Page 1 / 65