I just can't get it to do what I want ...
Basically, turn TRUE to 1 and FALSE to 0 but I can't get it working with a lookup function. The Lookup show true/false correctly. Any Ideas?
So far...
Basically, turn TRUE to 1 and FALSE to 0 but I can't get it working with a lookup function. The Lookup show true/false correctly. Any Ideas?
So far...
PHP:
=IF(LOOKUP("WHSE\DES\40-W", Data!B:B, Data!C:C) = "TRUE", 1, 0)