The Run Selected Range feature allows you to execute multiple custom functions across a selected range of cells in your Google Sheet. This feature is particularly useful when you need to process multiple cells containing task functions in sequence.
You can control how quickly cells are processed using the RPM (Rate Per Minute) setting:
A1: =TASK_LM("Summarize this paragraph", "Gemini/gemini-1.5-pro")
A2: =TASK_FORMAT("Make text bold", "Gemini/gemini-1.5-pro")
A3: =TASK_LM("Create a title", "Gemini/gemini-1.5-pro")
Review Before Running: Always review your selected range before running to ensure you're processing the intended cells
Start Small: When working with new functions, start with a small range to test the behavior
Use Rate Limiting: For large ranges, consider using rate limiting to prevent overloading. This is very relevant when engaging moelds that have real rate limits such a the free version of Google Gemini
Monitor Progress: Watch the status notifications to track progress and catch any errors
Common issues and solutions:
Nothing Happens When Clicking Run
Processing Stops Unexpectedly
Rate Limiting Not Working
Process cells from right to left within each row to prevent overwriting input cells
Use rate limiting for ranges larger than 20 cells to ensure stable processing
Keep an eye on the notification area for progress updates and any error messages
Save your work before running large ranges of cells
If you encounter issues not covered in this guide:
This feature is designed to make batch processing of tasks efficient while maintaining control over the execution rate and providing clear feedback about the progress and any issues that arise.
5 months ago