Forum

Anders Sehlstedt
Anders Sehlstedt
@sehlsan
Prominent Member
Joined: Dec 7, 2016
Last seen: Jul 6, 2025
Topics: 8 / Replies: 969
Reply
RE: How can I get the sum from all sheets to a new sheet if the date from column a matches

Hello, Your data layout in the sheets was not consistent, which is needed. See attached file, I have added a Pivot Table solution also in the Data ...

5 years ago
Reply
RE: How can I get the sum from all sheets to a new sheet if the date from column a matches

Hello, Take a look at this blog post. I do recommend to gather all data into one Excel table, as you can then use a Pivot Table to sum the numbers....

5 years ago
Reply
RE: Hours calculation file - Summary of working week hours

Hello, Thanks, I am glad I could give some help. You can read more about ISOWEEKNUM in this blog post. If that does not suit your purpose, for e...

5 years ago
Reply
RE: Hours calculation file - Summary of working week hours

Hello, If I were you I would go with a Pivot Table solution. This reply is not really answering your question, but show an example of how easier it...

5 years ago
Reply
RE: Conditional Formatting formula

Hello, Use this formula to highlight dates two months or more back. =AND(NOT(ISBLANK($E15)),$E15<DATE(YEAR(TODAY()),MONTH(TODAY())-1,DAY(1)))...

5 years ago
Reply
RE: Conditional Formatting formula

Hello, If you change the formula to =AND($E15>TODAY(),$E15>=(TODAY()+30)) it works as you want. Br, Anders

5 years ago
Reply
RE: Reference isn't valid for linked list formula

Hello, I followed the written instructions about the same. The error you made is that you named the pictures and not the cells where the pictur...

5 years ago
Reply
RE: error in excel function, = search

Hello, As Purfleet writes, please add a workbook instead of picture. The only reason why you get #N/A as a result of your VLOOKUP formula is becaus...

5 years ago
Reply
RE: How to solve little issue with slicer?

Hello Frans, Perhaps this post can guide you further on. Br, Anders

5 years ago
Reply
RE: Index-pickup name from a list of name

Hello, Please give more information of what it is you are looking for and what the expected result should be. As it is now I can only guess what is...

5 years ago
Reply
RE: Blood pressure to salt intake

Hello, I agree with Phil, it is better not to distort the measurements. The blood pressure reading is one thing and the salt intake is another. ...

5 years ago
Reply
RE: Adding another "if" to an existing conditional formula

Hello, Add a new custom formatting rule (no background colour) with following formula: =ISNUMBER($K3) Put this new rule as the second rule. For thi...

5 years ago
Reply
RE: unique fill value

Great, glad I could give some help.

5 years ago
Reply
RE: unique fill value

Hello Deepak, In order to keep things simple I have added a helper column as a base to count unique TEU per SB NO. See attached file (a modified co...

5 years ago
Reply
RE: Sumifs for multiple horizontal and vertical criteria

Hello, I know you already got a sufficient answer, just want to add that you can use an array formula with SUM to get what you want. More about arr...

5 years ago
Page 39 / 66