questions/others/page/6
Please, try the next function: Function extractLetter(rng As ...READ MORE
Try this: =QUERY(QUERY({QUERY('Movimentações'!A2:J,"Select F,C,D,E,(I*-1),(I*-1*J),(I*0),(J*0) where A matches 'Venda' ...READ MORE
Please try the following modified code. The ...READ MORE
I'm looking for a hacky way to ...READ MORE
Please attempt the next option. It is ...READ MORE
The formula should be (in Excel 365) =SUM(--(COUNTIF(Draws!$B$2:$G$18,B2:K2)>0)) so ...READ MORE
Your desired outcome will not be produced ...READ MORE
That's because you formatted the output using ...READ MORE
Assume your tables as named are read ...READ MORE
Try this: =TEXT(FILTER(SEQUENCE(DAY(EOMONTH(A4,0)),,EOMONTH( ...READ MORE
Try using ADODB. Option Explicit Sub Export1line() ...READ MORE
The csv module or the pandas library ...READ MORE
Try this: Private Sub CommandButton1_Click() ...READ MORE
Try this: Fonte = ...READ MORE
Try this: Sub macro1() ' Macro1 Macro ' Dim ws As ...READ MORE
You can use either XLOOKUP() or INDEX() with MATCH() Function. • Formula used in ...READ MORE
Try this: Sub ColorCompanyDuplicates2() 'best practice to define all ...READ MORE
Add almost 30 minutes and it'll get ...READ MORE
Concatenate If Not Blank Replace the J with I to replace as ...READ MORE
Use this formula: =SUM(--(A2:E2=$A$1:$E$1)) READ MORE
A VBA Lookup: Lookup Headers in an ...READ MORE
Try this: • Formula used in cell J14 =COUNTIFS($F:$F,$I14,$H:$H,K$13) Fill Down ...READ MORE
Go to Conditional Formatting -> Rules to ...READ MORE
To answer your question, as this port ...READ MORE
As Target is a range, it may ...READ MORE
We utilise MID to parse the string. ...READ MORE
Change your code like this: Dim LastColumn As ...READ MORE
It must function. You aren't opening the Workbook ...READ MORE
Works as shown: Just note that cell c1 ...READ MORE
Range.merge() Operation is not possible in ExcelScript ...READ MORE
Range method works, always identify the sheet ...READ MORE
You may accomplish this using an Excel ...READ MORE
The Immediate pane has a built-in limit ...READ MORE
If it must be done inside of ...READ MORE
Try this: Sub getdata() Const ...READ MORE
Try this: Private Sub CommandButton1_Click() Dim ...READ MORE
Row 1048576 will be returned by end(xldown) ...READ MORE
I would use a Dictionary & Collection ...READ MORE
Confusion: You must declare the parameter as ...READ MORE
Giving SXSSFWorkbook a window size appears to ...READ MORE
Try this: =COUNTIFS(B:E,$A1) READ MORE
With a calculated field, you might not ...READ MORE
The requirement to pull the first Open ...READ MORE
As already mentioned as comment: Loop over ...READ MORE
If I understand you correctly, a case. ...READ MORE
Very near indeed! Copy and Paste are ...READ MORE
Copy To Multiple Worksheets A Quick Fix Option Explicit Sub ...READ MORE
Consider using a fixed template for the ...READ MORE
Use vlookup() as that is much easier ...READ MORE
Using the Find Method With a Discontinued ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.