Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: May 22, 2025
Topics: 0 / Replies: 838
Reply
RE: Extract texts after a delimiter

It's a non-breaking space - Chr(160) - which you can replace using the special characters list in advanced options.

4 years ago
Forum
Reply
RE: How to fix the Conta.Più.Se error

Also, you need to use FormulaLocal if you want to use the Italian syntax and function names.

4 years ago
Forum
Reply
RE: Is there a way to disable user from clicking on Queries & Connections in Get & Transform Data

I'd say the best approach is not to give them the workbook with the data in it. Either give them a static summary report, or adopt a completely differ...

4 years ago
Forum
Reply
RE: Cell Text Length

What version of Excel / Power Query is it that you are using? The Memo type only applies to the Jet Database structure (Access) as far as I am...

4 years ago
Forum
Reply
RE: Lookup and match and sum multiple values from a table.

It sounds like you actually want SUMIFS rather than a lookup (which only finds one value).

4 years ago
Reply
RE: Unpivot tables combined from separate files in PowerQuery doesn't seem to unpivot a new column

If you do the unpivot in the sample function that is created, I would think that your process should work since the additional client will just be rep...

4 years ago
Forum
Reply
RE: How to return a dynamic column array in numbers?

If you need to change orientation, you can wrap it in a TRANSPOSE function.

4 years ago
Reply
RE: How to return a dynamic column array in numbers?

If you want it to start at 1, just remove the -1 at the end and use N11 rather than N11+1

4 years ago
Reply
RE: GETPIVOTTABLEDATA date question

🙂 No worries - just wanted to check I wasn't missing something!

4 years ago
Reply
RE: GETPIVOTTABLEDATA date question

Wouldn't you just use TODAY() rather than DATE(YEAR(TODAY()),MONTH(TODAY()),DAY(TODAY()))?

4 years ago
Reply
RE: How to return a dynamic column array in numbers?

You could use: ROW(INDIRECT("1:"&N11+1))-1

4 years ago
Reply
RE: Saving VBA with fle name and current date

You seem to have merged two separate saveas codes into one hybrid monster. 🙂 Try just: ActiveWorkbook.SaveAs Filename:= _ "G:My DriveOperatio...

4 years ago
Forum
Reply
RE: TextToColumns date format is changing after split

Just for information (since Power Query is a better option if you have it), the problem is that you specified the date format for the wrong columns - ...

4 years ago
Forum
Reply
RE: Clustered Stacked Column Chart - Invert Data

It would be more helpful if you could attach a sample workbook with the data and the chart?

4 years ago
Reply
RE: Measure

It would be easier to comment with a sample workbook, but from your description, it sounds like you have added at least one column field. A Value fiel...

4 years ago
Forum
Page 37 / 56