questions/page/139
Transpose Last Rows Sub PrintLastRowsAddress() ...READ MORE
If you encounter an error stating "'some.function' ...READ MORE
Change this ActiveCell.Offset(k + 7, 0).AutoFill Range(ActiveCell.Offset(0, 0), ActiveCell.Offset(2, ...READ MORE
3 Try: The formula in B1: =IF(SUM(COUNTIF(A1,{"* IDE","* IDE-?"})),"Y","N") Or, a little ...READ MORE
Try: The formula in F3: =TAKE(SORT(FILTER(A:C,B:B=F1),1),- ...READ MORE
Hi, I have joined in a course in ...READ MORE
Application.DisplayStatusBar = True Is cancelling your ...READ MORE
I paste the values with a keyboard ...READ MORE
Duplicate Columns Why these complications? Flexibility. You don't have ...READ MORE
It's just out of curiosity but which ...READ MORE
Change the file content of c:\wamp\alias\phpmyadmin.conf to ...READ MORE
Use the VLOOKUP function. Your Spreadsheet 2's first column will ...READ MORE
Use: =RegexReplace("This 9 is 8 a 77 6 ...READ MORE
Excel 365 for MAC should have the BYCOL function, Given: Your ...READ MORE
To format a number using fixed-point notation, ...READ MORE
You can use this formula: =LET(values,B1:E2, headers,MAP(values,LAMBDA(v,INDEX(A1:A2,ROW(v)))), HSTACK(TOCOL(headers),TOCOL(values))) Via MAP the row headers ...READ MORE
I need to create XRay to collect ...READ MORE
You just need to adjust the font ...READ MORE
When the links in the master sheet ...READ MORE
Using xlwings, I have really discovered how ...READ MORE
Try this: Option Explicit Sub demo() ...READ MORE
I added all the selenium jars in ...READ MORE
Try, =DATEDIF(0,DATEDIF(B2,C2,"D")*0.75,"Y") & " Years, " & DATEDIF(0,DATEDIF(B2,C2,"D")*0.75,"YM") ...READ MORE
I think there is no built-in function ...READ MORE
Try this: #"Added Custom" = Table.AddColumn(#"PriorStepNameHere", "Hour", each ...READ MORE
I have a homework to make a ...READ MORE
Create a CSV file that is in ...READ MORE
For a project I'm working on, Ruby ...READ MORE
You have to use dateadd. For i = 1 ...READ MORE
You can use a Select Case statement : Option Explicit Sub ...READ MORE
Use this: =IFERROR(LEFT(A1,FIND(" ",A1)-1),A1) What does it do? Finds the ...READ MORE
If the problem is the use of Clear then ...READ MORE
You can use OLEDB to create and ...READ MORE
You can use useId to create a ...READ MORE
If you wish to utilise a single ...READ MORE
This is the best way I've found ...READ MORE
How can I use Python to turn ...READ MORE
What is the base language used to ...READ MORE
The following has passed my tests, and ...READ MORE
I created an application using AWS Amplify, ...READ MORE
VBA bubble sort - no changes to ...READ MORE
I'm new to programming, I was asked ...READ MORE
My most recent computer test had a ...READ MORE
Verify the indentation. I executed the sample ...READ MORE
How can I utilise a linked list ...READ MORE
Use WorksheetFunction.CountA() (https://learn.microsoft.com/en-us/office/vba/api/excel.worksheetfunction.counta) function If WorksheetFunction.CountA(rng) = 0 Then ...READ MORE
Given two integer numbers, return their product ...READ MORE
Try this: def teste(id): listID = ...READ MORE
It's possible that I don't understand how ...READ MORE
Data is separated into CSV (Comma Separated ...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.