Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
Reply
RE: Concatenating and Do While Loop VBA

Hi, This looks like a job for Power Query. If you can provide some sample files with the source data then I can write a query for you. regards ...

6 years ago
Forum
Reply
RE: Macro to save to new folder works for me but not others

Hi Netty, Workbook is password protected. Can't open it. Regards Phil

6 years ago
Forum
Reply
RE: Change aggregation of Grand Total in Pivot table

Hi Erdenebileg, No worries. Sorry your explanation isn't clear still. You refer to 'the expected result is to get correct values' but I don't k...

6 years ago
Reply
RE: Problem solving excel exercice

Hi Franck, The purpose of his forum and site is not to do homework for people! You can search our site and find information on everything you ne...

6 years ago
Reply
RE: Import multiple variable text files to multiple worksheets in Excel, remove top rows

Hi Matt, We need to see the source data to write any kind of query, please supply them, even just some samples. Where do you get the files? A...

6 years ago
Forum
Reply
RE: Setting up data to create dashboard

Hi Sue, To use VLOOKUP the way you need requires a list that has unique values that can be looked up. So in the case of looking up the Section in C...

6 years ago
Reply
RE: Selenium Vba: Click button on web page

No worries. That's why I needed the whole page so I could count things like that 🙂

6 years ago
Forum
Reply
RE: dynamic range names

Hi Chris, Using XLOOKUP you can create a dynamic DV list with this formula =XLOOKUP("mouse",Table1[animal],Table1[test],,,1):XLOOKUP("mouse",Tab...

6 years ago
Reply
RE: Change aggregation of Grand Total in Pivot table

Hi Erdenebileg, I'm not sure I've totally understood everything because you mention in Step 1 finding a percentage charge based on number of people...

6 years ago
Reply
RE: Selenium Vba: Click button on web page

Hi Rajsha, If it's not publicly accessible or requires a login, can you at least view the page source code and copy/paste that into a text file. ...

6 years ago
Forum
Reply
RE: Choose tier or level based on input value

Hi Ahmad, range_lookup defaults to True which means VLOOKUP will look for an approximate match. This is what you want in this scenario because you...

6 years ago
Reply
RE: how to do a look up based on a pair of reference columns

Hi Chris, You can use the Filter function for this: =FILTER(Table1[data1]:Table1[data3],((Table1[animal]="cat")*(Table1[test]="test 2"))) Reg...

6 years ago
Reply
RE: Selenium Vba: Click button on web page

Hi, It'll be easier to do if you can supply the url of the page rather than just having a fragment of the age to work with. regards Phil

6 years ago
Forum
Reply
RE: Sync Slicers through VBA

Hi Riste, Why not rearrange your source data into a single table. Then create 2 pivot tables from the same source, that way you can connect the sl...

6 years ago
Forum
Page 52 / 110
0