Excel function to Check neighbour cells match for all
Solved/Closed
Frank211
Dan slow - Feb 25, 2016 at 08:12 AM
- Posts
- 2
- Registration date
- Thursday June 4, 2015
- Status
- Member
- Last seen
- June 7, 2015
Dan slow - Feb 25, 2016 at 08:12 AM
Related:
- Excel function to Check neighbour cells match for all
- Excel function to check if cell contains specific text ✓ - Forum - Excel
- Check two cells match in excel ✓ - Forum - Excel
- Excel function to subtract two cells - Forum - Excel
- Excel vba copy row if cell value matches ✓ - Forum - Office Software
- Excel check if cell is date ✓ - Forum - Office Software
1 reply
Mazzaropi
Jun 4, 2015 at 09:24 AM
- Posts
- 1963
- Registration date
- Monday August 16, 2010
- Status
- Contributor
- Last seen
- April 25, 2022
Jun 4, 2015 at 09:24 AM
Franck211, good morning.
Try to use this:
C1 --> =IF(ISERROR(FIND(A2,B2)),"NOT FOUND","OK")
Copy it down.
Please, tell us if it worked for you.
Is it what you want?
I hope it helps.
Try to use this:
C1 --> =IF(ISERROR(FIND(A2,B2)),"NOT FOUND","OK")
Copy it down.
Please, tell us if it worked for you.
Is it what you want?
I hope it helps.
Jun 7, 2015 at 01:55 AM
Feb 25, 2016 at 08:12 AM