D
David
I create a table every week that looks like this; every
week the contacts get high I need it in desending order
I will create the table first but I need to add the rank
as you will see. I stink at code. Any suggestions!
Thanks..
Firm_ID Name Contacts
AAA Nname 100
BBB Aname 85
CCC Cname 75
Need to add rank that goes until the end of the file:
Rank Firm_ID Name Contacts
1 AAA Nname 100
2 BBB Aname 85
3 CCC Cname 75
week the contacts get high I need it in desending order
I will create the table first but I need to add the rank
as you will see. I stink at code. Any suggestions!
Thanks..
Firm_ID Name Contacts
AAA Nname 100
BBB Aname 85
CCC Cname 75
Need to add rank that goes until the end of the file:
Rank Firm_ID Name Contacts
1 AAA Nname 100
2 BBB Aname 85
3 CCC Cname 75