'Find' worksheet function doesn't work properly. Here's what I've tested:
Column C row 3 has the string:
[Next Action] [This is a test]
worksheet formulas:
=FIND("[",C3,1) => 1 yes
=FIND("[",C3,2) => 15 yes
=FIND("]",C3,1) =>13 yes
=FIND("]",C3,2) =>13 wrong
was that something i didn't do right to come up with a wrong value or is that Excel defect?
Thanks!
Column C row 3 has the string:
[Next Action] [This is a test]
worksheet formulas:
=FIND("[",C3,1) => 1 yes
=FIND("[",C3,2) => 15 yes
=FIND("]",C3,1) =>13 yes
=FIND("]",C3,2) =>13 wrong
was that something i didn't do right to come up with a wrong value or is that Excel defect?
Thanks!