questions/others/page/16
Hi , there are few steps to ...READ MORE
The below formula will create a unique ...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
The quickest way to add a column ...READ MORE
Similar to Sean's fantastic response, mine also ...READ MORE
I implemented a workaround by detecting what ...READ MORE
There is an excel if() function for ...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
You must associate the value with the ...READ MORE
Example: Code: Set pptApp = GetObject(, "PowerPoint.Application") Set pptPres = ...READ MORE
Icons have their own coding you can ...READ MORE
This is so that letters cannot be ...READ MORE
Evaluate might suit: Function Eval(Ref As String) ...READ MORE
If the conditions are separate and unrelated, ...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
Here is a basic macro that deletes ...READ MORE
In PQ, highlight the Group column and ...READ MORE
The copy inside the loop is overwriting ...READ MORE
You copy a worksheet from before each ...READ MORE
ISNUMBER(SEARCH("Maria,",SUBSTITUTE(A1:A4,"]",","))) shows TRUE if Maria is found and false if it would ...READ MORE
You must include the xlsx file extension. The ...READ MORE
In Excel-365 you can directly use ABS() function with array of ...READ MORE
Create two formula-based rules: =ROW()=CELL("row") =COLUMN( ...READ MORE
Dates in Excel are just formatted numbers, ...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
Excel has a few oddities that must ...READ MORE
In Excel 2013 this formula can be ...READ MORE
Why not just use RANDBETWEEN(B2*0.9, B2*1.1) if ...READ MORE
Multiple ways, one is to use FILTERXML(): Formula in B2: =TRANSPOSE(FILTERXML("<t><s>"&SUBSTITUTE(A2," ...READ MORE
Try this: Dim wb ...READ MORE
Macro1 is illegible as syntax. After the ...READ MORE
You can add the image into a ...READ MORE
Try the following formula in C4 and ...READ MORE
With Xlwings, you may accomplish this by ...READ MORE
Only the period (.) is accepted by ...READ MORE
For the cell address: =LET(ζ,B4:F11,BASE(MIN(IF(ζ=M ...READ MORE
I suppose Excel has handled December 21 ...READ MORE
Try this: =COUNTIF(B:B,"my citeria") so if your Column ...READ MORE
This is your formula: =COUNTIF(Sheet1!$A$2:$B$15,Sheet2!B1) Chan ...READ MORE
You may convert centimetres to points in ...READ MORE
Use of Google Spreadsheet is a straightforward ...READ MORE
you should put those two dates between ...READ MORE
In Office365 and LibreOffice Calc, there is ...READ MORE
I need to record the path of ...READ MORE
Use this: url = "..../picture.jpg" data = urllib.request.urlopen(url).read() file = ...READ MORE
I've discovered that getting the desired result ...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.