79492907

Date: 2025-03-07 16:30:04
Score: 0.5
Natty:
Report link

This formula stacks the data from the same array B4:G25 on each sheet, then randomly sorts all the rows of the stacked data, then selects the top row from the random sort:

=LET(a, VSTACK(Sheet1:Sheet4!B4:G25), TAKE(SORTBY(a, RANDARRAY(ROWS(a))),1))
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Bam