I want to use Google Sheets to import specific financial data from company filings.
Specifically, I want FFO, which you can see at the bottom of the table on page 63 here:
https://www.sec.gov/ix?doc=/Archives/edgar/data/0000888491/000088849120000048/ohi-20200930x10q.htm
I tried using
//tr[contains(.,'FFO')]/td[2])[1]
But no luck.
Every company's filing will have a different number of tables, so I can't use table index.