Forum

Charles Johnson
@kjbox
Trusted Member
Joined: Apr 25, 2020
Last seen: Apr 2, 2025
Topics: 13 / Replies: 55
Reply
RE: Help with VBA

Try the attached. I converted all the tables to Excel Built-in Tables and added some named ranges. Code assigned to the button, via click event, i...

1 month ago
Reply
RE: Make "if" statement dynamic

Thanks again Velouria. I did that and tested by changing "Include Gears" from "No" to "Yes" for Automatic, and adding a new Transmission_Type "Indi...

4 months ago
Forum
Reply
RE: Make "if" statement dynamic

Yes I could do that, and just hope that the need to add the No of gears and "Sp" always applies only to MTM and does not change to being needed for ex...

4 months ago
Forum
Reply
RE: Make "if" statement dynamic

Thanks Velouria. I had already considered that and tried it. However that does not add the No. of Gears and "Sp" to all the "MTM"s, I would stil...

4 months ago
Forum
Topic
Forum
Replies: 6
Views: 305
Reply
RE: Tool-tip like Comments

This will add a comment to cell A1 when its value changes via cell validation, rather than using a message box. The comment will become visible whe...

4 months ago
Reply
RE: Personal.xlsb file opening like a normal workbook

I found a fix! Here it is, incase anybody else suffers the same issue. When you open Excel select the Personal Macro Workbook and go to: Vie...

4 months ago
Reply
RE: Adding a letter to text in a column

Thanks Riny. A couple of tweaks (the actual file already had a column headed "Index", it is a catalogue) and all is working perfectly. I will le...

5 months ago
Forum
Reply
RE: Adding a letter to text in a column

Thanks Riny, that looks perfect! I will add your M code to the M code in my actual file and see if it works there, I am confident it will.

5 months ago
Forum
Topic
Forum
Replies: 3
Views: 312
Reply
RE: Calculation result insert into summary

Sorry, but based on the mass of data scattered all over the place for each Factory and your explanation in your opening post I cannot work out what it...

5 months ago
Forum
Reply
RE: Calculation result insert into summary

Probably, or in Power Query. But without seeing your data it is impossible to say for sure.

5 months ago
Forum
Reply
RE: Need help with combination of more modern functions Filter, Choose and others to solve this problem

Much better, Riny! INDIRECT should be avoided whenever possible due to it volatility.

5 months ago
Reply
RE: Need help with combination of more modern functions Filter, Choose and others to solve this problem

Try this in B43 =IF(INDIRECT("Table_Matrix["&Person&"]")="X",XLOOKUP(SubNrs,Table_Tasks[subnr],Table_Tasks[task],""),"") Note I made B41...

5 months ago
Page 1 / 5