Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Jun 12, 2026
Topics: 0 / Replies: 841
Reply
RE: Can't get date format to change

Compare your formula to Mynda's - they are not the same. 😉

5 years ago
Reply
RE: Changing colums

Your first find will either locate the correct column, or fail if the value isn't present. I don't see any code to copy and the rest of the code doesn...

5 years ago
Forum
Reply
RE: Separate Text using Formula

One way would be like this: For village: =MID(B5,10,FIND(",",B5)-11) For city: =TRIM(MID(B5,SEARCH("City",B5)+5,LEN(B5)))

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

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

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

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

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

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

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

5 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

5 years ago
Reply
RE: GETPIVOTTABLEDATA date question

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

5 years ago
Reply
RE: GETPIVOTTABLEDATA date question

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

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

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

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

5 years ago
Forum
Page 37 / 57
0