I have a scenario where i want to mark the value as zero if found to be FALSE
Below is my table of data
in above image if you see the column 4 => cell C4 as one 'FALSE' value and correspond to that B4 cell as Blank value
i need to set that B4 value to zero.
Note : need to search the column 4 to find false keyword and correspond to that the B column cell value is blank it need to be set as numeric value Zero
how to do it using conditional formatting
my below code
=ISNUMBER(C4='FALSE' then B4 set to zero)