Format Error

S

Seeker

I have a formula in a cell which output will be appended to another column, I
used copy -> past special -> value. The figure of value in the new cell now
become text.

Some of these copied numbers are duplicated, I need to count the unique
occurency of the number value and do some calculation with these numbers.

I have done a small macro to do the copy & paste, so I need another small
macro embed to the current one in turning the text value back into number
value, so that I can use
=SUM(IF(FREQUENCY(Records!A2:A65536,Records!A2:A65536)>0,1)) to count with.

Any way I can do it please, thanks in advance.
 
J

Jacob Skaria

You may use the CountIF function to get the count of of a particular entry.

If this post helps click Yes
 

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