Ok what i'm trying to do is .. If AB5 is greater than the value in configuration J17 AND if there is something typed in W5 then i want to display V5 .. otherwise i want "" (nothing)
I keep getting formula error for below though. How could i modify to get working? :/ Thanks so much :D
=IF(AND(AB5>Configuration!$J$17,IF(LEN(W5)),V5,""))
I keep getting formula error for below though. How could i modify to get working? :/ Thanks so much :D
=IF(AND(AB5>Configuration!$J$17,IF(LEN(W5)),V5,""))