Forum

Velouria
@debaser
Moderator
Member
Joined: Nov 1, 2018
Last seen: Jun 10, 2026
Topics: 0 / Replies: 841
Reply
RE: Calculating the number of days between 2 dates based on another 2 dates

OK, there are almost certainly simpler formulas, but I think this works in G15 and copied across and down: =LET(firststart,MAX($B15,G$12),firstend,...

2 years ago
Reply
RE: Calculating the number of days between 2 dates based on another 2 dates

Which version of Excel do you have? It will affect which functions can be used. For the first one, I think this formula in G5 and copied across and...

2 years ago
Reply
RE: Cell counting by color

Hi Hans, It doesn't work properly though. DisplayFormat cannot be reliably used in a UDF - try updating some of the values so they go yellow and yo...

2 years ago
Forum
Reply
RE: Power Query - File Path & File Name Using SharePoint and Defined Name (Excel)

You can load a named range in using syntax like: = Excel.CurrentWorkbook(){[Name="filepath"]}[Content]{0}[Column1] For the special characters in...

2 years ago
Forum
Reply
RE: Bypass $RECYCLE.BIN & System Volume Information

Try amending the second sub to: Sub ListFilesInSubFolders(StartingFolder As Scripting.Folder, LinksTable As ListObject, ByRef ArrResults() As ...

2 years ago
Forum
Reply
RE: Outlook Save Specific Attachment - Replace KILL with a code to Replace/Overwrite

You can't automatically overwrite it. You have to delete the old one then save the new one. I would suggest moving the kill line to just before the sa...

2 years ago
Forum
Reply
RE: Filter data in one column of pivot table (but not sum of data in 2 columns)

Depending on your end goal, a quick method is to use an autofilter on the sheet and simply hide rows that way.

2 years ago
Reply
RE: Need to COUNT instances of TRUE in Power Query within 6 fields (in same table)

I don't see the problem. Once you have it split into entities, you can filter out whatever you are interested in.

2 years ago
Forum
Reply
RE: Assistance needed with formula that should ignore hidden cells

For your original data set with the Auxiliary column in place, perhaps: =IF([@Override]="Yes","Yes",IF(OR([@Supplier]="",[@[Comparative Price]]="")...

2 years ago
Reply
RE: Need to COUNT instances of TRUE in Power Query within 6 fields (in same table)

It would seem to me that it would be simpler to just parse the Applicable QMS Entities column into new rows split on the semicolon, so that you get a ...

2 years ago
Forum
Reply
RE: = in a formula works but <= does not!!

Further to what Hans said, using = will cause (for reasons only MS understand) SUMIF to convert numeric text to numbers before doing the comparison, b...

2 years ago
Reply
RE: Paste Special not available

Perhaps you have event code such as a Worksheet_SelectionChange routine that is preventing it. (it may be deliberate) Is it your workbook, or did some...

2 years ago
Reply
RE: Paste Special not available

Is it only Paste Special, or is Paste also disabled? Also, is it a macro-enabled workbook?

2 years ago
Reply
RE: Paste Special not available

Is it one particular file or all files?

2 years ago
Page 8 / 57
0