Help i would like to number my rows of data like;
Student Name | Marks Attained | Final Grade
1. John Denis | 60 | 45
2. Mark Evans | 90 |50
3. Clare | 78 | 90
what function can i use any where do i use it?
I have trie Row Number for Coloring the different Rows(i.e RowNumber()%2 = 1 in conditional formating ) but cant number the rows.
Student Name | Marks Attained | Final Grade
1. John Denis | 60 | 45
2. Mark Evans | 90 |50
3. Clare | 78 | 90
what function can i use any where do i use it?
I have trie Row Number for Coloring the different Rows(i.e RowNumber()%2 = 1 in conditional formating ) but cant number the rows.