hey
so after my amazing first experience of someone answering my question id thought id ask my 2nd question but i think that this is gonna be more complex
within my data i have unique Ids
for example my title heading is ID , then i have id's such as
1000,
1002
1001
1000
1000
some appear in the same column if i need to link my accounts together
i want a leader board that shows
POSITION - NUMBER OF ACCOUNTS HAVE THIS ID - ID NUMBER
i looked on google and i believe they are arrays but this blew my head off ahaha.
i need to add new id's from time to time as well.
Is there a way i can count the number of times id 1000 appears in the column, then display this in my leaderboard, with the numbers used above
1000 would appear in position 1 , number of accounts would be 3 and then the id would be 1000
hope thisd makes sense lol
so after my amazing first experience of someone answering my question id thought id ask my 2nd question but i think that this is gonna be more complex
within my data i have unique Ids
for example my title heading is ID , then i have id's such as
1000,
1002
1001
1000
1000
some appear in the same column if i need to link my accounts together
i want a leader board that shows
POSITION - NUMBER OF ACCOUNTS HAVE THIS ID - ID NUMBER
i looked on google and i believe they are arrays but this blew my head off ahaha.
i need to add new id's from time to time as well.
Is there a way i can count the number of times id 1000 appears in the column, then display this in my leaderboard, with the numbers used above
1000 would appear in position 1 , number of accounts would be 3 and then the id would be 1000
hope thisd makes sense lol