Hi
I've read through all the posts I can find however I can't seem to find one that helps me work out where i'm going wrong.
This is what i currently have =IF(B2:B8="Y",char(80),IF(AND(D3<$A$1,B2:B8<>"Y"),CHAR(39),CHAR(137)))
Here's what i'm trying to achieve
If ALL cells in the B2:B8 range contain a "Y" and the date (D3) is less than today's date(A1) then CHAR (80), if ANY cells in the range don't ="Y" then CHAR(39) otherwise CHAR(137)
The current statement is only looking at B2 and then returning the desired result so i'm at a loss as to what i'm doing wrong
I've read through all the posts I can find however I can't seem to find one that helps me work out where i'm going wrong.
This is what i currently have =IF(B2:B8="Y",char(80),IF(AND(D3<$A$1,B2:B8<>"Y"),CHAR(39),CHAR(137)))
Here's what i'm trying to achieve
If ALL cells in the B2:B8 range contain a "Y" and the date (D3) is less than today's date(A1) then CHAR (80), if ANY cells in the range don't ="Y" then CHAR(39) otherwise CHAR(137)
The current statement is only looking at B2 and then returning the desired result so i'm at a loss as to what i'm doing wrong