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 December 27, 2022 - Feb 21, 2017 at 11:57 AM
TrowaD Posts 2921 Registration date Sunday September 12, 2010 Status Moderator Last seen December 27, 2022 - Feb 21, 2017 at 11:57 AM
Related:
- Formula for assigning numerical value to text
- Number to words in excel formula - Guide
- Logitech formula vibration feedback wheel driver - Download - Drivers
- Credit summation formula - Guide
- Excel grade formula - Guide
- Date formula in excel dd/mm/yyyy - Guide
1 response
TrowaD
Posts
2921
Registration date
Sunday September 12, 2010
Status
Moderator
Last seen
December 27, 2022
555
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