EN VI
Posts (0)
Questions (29)
2024-03-10 01:30:08
Use Dictionary object to track the location (row#) of question index . The snippet can handle more choices. (eg. Q2 has 5 choices) Microsoft documentation: Dictionary object Range.End property...
Tags: excel vba vba7
2024-03-11 01:30:04
Reading/writing cells always take some time. Several changes to improve efficiency: Load data into array Write output to sheet all at once Microsoft documentation: Split function UBound function...
Tags: excel vba
2024-03-11 13:00:05
Use REDUCE to iterate A2:A3 and get the references OFFSET to get the corresponding name, INDIRECT to get the corresponding range from the given reference, IF/SEQUENCE to create duplicate names accord...
2024-03-11 22:00:09
You can achieve this by formula: =LET(data,A2:C301,idxSortColumn,3, sortColumn,CHOOSECOLS(data,idxSortColumn), sort1,SORT(FILTER(data,sortColumn=701)*(sortColumn50)*(sortColumn
Tags: excel vba
2024-03-12 16:00:11
Try this: Table.Combine(Expression.Evaluate(cnsList, #shared))
Tags: excel powerbi powerquery
2024-03-12 17:00:06
If you have datetime/time objects in Excel, the easiest might be to import as string, add the reference date when missing, convert to_datetime and subtract the reference: df = pd.read_excel('data.xlsx...
Tags: python pandas excel
2024-03-12 18:00:19
Following your idea of using Xlookup, I would use it in a reverse search like this, checking for a matching Matricula where the row number is lower. Assumes dates are in ascending order: =IFERROR([@[D...
Tags: excel criteria xlookup
2024-03-13 15:30:08
This works ... =IF(A2="","",IF(AND(B2="IN",C2
2024-03-13 17:30:09
Try this in powequery let Source = Excel.CurrentWorkbook(){[Name="Table1"]}[Content], #"Changed Type" = Table.TransformColumnTypes(Source,{{"Date", type date}}), #"Duplicated Column" = Table.Duplicat...
2024-03-13 17:30:11
You need to adjust OldPath so it only is the workbook name, not the full path. It also helps to declare the workbooks you're going to use and the worksheet the range is in. Sub RRQP() 'RRQP Macro...
Tags: excel vba excel-365

Login


Forgot Your Password?

Create Account


Lost your password? Please enter your email address. You will receive a link to create a new password.

Reset Password

Back to login