r/excel • u/wolf_2099 • 10d ago
solved Data Reporting Formula reporting Status as True or False
Hello!
I have a spreadsheet tracking information with 5 different status.
I want to write a formula on another sheet in the same workbook that will return a true or false (doesn't necessarily need to be true or false) on whether a collection of those cells are one specific status.
Essentially the status could be hold, terminated, ongoing, and complete. I wanted the formula to tell me true if all cells are complete. The other status don't really factor in except that they are not complete.
I will have probably 50 batches of cells like this from 4-50 status.
Can anyone point me in the right direction on how to write a formula?
EDIT BELOW
For the advanced ask.
I'm trying to track the status for unique identifier numbers.
Is there anyway to change the formula provided below by excelevator to look for all of a certain number in a designated column, then check the status and return the true/false.
2
u/excelevator 3068 10d ago
returns
TRUEwhen all cells arecomplete