Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: May 22, 2025
Topics: 0 / Replies: 838
Reply
RE: Years (greater or less)

You could extract the max year with: =MAX(INDEX(("0"&MID(B2,(ROW($1:$10)-1)*5+1,4))+0,)) into say C2 (assuming you never have more than 10 y...

4 years ago
Forum
Reply
RE: Years (greater or less)

What if it's not greater than them all, less than them all, or equal to any of them? Eg you have 2017 in col A and 2016|2019 in column B?

4 years ago
Forum
Reply
RE: How to insert IF into multiple multiplied ranges?

Or perhaps: =MAX(SUMPRODUCT(B3:B113,K135:K245),0)*SUM(1,SUMPRODUCT(B98:B133,K247:K282))

4 years ago
Reply
RE: Keep Original Formula Value After Sorting

I'd suggest you add a new column with the IT (and other) identifiers in it, and then use SUMIF formulas.

4 years ago
Reply
RE: Get.workbook(1) problem

It returns an array, so you either need to array enter it into a range of cells at once, or use INDEX with it: =INDEX(named_range,1) for ex...

4 years ago
Reply
RE: Replace null value in column with column names from sepatate table

You could do something like this, using Table.Schema in a function.

4 years ago
Forum
Reply
RE: Replace null value in column with column names from sepatate table

Can you explain what the resulting table should look like, and why?

4 years ago
Forum
Reply
RE: Solve excel calculations

Here you are. I just added "%" to each header.

4 years ago
Reply
RE: Column with different type of values

You could add a column using a formula like: Value.Is([field name], type datetime) to return True for the dates and False otherwise. You c...

4 years ago
Forum
Reply
RE: Solve excel calculations

It would be really easy if you could add an identifier to your column headers - eg use "Supports mounted %" as the header. You can then use: =SUMIF...

4 years ago
Reply
RE: Countifs in Power Query

It sounds to me like using a pivot table with a distinct count would do what you need without any need to create this specific column in the source da...

4 years ago
Forum
Reply
RE: Show full row in userform search

It's always the little things that are the easiest to overlook. 🙂

4 years ago
Forum
Reply
RE: Show full row in userform search

Did you change the listbox's ColumnCount property to 7?

4 years ago
Forum
Reply
RE: Is it possible to Split the Amount column with group by condition of middle 3 columns as per rundate column

It looks like you just need to pivot on the RunDate column using Amount as the Value field.

4 years ago
Forum
Reply
RE: Number of queries

You could try checking the Fast Data Load option to see if that helps?

4 years ago
Forum
Page 39 / 56