Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: May 22, 2025
Topics: 0 / Replies: 838
Reply
RE: Cell Format want to show an estimated number

You should be able to use #,##0.00(E) or #,##0.00("E")

2 years ago
Reply
RE: Links in a File: cannot find the problem

Really? It was the first hit for me using those search terms:

2 years ago
Reply
RE: Links in a File: cannot find the problem

Have you checked any conditional formatting formulas, data validation, charts, table formulas etc? Bill Manville’s FindLink add-in is very useful for ...

2 years ago
Reply
RE: Fields showing zero instead of null

If your XLOOKUP is finding a match but the cell in the result column is blank, it will return 0. If you can't see the 0, then either the cell format o...

2 years ago
Forum
Reply
RE: Fields showing zero instead of null

Yes, but a screenshot doesn't really help if the display is suppressed. 😉 If you alter the XLOOKUP to remove the 'if not found' argument do all the r...

2 years ago
Forum
Reply
RE: Links in a File: cannot find the problem

Can you show us the Edit links dialog?

2 years ago
Reply
RE: Fields showing zero instead of null

PQ should not return 0 for a cell that contains "" (which is not the same as null, by the way). Are you sure the source sheet doesn't simply have the ...

2 years ago
Forum
Reply
RE: Power Query - Not importing all the Columns of the file

I suspect the issue is in your transform file function.

2 years ago
Forum
Reply
RE: Power Query - Not importing all the Columns of the file

Without seeing the query we can only guess, so most likely cause I think would be that the column name is not exactly the same as specified in the que...

2 years ago
Forum
Reply
2 years ago
Forum
Reply
RE: Power Query - cannot access individual files for editing before merging them

Click on the button with the two down arrows on it at the top of the Content column (to the left of the one you currently have selected in that pictur...

2 years ago
Forum
Reply
RE: Stopping the macro moving on

You're most welcome. 🙂

2 years ago
Forum
Reply
RE: Stopping the macro moving on

You didn't use the code I posted, which was correct as it was. 😉 I have copied it into your workbook, attached.

2 years ago
Forum
Reply
RE: Stopping the macro moving on

Try turning the first sub into a function that only returns True if all fields are complete: Sub Button1_Click() If FieldsAreComplete Then Cal...

2 years ago
Forum
Reply
RE: Vlookup Issue

Where did the data in column D come from? That's where the problem actually originates, since as Mynda said, although the values look like whole numbe...

2 years ago
Page 11 / 56