79539351

Date: 2025-03-27 15:43:53
Score: 5
Natty:
Report link

I tried to perform this calculation using an 'and' function instead of multiple 'if' statements, and it does not work. Can anyone explain why it doesn't work?

{=PERCENTILE(
if(
and(
NUMBERVALUE(LEFT($A$1:$A$18,4))<=EndYear,
NUMBERVALUE(LEFT($A$1:$A$18,4))>=BegYear,
NUMBERVALUE(RIGHT($A$1:$A$18,1))<=EndMonth,
NUMBERVALUE(RIGHT($A$1:$A$18,1))>=BegMonth
),
$C$1:$C$18),.5)}
Reasons:
  • RegEx Blacklisted phrase (2.5): Can anyone explain
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Buck Chuker