MarkCBB
Active Member
- Joined
- Apr 12, 2010
- Messages
- 497
Hi there,
I need some assistance to change this formula so that duplicates in a text string are counted.
Example:
Text String: 1234,1234 + 1212 (this is in Cell A10)
Formula: {=IF(IFERROR(FIND(D$1,$A10),"")<>"",1,0)} (this is in D10)
D1: contains the "1234"
Currently this formula only brings back "1", I need a new formula that will see that there are 2 Occurrences in the text, resulting in a "2"
I need some assistance to change this formula so that duplicates in a text string are counted.
Example:
Text String: 1234,1234 + 1212 (this is in Cell A10)
Formula: {=IF(IFERROR(FIND(D$1,$A10),"")<>"",1,0)} (this is in D10)
D1: contains the "1234"
Currently this formula only brings back "1", I need a new formula that will see that there are 2 Occurrences in the text, resulting in a "2"