Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 15, 2025
Topics: 61 / Replies: 1581
Reply
RE: Pull data from Dat files in excel sheet

I am not familiar with your dat files structure which is why I need to see examples. Even with the data you supplied above it's not clear what the...

6 years ago
Forum
Reply
RE: combine data from multiple workbook (common columns a-u, rows will fill) and copy to a one master excel file.

Hi Blue, I'd be looking to use Power Query for this. I'd need to see some examples of your files before I could offer any more. Regards Phil

6 years ago
Forum
Reply
RE: Pull data from Dat files in excel sheet

Hi Ivica, We'll need to see some of these DAT files to understand how the data inside them is structured. Can you please supply some. Do you wa...

6 years ago
Forum
Reply
RE: Count the outlook emails recursively according to different criterion using VBA Excel

Hi Jatin, The code here loops recursively through all Outlook folders Regards Phil

6 years ago
Forum
Reply
RE: Need some help with using Vlookup or a combination of Index and Match

Hi, If your data starts in A1 on both sheets then you can make use of implicit intersection and the formula =INDEX(Source[[Column2]:[Column4]...

6 years ago
Forum
Reply
RE: help with a vba excel do until loop

Hi Larry, This code will do what you want. It uses FillDown to fill an empty cell with the value above it Sub FillDown() Dim i As L...

6 years ago
Forum
Reply
RE: Macro editing for pdf's creation (one file each row)

Hi Stefano, Try the attached file. regards Phil

6 years ago
Forum
Reply
RE: help with a vba excel do until loop

Hi Larry, You can use something like this Sub copystuff() Dim i As Long i = 0 While Range("A1").Offset(i, 0).Value &l...

6 years ago
Forum
Reply
RE: Adding Words

Hi Marsil, It's not exactly clear to me what you want to do. When I run the macro, I should change below cell count. so if there ability to run ...

6 years ago
Forum
Reply
RE: Macro editing for pdf's creation (one file each row)

Hi, The attached file will create a PDF for each row, but it is just saving the ActiveSheet as per your code. Is this what you want? Regards ...

6 years ago
Forum
Reply
RE: Excel and Powerapps

No worries Alan 🙂

6 years ago
Reply
RE: Percentage difference question?

Hi FS, Let's use smaller numbers, all those 0000 are hurting my eyes 🙂 If we start with 10 and it increases to 11 then the change is +1. The %...

6 years ago
Reply
RE: Percentage difference question?

Hi FS, It depends on the percentage of which number you are calculating for. Your formula is (100000 - 110000) / 110000 Which is equal to 0....

6 years ago
Reply
RE: Excel and Powerapps

Hi Alan, Yes you can add a file as your data source after you've created the app, but it may (will) require reconfiguring your app. I don't know...

6 years ago
Reply
RE: Date in Excel - How to change a date or region setting?

Hi Lea, This is controlled by your Region settings in Control Panel. Your Windows may be set to English but it might be set to English (United S...

6 years ago
Page 85 / 110