text value

A

AllyH

I need to rank a column containing concatonated names and addresses. Ranking
only handles numeric values, is there any way to give text a numeric value?
 
M

Mike H

Hi,

It would have helped to see some test data but let's start from here.

With your data in column A starting in A2 enter this in b2 and drag down

=COUNTIF($A$2:$A$100,"<"&A2)+1
--
Mike

When competing hypotheses are otherwise equal, adopt the hypothesis that
introduces the fewest assumptions while still sufficiently answering the
question.
 

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