Excell find in a cell some text
Closed
mcarcanague
rizvisa1
- Posts
- 1
- Registration date
- Friday September 7, 2012
- Status
- Member
- Last seen
- September 7, 2012
rizvisa1
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Related:
- Excell find in a cell some text
- Excel if range of cells contains specific text then return value ✓ - Forum - Excel
- Excel file path in cell - Guide
- Excel vba msgbox when cell meets criteria ✓ - Forum - Excel
- Excel formula if two cells match return value from third ✓ - Forum - Excel
- Excel color row if cell contains text ✓ - Forum - Excel
1 reply
rizvisa1
Sep 10, 2012 at 09:45 AM
- Posts
- 4479
- Registration date
- Thursday January 28, 2010
- Status
- Contributor
- Last seen
- May 5, 2022
Sep 10, 2012 at 09:45 AM
you can use an if statement for that
in E1 you can have
=IF(D1="LOW LOW", 1,"")
in E1 you can have
=IF(D1="LOW LOW", 1,"")