79155082

Date: 2024-11-04 10:45:33
Score: 0.5
Natty:
Report link

Wondering whether this is what you want:

This requires Excel for Microsoft 365. Please let me know if you're on an older version.

=LET(
    words, {"KE", "BF", "LF", "SOP", "ME", "ME+", "PS"},
    values, HLOOKUP(
        "Analytics Data",
        SIZING!$A$1:$D$8,
        MATCH({"KE", "BF", "LF", "SOP", "ME", "ME+", "PS"}, SIZING!$A$1:$A$8, 0),
        FALSE
    ),
    SUM(MAP(M5:M500, LAMBDA(m, SUM(SUBTOTAL(103, m) * (m = words) * values))))
)
Reasons:
  • RegEx Blacklisted phrase (2.5): Please let me know
  • Long answer (-0.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: nkalvi