Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 9, 2025
Topics: 61 / Replies: 1581
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 🙂

5 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...

5 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...

5 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. ...

5 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...

5 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...

5 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

5 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...

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

Hi Ahmad, IF stops evaluating when it finds a True result so you can do away with the AND functions and simplify it to: =IF(A2<3,"'0-3", IF(A...

5 years ago
Reply
RE: Control or macro to enter values in cells

Hi Peter, Please see attached file. On the 'Week Commencing' sheet, C7 uses a drop down list and conditional formatting rules to change the colour...

5 years ago
Forum
Reply
RE: Control or macro to enter values in cells

Hi Peter, You might be able to use a data validation list or a spin button control. Please supply your workbook so we don't have to recreate eve...

5 years ago
Forum
Reply
RE: Data Validation with Dependent List

Hi Yvonne, No attachment. There's a video here showing how to attach files Regards Phil

5 years ago
Reply
RE: Worksheet Change and Selection Change not working as Intended

Hi Graham, Not quite following why you can't use formulae, you need to copy/paste the values? When you add a row to the table the formulae in the ...

5 years ago
Forum
Page 52 / 110