Common list elements: Difference between revisions

m
→‎Excel LAMBDA: Simplified one expression
(→‎{{header|Excel}}: Added a draft of a custom function (in terms of named LAMBDA expressions))
m (→‎Excel LAMBDA: Simplified one expression)
Line 84:
INTERSECTCOLS
=LAMBDA(xs,
LETIF(1 < COLUMNS(xs),
n, COLUMNSINTERSECT(xs),
FIRSTCOL(xs)
 
IF)(1 < n,
INTERSECTINTERSECTCOLS(
FIRSTCOLTAILCOLS(xs)
)(
INTERSECTCOLS(),
TAILCOLS(xs)
)
),
xs
)
)
)</lang>
Line 229 ⟶ 225:
|
|}
 
 
=={{header|F_Sharp|F#}}==
9,655

edits