I have a similar data as below in google sheet. I want to update the pageId for pagename "abc".
I'm able to update manually passing B3 sheet.update('B3','updated_value')
but How should I get B3 by adding a if condition where pagename=abc in python code.
Need help.