tagordon90
New Member
- Joined
- Apr 17, 2020
- Messages
- 2
- Office Version
- 365
- Platform
- Windows
Hello all,
I'm new to the forum and hoping to make life a bit easier. The data is simple, wanting to know whether or not a student has completed their assignments each day. I've input a COUNTBLANK formula to output "Incomp." when the homework has not been completed (pictured).
However, I'm hoping to take this one step further. In the next sheet, I would like to have a single column that states all of the incomplete homework days next to each student's name. I attempted this with the formula: =IFS('Math-CB'!E79="Incomp.","Day1", 'Math-CB'!F79="Incomp.","Day2", 'Math-CB'!G79="Incomp.","Day3", ....) so on and so forth throughout all 30 days. For instance, if John Doe did not complete homework on days 3, 4, and 11, then this formula would produce the final result: "Day3, Day4, Day11".
The IFS formula I attempted above would not go beyond first truth, therefore would only produce a single output value upon the first "Incomp." it found. For instance, although John Doe had incompletes on days 1, 2, and 3, the output value only displays Day1 and foregoes listing Day2 and Day3.
Is there a formula or macro that would go beyond the first truth found, and list every item in which the truth occurs within a single cell?
Any help or tips to make this happen would be greatly appreciated!
I'm new to the forum and hoping to make life a bit easier. The data is simple, wanting to know whether or not a student has completed their assignments each day. I've input a COUNTBLANK formula to output "Incomp." when the homework has not been completed (pictured).
However, I'm hoping to take this one step further. In the next sheet, I would like to have a single column that states all of the incomplete homework days next to each student's name. I attempted this with the formula: =IFS('Math-CB'!E79="Incomp.","Day1", 'Math-CB'!F79="Incomp.","Day2", 'Math-CB'!G79="Incomp.","Day3", ....) so on and so forth throughout all 30 days. For instance, if John Doe did not complete homework on days 3, 4, and 11, then this formula would produce the final result: "Day3, Day4, Day11".
The IFS formula I attempted above would not go beyond first truth, therefore would only produce a single output value upon the first "Incomp." it found. For instance, although John Doe had incompletes on days 1, 2, and 3, the output value only displays Day1 and foregoes listing Day2 and Day3.
Is there a formula or macro that would go beyond the first truth found, and list every item in which the truth occurs within a single cell?
Any help or tips to make this happen would be greatly appreciated!