Hey all,
I've searched and couldn't really find anything that was related to what I am looking for. I am writing a tracker for a game and am using drop-down lists to choose stats. One set of stats has multiples of the same number in it, however. I am using info found in a link from here, to create the dropdown menu and have the entry be removed.
When I choose a number that has multiples, however, removes all the entries rather than just one. Is there a way to make it only remove one of the entries? Here's what I'm using:
Formula:
Column A has numbers 4, 3, 3, 2, 2, 2, 1, 1, 1, 1 which are the master list contents.
Column B has a formula to generate a number to tell whether or not that number has been used in that range. That formula is:
=IF(COUNTIF('Character Tracker v1.0'!$B$25:$B$50,A12)>=1,"",ROW())
Column C has a formula to remove used entries from the list. Column C itself is the list source. That formula is:
=IF(ROW(A7)-ROW(A$7)+1>COUNT(B$7:B$16),"", INDEX(A:A,SMALL(B$7:B$16,1+ROW(A7)-ROW(A$7))))
Any help would be appreciated. I just can't figure out what to do, since I'm sure I have to alter the formula in Column B but I'm not sure how.
Thanks in advance!
Bookmarks