Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Jul 3, 2025
Topics: 1 / Replies: 1936
Reply
RE: Unique low value in group

If more than 1 player have the same minimum score, which one should be removed from the list? Based on what criteria or calculation?

6 years ago
Forum
Reply
RE: Unique low value in group

Hi Sal, Have you tried the query provided? I continued your query with this step: #"Grouped Rows" = Table.Group(#"Changed Type1", { "Hole #"}...

6 years ago
Forum
Reply
RE: Unique low value in group

Hi Sal, I added 4 steps to your query, please check if this is what you need: let Source = Excel.CurrentWorkbook(){[Name="tblDay1"]}[Content...

6 years ago
Forum
Reply
RE: Unique low value in group

Can you upload a sample file so we can see what's in there? I don't play golf ... My knowledge on this is full of holes. 😉

6 years ago
Forum
Reply
RE: Merge multiple rows in to one

Hi Bax, You can Group By the first 4 columns , without aggregation (All Rows) This will produce a new column with tables. If you look in a table...

6 years ago
Forum
Reply
RE: Select a field

It is possible, but it will be slower, is there a reason for that preference? You can convert the lookup table to a custom function, replace the na...

6 years ago
Forum
Reply
RE: Select a field

You should merge the data table with that Loookup table you described above, I guess you have a Product column in your data table, use the Product col...

6 years ago
Forum
Reply
RE: Email Worksheets as PDF

I think you should only change this part: ActiveSheet.ExportAsFixedFormat Type:=xlTypePDF, Filename:=PDFFile, Quality:=xlQualityStandard, IncludeDo...

6 years ago
Forum
Reply
RE: Export each WS to individual PDF - help need error - "Method 'Select' of object '_Worksheet' failed" on Hidden Sheets

Hi Laura, Do you want to export visible sheets to pdf, or just the visible ones? Use: Dim SheetVisibility as long 'possible values: ...

6 years ago
Forum
Reply
RE: Email Worksheets as PDF

Hi, There is a "Next Wks" at the end of your code and I was not able to locate the start of this loop, this should be removed, there is no way the ...

6 years ago
Forum
Reply
RE: Unique low value in group

Sounds like a "Group By" transformation to me. If you group by hole (and player probably, not sure) and choose a Count as aggregation, you will be abl...

6 years ago
Forum
Reply
RE: Help converting Macro to be compatible with Mac

Not easy. I use different codes on windows, for mac there can be at least 2 separate cases. The code is limiting the number of selected files to...

6 years ago
Forum
Reply
RE: Cant Update some of the Links in your workbook message

Hi Aye, Check the Names Manager, it's possible that one of the names has references to those external sources. Another place where links can "hi...

6 years ago
Reply
RE: cell should show up the value 0 in place of #N/A

I think you are making a mistake here. IFERROR will not display blanks. IFERROR dislays whatever YOU want to display, like: =IFERROR(oldformula,...

6 years ago
Reply
RE: need macro code

Hi Sunil, You will have to clarify the request. For the moment, it's not clear what the code should search for, where it needs to display the resul...

6 years ago
Forum
Page 83 / 130