oldeirish
New Member
- Joined
- Nov 24, 2014
- Messages
- 40
Hi,
I have 3 columns with numbers associated with a person. Some people have 1, 2 or 3 numbers assigned to them within the 3 columns.
I’d like to have a 4th column show all the numbers missing from the range of the 3 columns. I’ve tried this array =SMALL(IF(COUNTIF(D:F,ROW($D$3:$F$79))=0,ROW($D$3:$F$79),""),ROW()) which returns a number, but it is not the smallest(beginning) number that is missing. The 1st number missing is 4 and I cannot figure out how to create this formula. I’d even try VBA, but I understand that less. I can figure it out if it’s written to the specific issue, but other than that, not much.
I’d love to know what I’m doing wrong, or if I should start from scratch and use something completely different.
Thank you kindly in advance for any help anyone may have. I have a few other questions, but will post separately.
I have 3 columns with numbers associated with a person. Some people have 1, 2 or 3 numbers assigned to them within the 3 columns.
I’d like to have a 4th column show all the numbers missing from the range of the 3 columns. I’ve tried this array =SMALL(IF(COUNTIF(D:F,ROW($D$3:$F$79))=0,ROW($D$3:$F$79),""),ROW()) which returns a number, but it is not the smallest(beginning) number that is missing. The 1st number missing is 4 and I cannot figure out how to create this formula. I’d even try VBA, but I understand that less. I can figure it out if it’s written to the specific issue, but other than that, not much.
I’d love to know what I’m doing wrong, or if I should start from scratch and use something completely different.
Thank you kindly in advance for any help anyone may have. I have a few other questions, but will post separately.