Forum

Purfleet
@purfleet
Reputable Member
Joined: Dec 20, 2019
Topics: 0 / Replies: 412
Reply
RE: DATEDIF Formula

Just wrap it in a iferror - =IFERROR(DATEDIF(A2,B2,"m"),"")

5 years ago
Reply
RE: Excel for Mac | Decimals commas vs full stops.

if the data is exported from a system with commas and imported as a text file with the comma, it is likley that excel is just treating it as text and ...

5 years ago
Reply
RE: Assign Unique Numbers or IDs

do you want a unique number per row or per category per row? How many numbers in the unique number? can the number contain characters or just numbers?...

5 years ago
Reply
RE: Excel Dashboard using formulas & charts

Hi Amy You have only attached the data not any of your attemps. I would be better if you can add what you were trying so we can help with where ...

5 years ago
Reply
RE: Identify cell color from conditional formatting

Just had a quick check and i think it is a combination of missing the displayformat & using colorindex rather than color This deletes the red c...

5 years ago
Forum
Reply
RE: Password Log - To open other excel password protected documents

yes quite straight forward Sub OpenWBwithPW() Dim p As String Dim f As String p = "F:Moth" f = "TestOpenPW.xlsx" Workbooks.Open (p & f...

5 years ago
Forum
Reply
RE: Complex Dynamic Nested Formula

The LEFT($A2,7) takes the first 7 characters of a2, the trim gets rid of any spaces, the search looks for the result of left/trim in the rest of colum...

5 years ago
Reply
RE: Complex Dynamic Nested Formula

Certainly not the finished article but this seems to work on the limited data set you have attached =IF($B3=1,SUMPRODUCT(--ISNUMBER(SEARCH(TRIM(LEF...

5 years ago
Reply
RE: Complex Dynamic Nested Formula

Hello Tom I am a bit confused with the layout of the spreadsheet at the moment, so if you can clarify the following • I get the 1/2/3 in Column ...

5 years ago
Reply
RE: Frequency count in pivot table

can you add an example workbook rather than a screen shot? oitherwise we have to guess the data layout

5 years ago
Reply
Reply
RE: Sending Mails from Excel

VBA and sending emails has been cover loads of times on this forum, i would suggust reading through the blogs

5 years ago
Forum
Reply
RE: How to hide viewer bar in my file ?

Not sure why you would want to in a worksheet but...... Sub scrollbars() ActiveWindow.DisplayHorizontalScrollBar = False ActiveWindow.DisplayVer...

5 years ago
Reply
RE: calculated item

Nothing attached

5 years ago
Reply
RE: VBA for combining Various Worksheets in a single PDF.

By its nature the drop down can only have one number in it, so i assume you mean that you want a 3 page PDF for each row in the master sheet? Try t...

5 years ago
Forum
Page 9 / 28