countif, but only using partial cell contents in the reference array

J

jaredh

=MID(a1000,FIND("{",a1000,1)+1,8)
This formula returns the portion of the cell that is important to me


However, if I want to match a portion of the reference cell array t
the portion of the criteria cell, how do i do that?

=countif(a1:a100, MID(a1000,FIND("{",a1000,1)+1,8), 0)

I don't understand how to change the a1:a100 to to only lookat th
MID(a1,FIND("{",a1,1)+1,8) portion of it.....


much thanks,

jare
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top