
A few symbols turn a vague search into a precise one. These work in Google (most also in Bing).
| Operator | Example | Finds |
|---|---|---|
"…" |
"run-time error 1004" |
The exact phrase |
site: |
xlookup site:atulvij.com |
Results from one site |
- |
python tutorial -video |
Excludes a word |
filetype: |
budget template filetype:xlsx |
Specific file types (pdf, xlsx, pptx) |
OR |
smart view OR essbase error |
Either term (capital OR) |
.. |
laptop ₹40000..₹60000 |
A number range |
intitle: |
intitle:"pivot table" guide |
Words in the page title |
before: / after: |
s4hana release after:2024-01-01 |
Pages from a date range |
💡 Combine them:
"vba" "userform" site:learn.microsoft.com finds only Microsoft’s official documentation on UserForms.Use Tools → Any time in the results page to filter by date without typing operators. More browser speed tips: 12 browser tricks.