diff --git a/README.md b/README.md
index 5d280f1..2fdf485 100644
--- a/README.md
+++ b/README.md
@@ -36,6 +36,20 @@ Easy to learn and understand: the **SQL query** consists mainly of English state
* For ongoing detailed posts regarding any of my custom functions, see my website:
* https://demmings.github.io/
+
+
+---
+
+# Example Use
+
+![Left Join Example](img/LeftJoinExample.png)
+
+Multiple Left Joins - try doing this using **QUERY** using built in Sheets functions! See my test worksheet on **gsSqlTest** tab. (https://docs.google.com/spreadsheets/d/1Zmyk7a7u0xvICrxen-c0CdpssrLTkHwYx6XL00Tb1ws/edit?usp=sharing))
+
+
+
+---
+
diff --git a/img/LeftJoinExample.png b/img/LeftJoinExample.png
new file mode 100644
index 0000000..00842fe
Binary files /dev/null and b/img/LeftJoinExample.png differ