Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Jun 10, 2026
Topics: 0 / Replies: 841
Reply
RE: Data on Graph

You can define a named range, WeeklyDPMO as: =Sheet1!$J$9:INDEX(Sheet1!$J$9:$J$13,COUNT(Sheet1!$J$9:$J$13)) (adjust to match your real work...

3 years ago
Reply
RE: Dont return zero values

Can you clarify the "when I graph all the data" comment? Charts will only generally ignore blank cells (no cell that contains a formula is truly blank...

3 years ago
Reply
RE: Mass email from Outlook VBA, but need OFT path from cell reference

Set OutMail = OutApp.CreateItemFromTemplate(sheet1.range("E25").value) should do it.

3 years ago
Forum
Reply
RE: Cell Format want to show an estimated number

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

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

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

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

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

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

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

Can you show us the Edit links dialog?

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

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

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

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

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

You're most welcome. 🙂

3 years ago
Forum
Page 11 / 57
0