Forum

Catalin Bombea
@catalinb
Admin
Member
Joined: Nov 8, 2013
Last seen: Mar 17, 2025
Topics: 1 / Replies: 1936
Reply
RE: Validate three conditions and insert row

Hi Adriano, Let's look closer at block 1 and 2 in your example: -in block 1 you have 1 NC, and the code is supposed to add 1 row below the NC, A...

3 years ago
Forum
Reply
RE: Validate three conditions and insert row

Hi Adriano, Can you please upload a sample file with a manual result showing how the blocks should look like based on the block description you provid...

3 years ago
Forum
Reply
RE: restore to calculated column formula

Hi Matthew, The userform should not write into the calculated column, it should write instead into an additional column, that must be handled in th...

3 years ago
Forum
Reply
RE: Help with x2 nested formulas please

Hi Jayne, In AV29, try this formula: =IF(OR(S29<=1000,ISNUMBER(MATCH(L29,{"Art Therapy","Dietetics","Music Therapy","Occupational Therap...

3 years ago
Reply
RE: Replace Values in Power Query Using List Functions

Sure, you can use List.Buffer on IDList and Emails lists, it should speed up processing.

3 years ago
Forum
Reply
RE: Help with x2 nested formulas please

Hi Jayne, Can you please upload a sample file with your data structure? Will be easier to understand your scenario and build a functional formul...

3 years ago
Reply
RE: Adding custom date column that increase by one day each row

Hi, Attached is an example, change the date as needed.

3 years ago
Forum
Reply
RE: Help-Conditional Formatting( color code) based on combination of 2 columns

Hi Rachel, Check the attached example, hope this is what you wanted.

3 years ago
Reply
RE: Replace Values in Power Query Using List Functions

Hi Tanya, Here is the one step you wanted: Custom1 = Table.FromRecords(Table.TransformRows(#"Changed Type",(rec)=>Record.TransformFields(...

3 years ago
Forum
Reply
RE: Unable to use Results.Clear getting an error

Hi Anthony, Results is a listbox object, if the code does not recognize it, you might have deleted it or renamed. See image attached. To attach...

3 years ago
Forum
Reply
RE: Unable to use Results.Clear getting an error

Hi Anthony, Can you please give us a clue to understand to what code you are referring to? A sample file with your code will be the best idea, this wa...

3 years ago
Forum
Reply
RE: Need revised Error Handler if Dates not Entered

You can use this structure: If Target.Row = 1 Then Exit Sub If Target.Cells.Count > 1 Then Exit Sub Application.EnableEvents = False Dim ...

3 years ago
Forum
Reply
RE: Switch between hidden sheets in a workbook

Hi Lea, Not sure I understood where you want to put the buttons? I have a file with 4 sheets, I want to add in them the transition buttons bet...

3 years ago
Reply
RE: Need to have File names as Sheet names in this code

Hi Isaac, Instead of: sh.Copy After: = Workbooks(strDestName).Sheets(1) Use: sh.Copy After: = Workbooks(strDestName).Worksheets.Count 'dependin...

3 years ago
Forum
Reply
RE: Need revised Error Handler if Dates not Entered

Hi Sherry, A few tips: Range(Cells(Target.Row, 27), Cells(Target.Row, 27)).Value is not the right way, as both ranges point to the same cell. Ju...

3 years ago
Forum
Page 17 / 130