Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
Reply
RE: Automatically email multiple PDF documents from one sheet that has a dropdown list

Hi Rob, DV = Data Validation = Drop Down. These are the lists you wanted to use to load different investors details into the sheet before creating...

6 years ago
Forum
Reply
RE: How to download PPT from lectures?

Hi Rose, At the start page for each course there's a link to download any associated course files, e.g. for Power BI you'll see this link Regard...

6 years ago
Reply
RE: Automatically email multiple PDF documents from one sheet that has a dropdown list

Hi Rob, You don't have any DV lists set up. In the code I sent you, and in the image posted above, the cell using the DV List is B6. In the cod...

6 years ago
Forum
Reply
RE: Cumulative sum over time by group

Hi Bruno, Sounds like a job for a pivot table. Please supply your workbook with the data. Regards Phil

6 years ago
Reply
RE: Using time/date formula in a securities transactions

Hi Jay, You need to wrap the 2 x COUNTIFS in an OR because you want to check both forwards or backwards in time for another Buy =IF(AND(I7<0,...

6 years ago
Reply
RE: Automatically email multiple PDF documents from one sheet that has a dropdown list

Hi Rob, That's an XLSX file so there's no VBA in it. You'll need to save the file as a .XLSM. Phil

6 years ago
Forum
Reply
RE: Automatically email multiple PDF documents from one sheet that has a dropdown list

Hi Rob, No worries, can you supply your workbook please, it's difficult to debug without the actual code. regards Phil

6 years ago
Forum
Reply
RE: Using time/date formula in a securities transactions

Yeah sorry, I meant COUNTIFS! I've adjusted my reply.

6 years ago
Reply
RE: Using time/date formula in a securities transactions

Hi Jay, You can use COUNTIFS to check the conditions (Loss and within 30 days). =IF(AND(I7<0,COUNTIFS(B$3:$B6, ">="&B7-30,$A$3:A6, "...

6 years ago
Reply
RE: vba script for pie n bar charts

and this post is specifically about Pivot Charts P

6 years ago
Forum
Reply
RE: Using time/date formula in a securities transactions

But how do I know what shares were bought when? I don't see where the actual share is identified. Are you buying/selling the same share (company) in...

6 years ago
Reply
RE: COPY AND PASTE CONDITIONALLY

Hi Sholtan, This sounds like homework. Have you tried to solve it yourself? Please attach your attempt and I'll be happy to guide you. Regards...

6 years ago
Forum
Reply
RE: Automatically email multiple PDF documents from one sheet that has a dropdown list

Hi Rob, Attached is a workbook with code that does the job. However, you'll need to incorporate it into your own workbook. As it is it's not usin...

6 years ago
Forum
Reply
RE: Using time/date formula in a securities transactions

Hi Jay, There's no information on your workbook about when/if a security has been bought or sold in the 30 days before or after any particular tran...

6 years ago
Page 72 / 110
0