Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: May 22, 2025
Topics: 0 / Replies: 838
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
Reply
RE: Add comment to cell from another cell contents.

Do you want it to do every table on the sheet? If so, something like: sub AddCommentsToOperations() application.screenupdating = false d...

4 years ago
Reply
RE: ability to get an N/A using sumifs formula

Which version of Excel do you have?

4 years ago
Reply
RE: Table.InsertRows - Automate New Inserted Row to the maximum of the End Date

Your workbook isn't particularly helpful (to me anyway) as none of the source data is available to have a look at. Could you at least provide an anony...

4 years ago
Forum
Page 31 / 56