Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Mar 17, 2025
Topics: 1 / Replies: 1936
Reply
RE: Dependent Drop Lists

Hi Shawn, Change the pivot structure to display the team name, not just the team member. The pivot should look like this: Team Player Cubs ...

3 years ago
Forum
Reply
RE: Unique Data and Dynamic Data Validation

Hi Shawn, Your formula is NOT checking the combination of ART and TEAM columns. WorksheetFunction.CountIf(EvalRange, Target.Value) just checks t...

3 years ago
Forum
Reply
RE: Run-time error -2147024809 (80070057) - You cannot use this command on a protected sheet.... but the sheet is NOT protected!

Hi Shawn, The error comes from the fact that you are wrongly using the Disable Resize from UI. Instead of: ' Enable resizing and moving slice...

3 years ago
Forum
Reply
Reply
RE: Adding customised summary rows after a group in a pivot

See image attached, you still have a few ways to customize the pivot using default tools.

3 years ago
Forum
Reply
RE: Adding customised summary rows after a group in a pivot

Hi Ahmad, Building a data model needs a properly organized data. For example, the budget seems to pe Per Project, not per expense, so repeating ...

3 years ago
Forum
Reply
RE: Copy Row Range to Next Row if Two Criteria met

Here is a resource that explains what are defined tables: They are special objects that can be easily manipulated from visual basic, the code will r...

3 years ago
Forum
Reply
RE: Return specific value in excel

Hi Waqas, Try this in B1: =IF(A1>500,15%,IF(A1>=1,13%,0))

3 years ago
Reply
RE: Run-time error -2147024809 (80070057) - You cannot use this command on a protected sheet.... but the sheet is NOT protected!

The IsLocked function is wrong. Function IsLocked(ByVal iSheetIndex As Integer) As Boolean ' Return true if sheet is protected, false if not ...

3 years ago
Forum
Reply
RE: Show data of the month filtered only

Hi Emmanuelle, The reason is that you are using in Month filter a field from Calendar 2, which does NOT have a relationship with per country table....

3 years ago
Forum
Reply
RE: Adding customised summary rows after a group in a pivot

Hi Ahmad, Custom rows are possible, you can take a look at these posts: Can you create please a sample of the desired result, with normal ex...

3 years ago
Forum
Reply
RE: Creates usable slicers and add rows with data validation on a protected sheet

Hi Shawn, Much better than images. Use only: =OFFSET(Fruits!$N$10,,,COUNTA(Fruits!$N$10:Fruits!$N$999),1) (without iferror)

3 years ago
Forum
Reply
RE: Creates usable slicers and add rows with data validation on a protected sheet

By default, the pivot table will create a unique list of items from that column, you don't have to remove duplicates..

3 years ago
Forum
Reply
RE: Copy Row Range to Next Row if Two Criteria met

Hi Sherry, The layout is not the most inspired one, it will cause problems in finding the last row because of the formulas and colors. Why not u...

3 years ago
Forum
Reply
RE: FILTER spill values giving #VALUE! error due to character length

Hi Sean, There can be workarounds, but we need to understand first how are you using the results to be able to provide an alternative. Can you d...

3 years ago
Page 20 / 130