EN VI
Posts (0)
Questions (10)
2024-03-13 15:30:08
This works ... =IF(A2="","",IF(AND(B2="IN",C2
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-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-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...
2024-03-16 03:30:08
If I have understood correctly, from your OP then you would need a formula like this: • Formula used in cell E5 =SUM(SUMIFS(D5:D24,C5:C24,SEQUENCE(ROWS(UNIQUE(C5:C24)),,100,100))) In German Versio...
Tags: excel excel-formula
2024-03-16 06:30:05
Try something along the lines of: • Formula used in cell C12 =LET(_N, $B12:$B25, IF(TAKE(1-ISNA(XMATCH(TEXTAFTER($J2:$J25,"-"),C2:C11)),ROWS(_N)),_N,"")) Or, not using the B12:B25 as reference to...
Tags: excel excel-formula
2024-03-16 21:30:05
Try something along the lines of using TAKE() function , with reference to my last answer: =LET( w,WRAPROWS(TOCOL(Sheet1:Sheet2!A:C,1),3), FILTER(w,BYROW(ISNUMBER(SEARCH("foo",TAKE(w,,2))...
Tags: excel excel-formula
2024-03-17 15:30:05
WORKDAY.INTL() is working as intended. In WORKDAY.INTL() function 1 represents a non-workday and 0 represents a workday. That said, 29th Feb'24 is Thursday and you have made it non-working day, hence...
Tags: excel excel-formula wps
2024-03-17 17:30:05
Another way as commented above: =LET(α, A2:A368, TAKE(UNIQUE(SORTBY(α,COUNTIF(α,α),-1)),20)
Tags: excel excel-formula
2024-03-17 21:30:05
Try using the following formula: =MIN(TOCOL(B2:B7/(TEXT(E2,"me")=TEXT(A2:A7,"me")),2)) Or, Using AGGREGATE() =AGGREGATE(15,6,B2:B7/(TEXT(E2,"me")=TEXT(A2:A7,"me")),1) Or using MINIFS() =MINIFS(B...

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