Hello everybody
I have this code that I need to fix .. I want to type numbers in range("A1") and in range("B1") to represent counter for each entry
Say I entered 15 in A1 >> B1 would be 1
Entered 20 in A1 >> B1 would be 1
Entered 15 in A1 >> B1 would be 2
Entered 30 in A1 >> B1 would be 1
Entered 15 in A1 >> B1 would be 3
Entered 20 in A1 >> B1 would be 2
And so on..
I tried this code to store my entries as an array and from the array to count specific items
But I can't fix it as my knowledge of arrays is so weak![]()
Please Login or Register to view this content.
Thanks advanced for help
Bookmarks