Forum

Anders Sehlstedt
Anders Sehlstedt
@sehlsan
Prominent Member
Joined: Dec 7, 2016
Last seen: Jul 6, 2025
Topics: 8 / Replies: 969
Reply
RE: Formula to auto populate a date from one cell to another cell initially or first time only

Hello, One should perhaps test the tips to see if they work as intended. Turns out the F4 / CTRL + Y keyboard shortcuts is for commands, for exampl...

3 years ago
Reply
RE: Formula to auto populate a date from one cell to another cell initially or first time only

Hello, Type in the start date, go to next cell and press the F4 key to repeat the previous entry. If F4 does not work, press CTRL + Y instead. ...

3 years ago
Reply
RE: Compare two columns (A and B), in Column C, remove duplicated

Hello, Well, if you are using an old version of Excel it might be that Power Query is not the right tool. Attached is a variant where I use a help...

3 years ago
Reply
RE: Compare two columns (A and B), in Column C, remove duplicated

Hello, You didn't complete all the steps in Power Query. See attached file for the finished version. There are two dates in column A that also exi...

3 years ago
Reply
RE: Compare two columns (A and B), in Column C, remove duplicated

Hello, Take a look at the Excel compare two lists blog post, it describes how to use Power Query to compare two lists. Br, Anders

3 years ago
Reply
RE: Needs to return every first and third Wednesday of each month and every second and fourth Monday of each month on a board cast Calendar

Hello, The result you want is not per the Broadcasting Calendar system, but never mind, Hans has provided you with a VBA solution and here is anoth...

3 years ago
Reply
RE: Needs to return every first and third Wednesday of each month and every second and fourth Monday of each month on a board cast Calendar

Hello Tango, This blog article gives a good description of how to get the 1st or 3rd (and so forth) weekday of a month, check it out. I can't fi...

3 years ago
Reply
RE: Aggregate Function with IF Condition

Hello, Please attach an Excel file instead of pictures, your formulas are referencing columns we don't see in the pictures and not many want to sit...

3 years ago
Reply
RE: Calendar View By Quarter from a Pivot Table

Hello, As you want it to be dynamic it is easiest to make the calendar in a pivot table, as shown in the attached copy. If you want to have two se...

3 years ago
Reply
RE: Transferring Data automatically to another sheet based on a date

Hello, See attached file for one way to solve this. As your dates are numbers it makes it easier to sum the values per month. In short I am usin...

3 years ago
Reply
RE: How to Convert a Multiple Response Survey Question to Binary Responses

Hello, See attached file for a solution. I used COUNTIF to count the occurences of a value. Br, Anders

3 years ago
Reply
RE: Transferring Data automatically to another sheet based on a date

Hello, You should be able to get what you want with the SUMIF function. What you need to work with is how to check what month the transaction dates...

3 years ago
Reply
RE: Overlapping times with two criteria

Hello, Just add the date with the time. =SUMPRODUCT( ([@[Dates]]+[@[Start Time]]<FILTER([Dates]+[End Time];[Meeting Room]=[@[Meeting Room]]))...

3 years ago
Reply
RE: How to get last numerical value in a row that contains numbers and characters

Hello, You can use LOOKUP for this. In H5, enter following formula: =LOOKUP(2,1/ISNUMBER(D3:L3),D3:L3) Br, Anders

3 years ago
Page 10 / 66