Related:
- Find cells with certain characters in it
- Characters in dinosaur game - Guide
- Facebook special characters - Guide
- Kt naruto mod apk unlock all characters - Download - Adult games
- How would you change all cells containing the word pass to green - Excel Forum
- Resident evil village characters - Guide
1 response
Dear Grings,
Please make use of the following sample to solve the trouble that you are
actually experiencing:
Enter the following text in cell A1: Sum ?
Enter the following formula in cell B2: =FIND("?",A1)>0.
Then select the particular cells.
This will be the solution to the actual difficulty.
Thanks in advance.
Please make use of the following sample to solve the trouble that you are
actually experiencing:
Enter the following text in cell A1: Sum ?
Enter the following formula in cell B2: =FIND("?",A1)>0.
Then select the particular cells.
This will be the solution to the actual difficulty.
Thanks in advance.
Nov 13, 2009 at 04:51 AM
Just realised some more complication to it.
I only wish to search the first two characters of each cell. So in my example the if statement is positive if the first two characters of the cell are 08. If 08 appears anywhere else in the cell i want the formula to ignore it and providing the first two characters are not 08 bring back a negative result to the if statement.
Is this possible?
Thanks