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...