questions/others/page/16
I changed this: iTotalRows = source.Worksheets("Export").Range("B1:B" & Cells(Rows.Count, ...READ MORE
Try the following formula- =TEXTJOIN(" ",1,FILTER($A$1:$C$1,A2:C2<>"")&":"&FILTER(A2:C2,A2:C2<>"")) To make it ...READ MORE
You can accomplish this with countif and a sliding ...READ MORE
Hi , there are few steps to ...READ MORE
The quickest way to add a column ...READ MORE
You appear to be misunderstanding the point: ...READ MORE
This is so that letters cannot be ...READ MORE
There is an excel if() function for ...READ MORE
Similar to Sean's fantastic response, mine also ...READ MORE
The below formula will create a unique ...READ MORE
If the conditions are separate and unrelated, ...READ MORE
You copy a worksheet from before each ...READ MORE
At the top of the script you ...READ MORE
Use this: =BYROW(SEQUENCE(5),LAMBDA(b,TEXTJOIN(",",,SEQUENCE(1,5,b)))) The second sequence is changed from ...READ MORE
Icons have their own coding you can ...READ MORE
In PQ, highlight the Group column and ...READ MORE
Try: The formula in B1: =AND(BYROW(TEXTSPLIT(A1," "," ",1),LAMBDA(x,SUM((LEN(x)={3,7,4,4,5})ISNUMBER(-x)(MID(TAKE(x,-1),3,1)="."))))) Or, write a ...READ MORE
Evaluate might suit: Function Eval(Ref As String) ...READ MORE
Here is a basic macro that deletes ...READ MORE
The copy inside the loop is overwriting ...READ MORE
ISNUMBER(SEARCH("Maria,",SUBSTITUTE(A1:A4,"]",","))) shows TRUE if Maria is found and false if it would ...READ MORE
You may convert centimetres to points in ...READ MORE
Create two formula-based rules: =ROW()=CELL("row") =COLUMN( ...READ MORE
Multiple ways, one is to use FILTERXML(): Formula in B2: =TRANSPOSE(FILTERXML("<t><s>"&SUBSTITUTE(A2," ...READ MORE
You must include the xlsx file extension. The ...READ MORE
The reason for this is that the 'words' ...READ MORE
The MaxMinVal was when you wanted to ...READ MORE
If not already done, save and close ...READ MORE
You can accomplish your goal with Power ...READ MORE
Dates in Excel are just formatted numbers, ...READ MORE
In Excel-365 you can directly use ABS() function with array of ...READ MORE
Try this: Dim wb ...READ MORE
Try the following formula in C4 and ...READ MORE
Why not just use RANDBETWEEN(B2*0.9, B2*1.1) if ...READ MORE
With Xlwings, you may accomplish this by ...READ MORE
Excel has a few oddities that must ...READ MORE
I suppose Excel has handled December 21 ...READ MORE
In Excel 2013 this formula can be ...READ MORE
This is your formula: =COUNTIF(Sheet1!$A$2:$B$15,Sheet2!B1) Chan ...READ MORE
For the cell address: =LET(ζ,B4:F11,BASE(MIN(IF(ζ=M ...READ MORE
Macro1 is illegible as syntax. After the ...READ MORE
Try this: =COUNTIF(B:B,"my citeria") so if your Column ...READ MORE
You can add the image into a ...READ MORE
Only the period (.) is accepted by ...READ MORE
I've discovered that getting the desired result ...READ MORE
you should put those two dates between ...READ MORE
In my application, I'm experiencing a similar ...READ MORE
Use of Google Spreadsheet is a straightforward ...READ MORE
Follow these procedures to update the master ...READ MORE
Use this: url = "..../picture.jpg" data = urllib.request.urlopen(url).read() file = ...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.