I'm not sure if this is possible. I'll put what I'd like to accomplish. I'd like to avoid using coding. Also if you think of an easier way, please let me know. I'm creating this log that tracks defects for my work. Each defect is associated by a number.
So, for example:
1: Miranda
2: Verification
3: Attitude
Is there a way to make an If then statement where if a Cell is blank, then nothing appears, but if you type 1, then "Miranda" appears, if you then type 1, 2, then "Miranda" and "Verification" appears, and so on.
Basically I need to be able to keep track of all of these defects and I want an easy way to do that without having to manually type them out each time. I hope this makes sense.
Bookmarks