@Amber Wiles‚ If you have predecessors associated to your tasks, you can create a view on your project list that shows tasks that are ready to start. The view is created using collections (text mode) so you would want to create a new column, switch to text mode and paste the following:
displayname=Task(s) Ready to Start
listdelimiter=<p>
listmethod=nested(tasks).lists
textmode=true
type=iterate
valueexpression=IF({isReady}="True",{name})
valueformat=HTML
This will pull in all tasks on the project that are ready to start (based on the predecessor relationship), however, the task name(s) will not be clickable.
If you have any questions, let me know!