#Challenge117_Solved
Wi5dom Wi5dom
11 subscribers
6 views
1

 Published On Sep 23, 2024

Topic: Add Index column!

🔰 Add an Index column for the Question table with a separate counter for each stock
-----------------------------------------------------------------------------------
I had to use the Countif function,
=COUNTIF(A$1:A2,A2)
or
=IF(A2="","",COUNTIF(A$1:A2,A2)) used assuming there is a blank stock, and i don't want to see the 0 as an index

show more

Share/Embed