Popularity
3 out of 5 levels
Plans
Platforms
Requirements
Description
Sheet+ is an AI-powered online service that generates accurate Excel and Google Sheets formulas, explains complex formulas in simple terms, and detects errors. With a free and paid plan, it requires registration and email.
The correct formula should be: =INDEX(A1:A10, RANDBETWEEN(1, COUNT(A1:A10)),1)
In the formula, the third argument (the column number) is missing. This argument should be included and set to 1 to indicate that the formula should return the value from the first column in the range.