Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Jun 8, 2026
Topics: 61 / Replies: 1588
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...

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

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

6 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

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

6 years ago
Forum
Reply
RE: Sync Slicers through VBA

Hi Riste, You can't sync these slicers because the pivot tables they are attached to have different data sources and therefore different pivot cach...

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

Hi Graham, You don't need VBA to do this, just use a lookup function like VLOOKUP or XLOOKUP. See attached. Regards Phil

6 years ago
Forum
Reply
RE: Can someone check my calculations?

Hi Michael, What is an ATI? It appears that this calculation is using one. In 4.B.1/2 - it's not clear which applies here but it appears you are ...

6 years ago
Reply
RE: Nested For Loop Error

Hi Carlos, Please post your workbook so we don't have to recreate it. Regards Phil

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

Hi, Happy to help when we see your file. Did you check this which explains how to attach a file? regards Phil

6 years ago
Reply
RE: Populate userform with data from sheet

Hi Bandi, To populate a ComboBox use the RowSource property. First create a named range for the cells containing the data to go into the list, the...

6 years ago
Reply
RE: Invert columns into rows

Hi Lea, I'm confused. You ask that names be split so that first name and last name are on separate rows. But the example you provide in Invert-col...

6 years ago
Forum
Page 53 / 110
0