# Google Sheets Functions
#software-usage
[※ source](https://zapier.com/blog/google-sheets-functions/)
My picks
* Google translate: `=GOOGLETRANSLATE("A2", "fr", "es")`
* Import HTML and RSS:
* `=IMPORTHTML("https://en.wikipedia.org/wiki/List_of_most_popular_given_names", "table", 3)`
* `=IMPORTFEED("https://rss.nytimes.com/services/xml/rss/nyt/PersonalTech.xml")`
* Embedded line chart: `=SPARKLINE(B3:B22)`