Hi All,
I have the following formula that works when I just look at a list of populated cells, but as soon as the list contains blank cells it then fails and returns 'In Progress'. Is there a way that I can ignore the blanks? My formula is:
=IF(AND(EXACT(G8:G11,"Complete")),"Complete",IF(AND((EXACT(G8:G11,"Not Started"))),"Not Started","In Progress")) (Entered as an array)
I have done a lot of searching but can't seem to find the right result. Basically if the list contains just a status of 'Not Started' it should be 'Not Started;', if the list contains just 'Complete' it should be 'Complete,' but for anything else it should show 'In Progress', but the range will include blank cells which need to be ignored.
Please put me out of my misery!!!
Thanks in advance
Jon
I have the following formula that works when I just look at a list of populated cells, but as soon as the list contains blank cells it then fails and returns 'In Progress'. Is there a way that I can ignore the blanks? My formula is:
=IF(AND(EXACT(G8:G11,"Complete")),"Complete",IF(AND((EXACT(G8:G11,"Not Started"))),"Not Started","In Progress")) (Entered as an array)
I have done a lot of searching but can't seem to find the right result. Basically if the list contains just a status of 'Not Started' it should be 'Not Started;', if the list contains just 'Complete' it should be 'Complete,' but for anything else it should show 'In Progress', but the range will include blank cells which need to be ignored.
Please put me out of my misery!!!
Thanks in advance
Jon