EN VI
Posts (0)
Questions (29)
2024-03-13 19:00:08
Try this formula: in cell E1 =VSTACK(TRANSPOSE(A1:A3),WRAPROWS(B1:B9,3))
Tags: excel text ms-office
2024-03-14 03:00:05
You could try using EXPAND() function: =TOCOL(EXPAND(A1:A5,,2,"")) Or, =TOCOL(EXPAND(A1:A5,,MAX(A1:A5)/2,""))
2024-03-14 10:30:06
There are many of ways of achieving the desired outputs these days, if you are using Modern Versions of Excel, one such way is using Power Query or Newer Excel Functions, which makes it relatively eas...
2024-03-14 20:30:05
In my case it works by using this : =IF(AND(A2>=17, A2=50, A2
Tags: excel
2024-03-15 06:00:06
You are falling into the "subroutine". You need the following code adjustment: Do While Cells(EndValueCell, 3) > 0 EndValueCell = EndValueCell + 1 Loop GoSub EndTime Exit Sub ' 0 EndValueC...
Tags: excel vba
2024-03-15 06:30:04
Use two Dictionary objects to track the Provision of customers Microsoft documentation: Range.Resize property (Excel) Application.Union method (Excel) Option Explicit Sub Demo() Dim oDicBAD...
Tags: excel vba dictionary
2024-03-15 16:00:05
You can use this formula for the red part: =(D1=0)*(D1"") It returns true if the cell isn't empty and the value = 0. (Btw: like this the condition is international ... you could use AND or ISNUMERIC...
2024-03-15 20:00:07
The file of the first SaveAs seems to have two 2023 which is according to you is wrong, this is because the file path also includes another 2023 and missing a \ behind the 2023 I strongly believe. FI...
Tags: excel vba filenames
2024-03-15 22:30:04
Lock the row references using $: Formula1:="=" & ws1.Name & "!" & "A$1:A$" & aantalrijen2 Or just make the whole reference absolute: Formula1:="=" & ws1.Name & "!" & "$A$1:$A$" & aantalrijen2
Tags: excel vba validation
2024-03-16 00:00:07
Well, if I have understood correctly, the following formula should work as per the given conditions: • Formula used in cell C21 =LET(_Data, C3:C19,_Names, $J3:$J7,FILTER(_Names,1-ISNA(XMATCH(TEXTBEF...

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