An open API service indexing awesome lists of open source software.

https://github.com/agentgill/special-invention

Some useful Excel Formulas
https://github.com/agentgill/special-invention

excel excel-formula excel-formulas

Last synced: 6 months ago
JSON representation

Some useful Excel Formulas

Awesome Lists containing this project

README

          

# Some useful Excel Formulas which may or may not be useful to people

Save's time Googling around for Excel formulas

## Cell contains specific text

Search Excel cell for specific text and return yes if found.

```excel
=IF(ISNUMBER(SEARCH(":",C2)), "Yes", "No")
```

[External Source](https://exceljet.net/formula/cell-contains-specific-text)