Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Jun 11, 2026
Topics: 0 / Replies: 841
Reply
RE: Multiple Criteria Multiplication

Yes, just add that in as another criterion like the first section of the SUMPRODUCT formula.

4 years ago
Reply
RE: Save selected sheets as PDF

I think this: ActiveSheet.ExportAsFixedFormat xlTypePFD, FileName should be: ActiveSheet.ExportAsFixedFormat xlTypePDF, NewFile

4 years ago
Forum
Reply
RE: Multiple Criteria Multiplication

If they are always in the same order, this would do Pico in E3: =SUMPRODUCT(--($C$12:$C$119=$D3),E$12:E$119,E$120:E$227) I'm not clear on whethe...

4 years ago
Reply
RE: Dynamic Named Ranges and Formulas

I'd make your data source into a table, called say SourceData, then use a formula like: =IF(SUMPRODUCT(SUMIFS(SourceData[Grad_Proj],SourceData...

4 years ago
Reply
RE: Dynamic Named Ranges and Formulas

For Requirement and Graduates, you only want the numeric cells so you can use COUNT: =OFFSET(Visuals!$D$6,0,0,COUNT(Visuals!$D$6:$D$31),1) =OFFS...

4 years ago
Reply
RE: Formula to count occurrence of two words being in one row

You could use a small tweak: =COUNT(SEARCH($J$1,$H$2:$H$7)*SEARCH(M5,$H$2:$H$7)/($I$2:$I$7=1)) Note: may need array entering depending on your v...

4 years ago
Reply
RE: Grouping in Power Query

Here's one way. It creates a query for just the null date rows, groups by the Custom field and then converts the Explanation data into a comma separat...

4 years ago
Forum
Reply
RE: Grouping in Power Query

A Word document isn't particularly helpful for testing purposes - any chance of an Excel workbook?

4 years ago
Forum
Reply
RE: Pivot table will not refresh!!!!!

I amended the code you had in the Worksheet_Deactivate event to simply refresh the pivot.

4 years ago
Forum
Reply
RE: Formula to count occurrence of two words being in one row

The attachment didn't make it. Also, which version of Excel are you using?

4 years ago
Reply
RE: Pivot table will not refresh!!!!!

Make it a connection only query, then use that as the source (choose external data) for the pivot table. Something like the attached (you have...

4 years ago
Forum
Reply
RE: Pivot table will not refresh!!!!!

Do you actually need the table on a worksheet?

4 years ago
Forum
Reply
RE: Unexpected VBA results. Trying to sum an array

I'm not seeing what you are seeing. In what way are the values incorrect?

4 years ago
Forum
Page 31 / 57
0