I'm writing a Python program using gspread and was wondering if there's any easy way to use the "find" function to search by input values instead of plain values.
For example, I'm trying to locate =HYPERLINK("https://stackoverflow.com","Stack Overflow")
instead of just Stack Overflow
. Just want to make sure there's nothing I'm missing before I attempt to rewrite the function.
Thanks! :)