Forum

Philip Treacy
Philip Treacy
@philipt
Admin
Member
Joined: Oct 5, 2010
Last seen: Sep 10, 2025
Topics: 61 / Replies: 1581
Reply
RE: creating formula for tiered commissions

Hi Cally, If you want the 3 separate calculations they will individually look a little different to the initial formula, because some of the logic ...

5 years ago
Reply
RE: creating formula for tiered commissions

Hi Cally, If your value is in B2 =IF(B2<150000,B2*0.025,150000*0.025)+IF(B2>150000,IF(B2>500000,(350000*0.01)+(B2-500000)*0.005,(B2-150...

5 years ago
Topic
Forum
Replies: 1
Views: 153
Reply
RE: Dynamic dropdown problem in table / range

Hi Josias, It's a bit confusing because your initial post, subsequent post and attached workbook don't all agree. For example, you don't have a Sh...

5 years ago
Reply
RE: CountIFS when trying to calculate number of equal or less than dates compared to another date

Hi Gary, Can you attach your workbook please so we don't have to type in your data. Thanks Phil

5 years ago
Reply
RE: Find what causes vba to trigger

EDIT: Velouria posted while I was looking at the workbook 🙂 Hi John, On the 'Schedule 2020' sheet, cell E10 is part of the header row for ...

5 years ago
Forum
Reply
RE: Maximum/Minimum Temperatures and Windspeeds.

Hi Craig, That's an image of your spreadsheet, not the spreadsheet. Phil

5 years ago
Reply
RE: checking rate of a particular number by formula

Hi Salim, Maybe rearranging your data so that it is in a format that will work with the functions in Excel is a better solution than requiring a co...

5 years ago
Reply
RE: checking rate of a particular number by formula

Hi Salim, Isn't this the same problem I answered here Regards Phil

5 years ago
Reply
RE: Get Data from Website that need login using VBA Excel

Hi Audrian, Glad you got it sorted out. If there are 2 tables with the same id then the HTML is invalid/incorrectly written. An id should be uni...

5 years ago
Forum
Reply
RE: How to Lookup Value

Hi Salim, Please always start a new topic for each new question. You can use VLOOKUP to solve this - see attached. Regards Phil

5 years ago
Reply
RE: Find what causes vba to trigger

Hi John, Please provide your workbook when asking a qs like this. I can't look at the code modules or the sheet contents to answer you properly. ...

5 years ago
Forum
Reply
5 years ago
Forum
Reply
RE: Get Data from Website that need login using VBA Excel

Hi Audrian, You need to let me now what line is generating that error. What line is highlighted in yellow in the debugger? I'd guess that the V...

5 years ago
Forum
Page 54 / 110