### Get Google Stock Price with GOOGLEFINANCE Source: https://support.google.com/a/users/topic/9975408?hl=en&ref_topic=11498759%2C7394060%2C2938454%2C Use the GOOGLEFINANCE function to retrieve stock prices. Specify the ticker symbol, desired attribute (e.g., 'price'), date range, and frequency. ```sheets =GOOGLEFINANCE("GOOG", "price", DATE(2019,1,1), DATE(2019,12,31), "DAILY") ``` -------------------------------- ### Presenting in a Google Meet Video Meeting Source: https://support.google.com/a/users/topic/9975408?hl=en&ref_topic=11498759%2C7394060%2C2938454%2C Follow these steps to share your screen, a specific tab, or a window during a Google Meet call. Ensure system audio is shared if needed for presentations with sound. ```Google Meet 1. Join a Meet video meeting. 2. At the bottom, click Present now 3. Select **A tab** , **A window** , or **Your entire screen**. * If you present a Chrome tab, it shares that tab's audio by default. * If you present a window or your entire screen, you can share your audio if you enable **Also share system audio**. * To present a different tab: 1. Select the tab that you want to present. 2. On the banner, click **Share this tab instead**. * If you present a Slides presentation through a tab, you can control it in Meet. * To share the system audio when you present a window or entire screen, enable the toggle in the selection dialogue. Click **Share.** 4. Optional: To unpin your presentation and show it as a tile, click Unpin You can now find more participants while you present. ```