Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Jun 12, 2026
Topics: 0 / Replies: 841
Reply
RE: Disable right-click on slicers in Excel

What exactly are you trying to prevent?

5 years ago
Forum
Reply
RE: CONTAINER PLAN-I WANT TO A PROGRAM WITH EXCEL THAT CAN DO CONTAINER PLAN DİRECTLY, PLEASE HELP

Cross-posted here: Container plan-i want to a program with excel that can do container plan dİrectly, please (excelforum.com)

5 years ago
Forum
Reply
RE: Calculate Named ranges as strings from source table

You could write a separate function for it, or just add a custom column - for example: let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Conten...

5 years ago
Forum
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...

5 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?

5 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))

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

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

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

5 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?

5 years ago
Forum
Reply
RE: Solve excel calculations

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

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

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

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

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

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

5 years ago
Forum
Page 39 / 57
0