Formula for assigning numerical value to text
Closed
daisy
-
Feb 14, 2017 at 07:28 PM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Feb 21, 2017 at 11:57 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen January 16, 2023 - Feb 21, 2017 at 11:57 AM
Related:
- Formula for assigning numerical value to text
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Date formula in excel dd/mm/yyyy - Guide
- Number to words in excel formula - Guide
- Credit summation formula - Guide
- How to transfer data from one sheet to another in excel using formula - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
January 16, 2023
549
Feb 21, 2017 at 11:57 AM
Feb 21, 2017 at 11:57 AM
Hi Daisy,
Give the following formula a try:
=IF(ISERROR(SEARCH("Duplicate",A2)),1,IF(ISERROR(SEARCH("&",A2)),-1,-2))
Best regards,
Trowa
Give the following formula a try:
=IF(ISERROR(SEARCH("Duplicate",A2)),1,IF(ISERROR(SEARCH("&",A2)),-1,-2))
Best regards,
Trowa